From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7120476383164235776 X-Received: by 2002:ac8:5714:0:b0:31b:940a:fafa with SMTP id 20-20020ac85714000000b0031b940afafamr25346834qtw.599.1658235620271; Tue, 19 Jul 2022 06:00:20 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a0c:df87:0:b0:473:ef27:e8ee with SMTP id w7-20020a0cdf87000000b00473ef27e8eels19538qvl.0.-pod-prod-gmail; Tue, 19 Jul 2022 06:00:19 -0700 (PDT) X-Google-Smtp-Source: AGRyM1t7Ixhd7tQmQkAGjSmOAyerhVJdhRaUb41DQM5qWjQzonAc7mv/sBwAwI7zCS2YoZAOLbon X-Received: by 2002:ad4:5be3:0:b0:473:4914:d912 with SMTP id k3-20020ad45be3000000b004734914d912mr24570280qvc.0.1658235619114; Tue, 19 Jul 2022 06:00:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1658235619; cv=none; d=google.com; s=arc-20160816; b=w9BF3KE5rpt8tNW76j/0fpSbdBSFkiHGQqWF6gifL/gDSaTA93JxpD1upf5RpsWhG4 bljqBqMsZf98lWG/oi8hBmW/ctisx2Uemn+yQGeu/hzVzBivaaHFJqn/PRT34pcrCL6o eyKr/Y+csT0952yUdBXQKa0I4pBdAA8zvIEckvzY6/cXdpKfM0H/PTMg0RXEq/nQtwl/ 4ixWFYiMhcYCajMwH2UAM/KNNi+VL5/pyF1FHrdHBUBt90mpyy+du3ic+V9Jku7Bs6JO QTUbe+jVUANcDigraEnWAllRkWpsyRYY3kIVi+OvOozoHqOcl5SdKI4nU6lF490W3Ats loZQ== 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=WgJuFj9CATdGss4S/lK71WjliG0vXE1uGG8w9jumZiY=; b=wxKLH2ndnguR4ZJ/3J3irrdoN4uJI02wULfgn6zkihQEs3EbnfXQPounkLBAC9ojZT 8EgVZPep72QV1eLdzzYqgga6rgzIzg7NUmcLn5BjQgmRLCFtD+6w0KgNe6OF+Z+vIvdb KFButse1Rby4wgcFOdI0ZC2LQcMbTdC6ORARNPQm/Ibll9Hj8Zn0Vxm/zDYkBuYr9TVE uxDqrNVxNxR1pIS9zZSclFyVAg+O28XlLdElBGUEwIRLSbeJk/j6pHPj5LNetN+lEFCS TCcWXzS+lxUv7gyt0W3OLSp2T5TE3wPfqMhjCPYofRqNEAYpZ51t1wVmf11mU7N1aBJ+ GsTQ== 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 d3-20020ac84e23000000b0031ef84cbf53si137962qtw.3.2022.07.19.06.00.18 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 19 Jul 2022 06:00:18 -0700 (PDT) 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 localhost.localdomain (mm-181-76-214-37.mgts.dynamic.pppoe.byfly.by [37.214.76.181] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 26JD07MP015247 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 19 Jul 2022 15:00:16 +0200 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH v3 04/20] meta-isar: set default branch names Date: Tue, 19 Jul 2022 15:59:44 +0300 Message-Id: <20220719130000.15943-5-amikan@ilbers.de> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220719130000.15943-1-amikan@ilbers.de> References: <20220719130000.15943-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: yzyfczbmviKO 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 c3a1f49..51e5f7e 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 8c3ba8b..e2e6962 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 5c44de5..2ec7372 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 9af01aa..dee19c0 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