From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7172560304523444224 X-Received: by 2002:a63:171e:0:b0:476:9983:b395 with SMTP id x30-20020a63171e000000b004769983b395mr46754828pgl.355.1669991837611; Fri, 02 Dec 2022 06:37:17 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a62:8405:0:b0:573:1ead:4b00 with SMTP id k5-20020a628405000000b005731ead4b00ls3101577pfd.10.-pod-prod-gmail; Fri, 02 Dec 2022 06:37:16 -0800 (PST) X-Google-Smtp-Source: AA0mqf6B2CnwZoksCG5U5KU8GSI2nUNx7bcodIQg98h0Q1UnGs+oad3B+UkmSWeUowgL8P7a7/8p X-Received: by 2002:a62:1d54:0:b0:576:27e4:3b2d with SMTP id d81-20020a621d54000000b0057627e43b2dmr7159598pfd.23.1669991836754; Fri, 02 Dec 2022 06:37:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1669991836; cv=none; d=google.com; s=arc-20160816; b=VXVPlba4HB2KpU7HVepq5RZz4c24R7HpEhfY+f/wrVMVlPm4kKf5OyqmUsW4ZE8lcj p9tSJ+EP9aNm+WfPv3IkFUORW+bh0/hmk7ydxRVZnk5tiZq6diuQ7C6U8rPoec1KsXWn /ymM7MJjWcs5PPfa/cVNjS1u3O6+m2WfYSsHEe6df0ukQ+VHTynOQ0Fh8amQJC3B6Jwr BQpeCpQWR5H1BL7gOtjHcUrSIs+qT25KPPrNIyZHm0y1yDGdcoHG4WYBRWae0UnuEiz+ 7x0AGOe1JluRsbQO8mi+Eh4yvd+48v5aegTjDt5vv/pDDpaW1jYABv9Ksyrg2H40ruMM Q6Lg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=references:in-reply-to:message-id:date:subject:cc:to:from; bh=gxF8VH04FcpyseqqFKO7csxEbc8K+4+czf7aU8nhBWo=; b=FqulbR+2RzqFQV+uwHCNK75htFzPlU5j1Ez0W+HP7tMFMBJupOp/wc8djisrVgXDwl T9SUNjAk3nezQeDQ0RkY2LU1nXDKxWp0kUxzxR7lahlGKwp2ofX4BI1qr7EMv7elAK2z aja/MTcFrkQmmCclsVTYgGUNMbGtpucF50I5RtMYvpHkvzMzlIvuRYDzQ6RNvUfnuBTg PRkoV6+1mRg4ymu+EPNfkxJDQoZ8Hge4qNEgY5jQrJ1co0PjmGy0wMQvJmizh6vnXJT8 nl+/dvxkcIoE4/Io0tjuBP+Vx4/I+KzBYbjtKpIe+QT6BSi7sHl6VoFw0eVmPoRVLFSa m+nA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id ob6-20020a17090b390600b00213290fa218si335645pjb.2.2022.12.02.06.37.16 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 02 Dec 2022 06:37:16 -0800 (PST) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from alena-nb.promwad.com (mm-69-83-214-37.mgts.dynamic.pppoe.byfly.by [37.214.83.69] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 2B2Eb8ER015256 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 2 Dec 2022 15:37:14 +0100 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH v5 04/21] meta-isar: set default branch names Date: Fri, 2 Dec 2022 17:36:44 +0300 Message-Id: <20221202143701.6665-5-amikan@ilbers.de> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20221202143701.6665-1-amikan@ilbers.de> References: <20221202143701.6665-1-amikan@ilbers.de> X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: muwBb2JyWEJ/ Set default branch to satisfy Bitbake requirements: The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls. Signed-off-by: Anton Mikanovich --- meta-isar/recipes-app/cowsay/cowsay_git.bb | 2 +- meta-isar/recipes-app/hello-isar/hello-isar.bb | 2 +- meta-isar/recipes-app/libhello/libhello.bb | 2 +- meta/recipes-bsp/libubootenv/libubootenv_0.3-3.bb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-isar/recipes-app/cowsay/cowsay_git.bb b/meta-isar/recipes-app/cowsay/cowsay_git.bb index c3a1f494..51e5f7ed 100644 --- a/meta-isar/recipes-app/cowsay/cowsay_git.bb +++ b/meta-isar/recipes-app/cowsay/cowsay_git.bb @@ -5,6 +5,6 @@ inherit dpkg-gbp -SRC_URI = "git://salsa.debian.org/debian/cowsay.git;protocol=https" +SRC_URI = "git://salsa.debian.org/debian/cowsay.git;protocol=https;branch=master" SRC_URI += "file://isar.patch" SRCREV = "756f0c41fbf582093c0c1dff9ff77734716cb26f" diff --git a/meta-isar/recipes-app/hello-isar/hello-isar.bb b/meta-isar/recipes-app/hello-isar/hello-isar.bb index 8c3ba8b2..e2e69627 100644 --- a/meta-isar/recipes-app/hello-isar/hello-isar.bb +++ b/meta-isar/recipes-app/hello-isar/hello-isar.bb @@ -15,7 +15,7 @@ PV = "0.3-a18c14c" DEPENDS += "libhello" SRC_URI = " \ - git://github.com/ilbers/hello.git;protocol=https;destsuffix=${P} \ + git://github.com/ilbers/hello.git;protocol=https;branch=master;destsuffix=${P} \ file://subdir/0001-Add-some-help.patch \ file://yet-another-change.txt;apply=yes;striplevel=0" SRCREV = "a18c14cc11ce6b003f3469e89223cffb4016861d" diff --git a/meta-isar/recipes-app/libhello/libhello.bb b/meta-isar/recipes-app/libhello/libhello.bb index 5c44de50..2ec73726 100644 --- a/meta-isar/recipes-app/libhello/libhello.bb +++ b/meta-isar/recipes-app/libhello/libhello.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://${LAYERDIR_core}/licenses/COPYING.GPLv2;md5=751419260 PV = "0.1-98f2e41" -SRC_URI = "git://github.com/ilbers/libhello.git;protocol=https;destsuffix=${P}" +SRC_URI = "git://github.com/ilbers/libhello.git;protocol=https;branch=master;destsuffix=${P}" SRCREV = "98f2e41e7d05ab8d19b0c5d160b104b725c8fd93" # NOTE: This is just to test 32-bit building on 64-bit archs. diff --git a/meta/recipes-bsp/libubootenv/libubootenv_0.3-3.bb b/meta/recipes-bsp/libubootenv/libubootenv_0.3-3.bb index 9af01aa7..dee19c0b 100644 --- a/meta/recipes-bsp/libubootenv/libubootenv_0.3-3.bb +++ b/meta/recipes-bsp/libubootenv/libubootenv_0.3-3.bb @@ -14,7 +14,7 @@ PROVIDES = "libubootenv-tool libubootenv-dev libubootenv-doc libubootenv0.1" inherit dpkg-gbp -SRC_URI = "git://salsa.debian.org/debian/libubootenv.git;protocol=https" +SRC_URI = "git://salsa.debian.org/debian/libubootenv.git;protocol=https;branch=master" SRCREV = "a1a3504e5cda1883928a8747a0bedc56afff6910" S = "${WORKDIR}/git" -- 2.17.1