From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7172560304523444224 X-Received: by 2002:a0c:d64b:0:b0:4c7:61e0:91c9 with SMTP id e11-20020a0cd64b000000b004c761e091c9mr1259402qvj.76.1672124455301; Mon, 26 Dec 2022 23:00:55 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:622a:1aa1:b0:3a9:82a1:4f0 with SMTP id s33-20020a05622a1aa100b003a982a104f0ls8697815qtc.11.-pod-prod-gmail; Mon, 26 Dec 2022 23:00:54 -0800 (PST) X-Google-Smtp-Source: AMrXdXutVdMjDseeLQ2sYLhl9fJlxgxJKU/HD24FtjPKFhtrXReyZtBE7VcGDY9p6ROhYkBQG7Wj X-Received: by 2002:ac8:65da:0:b0:3a9:7332:3f74 with SMTP id t26-20020ac865da000000b003a973323f74mr26911706qto.19.1672124454681; Mon, 26 Dec 2022 23:00:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1672124454; cv=none; d=google.com; s=arc-20160816; b=aOPYo1saNyL/Ho5BlIx6JuQ06LTGD3FFmDc43lbgmPdpINpaSFPJGnxcTWoJo1T/FK o9O6D57qKOszP7isSD7WOn4c4xycqW6i9E47sAoIdXEgnbkbC1qHNGAZAh6NadFV5kQe /M/WAAtn3oFWEPNyTsfK/tx/JtTfKPUuoXSOihS+R8RIgKR0pOPRLnzO4Y9dA4arA928 MmXcMKrglp3Z6wZoGxsxw1g4XAH1MMXJlWmJ+PeCRu/KCg+c/WnudvZWhjJHDXvrjtGo jn97+DNv2soc1NALIy0c4xhPfACQLdXnETmtF0qx4abJGbeXY8B5b8/LZlAvVx4i0my9 kmBw== 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=Fo/hJrLwf7GTT2Nc88644K+GC3BbYZ+mWgqr+/zggdqLz+WpPXARz2FXTD1xBXNtji bKu5YADE9+ayHeoTdzCnrZHzvXng8KHrB4fMW0Huou/SmDI2bXND2+gGwNA/PwxFqmts LM+vDtL9jBWC3/eDWpl9uoPCR8GLlCaE3EyWEWGyAeDm6cPm8Bx6UNUTFSGRmiwjjyeg 48slJGUVu7fTPnH1Gh0fuhEamxKVovFNlDEe2riMisyfRsQttQm4IsyDcDvbMejCOmo8 ej/rL1cWb48gSS7SpnKa4xXaGX/TWyLVwKLMX51aTwgd1LBCsBYWR/qjfWHOt7pLGt7y hWlw== 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 y15-20020a05620a0e0f00b007024a823e59si797803qkm.1.2022.12.26.23.00.54 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 26 Dec 2022 23:00:54 -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 ([193.228.193.9]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 2BR70j9n030666 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 27 Dec 2022 08:00:52 +0100 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH v7 04/20] meta-isar: set default branch names Date: Tue, 27 Dec 2022 10:00:23 +0300 Message-Id: <20221227070039.23496-5-amikan@ilbers.de> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20221227070039.23496-1-amikan@ilbers.de> References: <20221227070039.23496-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: mB0fJg7gDNF+ 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