diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-29 13:20:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-30 18:56:47 +0100 |
commit | ddcf16d1f792153f7f7fec4b1dcbc11855b64208 (patch) | |
tree | 31bc0771b9bcdb6cd31c8a06ff1fb77fa4f7eaf3 /meta/recipes-support | |
parent | b777781ebf88f049c37a04154e86ed0940d11d95 (diff) | |
download | poky-ddcf16d1f792153f7f7fec4b1dcbc11855b64208.tar.gz |
meta: Add explict branch to git SRC_URIs
There is uncertainty about the default branch name in git going forward.
To try and cover the different possible outcomes, add branch names to all
git:// and gitsm:// SRC_URI entries.
This update was made with the script added to contrib in this patch which
aims to help others convert other layers.
(From OE-Core rev: b51c405faf6f8c0365f7533bfaf470d79152a463)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
12 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.6.bb b/meta/recipes-support/bmap-tools/bmap-tools_3.6.bb index c830a92776..37cec13842 100644 --- a/meta/recipes-support/bmap-tools/bmap-tools_3.6.bb +++ b/meta/recipes-support/bmap-tools/bmap-tools_3.6.bb | |||
@@ -9,7 +9,7 @@ SECTION = "console/utils" | |||
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/intel/${BPN}" | 12 | SRC_URI = "git://github.com/intel/${BPN};branch=master" |
13 | 13 | ||
14 | SRCREV = "c0673962a8ec1624b5189dc1d24f33fe4f06785a" | 14 | SRCREV = "c0673962a8ec1624b5189dc1d24f33fe4f06785a" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-support/boost/boost-build-native_4.4.1.bb b/meta/recipes-support/boost/boost-build-native_4.4.1.bb index 2de05369a8..de566eeb82 100644 --- a/meta/recipes-support/boost/boost-build-native_4.4.1.bb +++ b/meta/recipes-support/boost/boost-build-native_4.4.1.bb | |||
@@ -6,7 +6,7 @@ SECTION = "devel" | |||
6 | LICENSE = "BSL-1.0" | 6 | LICENSE = "BSL-1.0" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/boostorg/build;protocol=https" | 9 | SRC_URI = "git://github.com/boostorg/build;protocol=https;branch=master" |
10 | SRCREV = "76da80f33187a3d9e5336157cdfae12ce82e37eb" | 10 | SRCREV = "76da80f33187a3d9e5336157cdfae12ce82e37eb" |
11 | 11 | ||
12 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+){2,}))" | 12 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+){2,}))" |
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb b/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb index 0bb192cf0d..dbee7dc616 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb +++ b/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb | |||
@@ -16,7 +16,7 @@ PACKAGE_WRITE_DEPS += "openssl-native debianutils-native" | |||
16 | 16 | ||
17 | SRCREV = "07de54fdcc5806bde549e1edf60738c6bccf50e8" | 17 | SRCREV = "07de54fdcc5806bde549e1edf60738c6bccf50e8" |
18 | 18 | ||
19 | SRC_URI = "git://salsa.debian.org/debian/ca-certificates.git;protocol=https \ | 19 | SRC_URI = "git://salsa.debian.org/debian/ca-certificates.git;protocol=https;branch=master \ |
20 | file://0002-update-ca-certificates-use-SYSROOT.patch \ | 20 | file://0002-update-ca-certificates-use-SYSROOT.patch \ |
21 | file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch \ | 21 | file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch \ |
22 | file://default-sysroot.patch \ | 22 | file://default-sysroot.patch \ |
diff --git a/meta/recipes-support/dos2unix/dos2unix_7.4.2.bb b/meta/recipes-support/dos2unix/dos2unix_7.4.2.bb index 15d097ebed..509a0a0ddc 100644 --- a/meta/recipes-support/dos2unix/dos2unix_7.4.2.bb +++ b/meta/recipes-support/dos2unix/dos2unix_7.4.2.bb | |||
@@ -8,7 +8,7 @@ SECTION = "support" | |||
8 | LICENSE = "BSD-2-Clause" | 8 | LICENSE = "BSD-2-Clause" |
9 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=8a7c3499a1142df819e727253cd53a12" | 9 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=8a7c3499a1142df819e727253cd53a12" |
10 | 10 | ||
11 | SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix" | 11 | SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master" |
12 | UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))" | 12 | UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))" |
13 | 13 | ||
14 | SRCREV = "72596f0ae21faa25a07a872d4843bc885475115d" | 14 | SRCREV = "72596f0ae21faa25a07a872d4843bc885475115d" |
diff --git a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb index 10200f539f..8cd27e9075 100644 --- a/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb +++ b/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "LGPLv2+" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ |
10 | file://src/gnome-desktop-testing-runner.c;beginline=1;endline=20;md5=7ef3ad9da2ffcf7707dc11151fe007f4" | 10 | file://src/gnome-desktop-testing-runner.c;beginline=1;endline=20;md5=7ef3ad9da2ffcf7707dc11151fe007f4" |
11 | 11 | ||
12 | SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-desktop-testing.git;protocol=http \ | 12 | SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-desktop-testing.git;protocol=http;branch=master \ |
13 | file://0001-fix-non-literal-format-string-issue-with-clang.patch \ | 13 | file://0001-fix-non-literal-format-string-issue-with-clang.patch \ |
14 | " | 14 | " |
15 | SRCREV = "e346cd4ed2e2102c9b195b614f3c642d23f5f6e7" | 15 | SRCREV = "e346cd4ed2e2102c9b195b614f3c642d23f5f6e7" |
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.3.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.3.0.bb index dae2fb1791..ec6bc05728 100644 --- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.3.0.bb +++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.3.0.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1c94a9d191202a5552f381a023551396 \ | |||
9 | file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \ | 9 | file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \ |
10 | file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ | 10 | file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ |
11 | " | 11 | " |
12 | SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git" | 12 | SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master" |
13 | SRCREV = "418c1e64231255aec2167cbb20aab62a0863415d" | 13 | SRCREV = "418c1e64231255aec2167cbb20aab62a0863415d" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_git.bb index 7b1b14d1d5..66e826304f 100644 --- a/meta/recipes-support/numactl/numactl_git.bb +++ b/meta/recipes-support/numactl/numactl_git.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://README.md;beginline=19;endline=32;md5=f8ff2391624f28e | |||
13 | SRCREV = "dd6de072c92c892a86e18c0fd0dfa1ba57a9a05d" | 13 | SRCREV = "dd6de072c92c892a86e18c0fd0dfa1ba57a9a05d" |
14 | PV = "2.0.14" | 14 | PV = "2.0.14" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/numactl/numactl \ | 16 | SRC_URI = "git://github.com/numactl/numactl;branch=master \ |
17 | file://Fix-the-test-output-format.patch \ | 17 | file://Fix-the-test-output-format.patch \ |
18 | file://Makefile \ | 18 | file://Makefile \ |
19 | file://run-ptest \ | 19 | file://run-ptest \ |
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.24.0.bb b/meta/recipes-support/p11-kit/p11-kit_0.24.0.bb index 9cac87ed32..d8330f460c 100644 --- a/meta/recipes-support/p11-kit/p11-kit_0.24.0.bb +++ b/meta/recipes-support/p11-kit/p11-kit_0.24.0.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "libtasn1 libtasn1-native libffi" | |||
10 | 10 | ||
11 | DEPENDS:append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" | 11 | DEPENDS:append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/p11-glue/p11-kit" | 13 | SRC_URI = "git://github.com/p11-glue/p11-kit;branch=master" |
14 | SRCREV = "34826623f58399b24c21f1788e2cdaea34521b7b" | 14 | SRCREV = "34826623f58399b24c21f1788e2cdaea34521b7b" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb index 23ab48ba2b..72922d8453 100644 --- a/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb +++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | |||
10 | SRCREV = "bcb82804daa8f725b6add259dcef2067e61a75aa" | 10 | SRCREV = "bcb82804daa8f725b6add259dcef2067e61a75aa" |
11 | PV .= "+git${SRCPV}" | 11 | PV .= "+git${SRCPV}" |
12 | 12 | ||
13 | SRC_URI = "git://git.yoctoproject.org/ptest-runner2 \ | 13 | SRC_URI = "git://git.yoctoproject.org/ptest-runner2;branch=master \ |
14 | " | 14 | " |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-support/rng-tools/rng-tools_6.14.bb b/meta/recipes-support/rng-tools/rng-tools_6.14.bb index 6b79a3b040..72d1e3f3db 100644 --- a/meta/recipes-support/rng-tools/rng-tools_6.14.bb +++ b/meta/recipes-support/rng-tools/rng-tools_6.14.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "GPLv2" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
9 | DEPENDS = "sysfsutils openssl" | 9 | DEPENDS = "sysfsutils openssl" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/nhorman/rng-tools.git \ | 11 | SRC_URI = "git://github.com/nhorman/rng-tools.git;branch=master \ |
12 | file://init \ | 12 | file://init \ |
13 | file://default \ | 13 | file://default \ |
14 | file://rngd.service \ | 14 | file://rngd.service \ |
diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb b/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb index b2b830cc1f..2dca36a7df 100644 --- a/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb +++ b/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
8 | 8 | ||
9 | DEPENDS = "libxml2 itstool-native glib-2.0 shared-mime-info-native xmlto-native" | 9 | DEPENDS = "libxml2 itstool-native glib-2.0 shared-mime-info-native xmlto-native" |
10 | 10 | ||
11 | SRC_URI = "git://gitlab.freedesktop.org/xdg/shared-mime-info.git;protocol=https" | 11 | SRC_URI = "git://gitlab.freedesktop.org/xdg/shared-mime-info.git;protocol=https;branch=master" |
12 | SRCREV = "18e558fa1c8b90b86757ade09a4ba4d6a6cf8f70" | 12 | SRCREV = "18e558fa1c8b90b86757ade09a4ba4d6a6cf8f70" |
13 | PV = "2.1" | 13 | PV = "2.1" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index db1e9caf4d..616b38b28b 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
@@ -11,7 +11,7 @@ RSUGGESTS:${PN} = "diffutils" | |||
11 | LICENSE = "vim" | 11 | LICENSE = "vim" |
12 | LIC_FILES_CHKSUM = "file://runtime/doc/uganda.txt;endline=287;md5=a19edd7ec70d573a005d9e509375a99a" | 12 | LIC_FILES_CHKSUM = "file://runtime/doc/uganda.txt;endline=287;md5=a19edd7ec70d573a005d9e509375a99a" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/vim/vim.git \ | 14 | SRC_URI = "git://github.com/vim/vim.git;branch=master \ |
15 | file://disable_acl_header_check.patch \ | 15 | file://disable_acl_header_check.patch \ |
16 | file://vim-add-knob-whether-elf.h-are-checked.patch \ | 16 | file://vim-add-knob-whether-elf.h-are-checked.patch \ |
17 | file://0001-src-Makefile-improve-reproducibility.patch \ | 17 | file://0001-src-Makefile-improve-reproducibility.patch \ |