diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-29 13:20:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-15 11:56:17 +0000 |
commit | 5258dd0cd082d3ca1663358e609256e592d1695a (patch) | |
tree | 90e78edab9bc4f09e8b2254161b44381afacc5f7 /meta/recipes-extended | |
parent | aaa0c06d8562aeea80bbff01c76d4a832b57e17f (diff) | |
download | poky-5258dd0cd082d3ca1663358e609256e592d1695a.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: 37b4f66fa23979cbfe82679a74ce21b11fc61557)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b51c405faf6f8c0365f7533bfaf470d79152a463)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/bzip2/bzip2_1.0.8.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/go-examples/go-helloworld_0.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/iputils/iputils_20210722.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/libaio/libaio_0.3.112.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/libnsl/libnsl2_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/libnss-nis/libnss-nis.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/libsolv/libsolv_0.7.19.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20210524.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/net-tools/net-tools_2.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/procps/procps_3.3.17.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/psmisc/psmisc_23.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.8.bb b/meta/recipes-extended/bzip2/bzip2_1.0.8.bb index 296bc68d41..ab63012922 100644 --- a/meta/recipes-extended/bzip2/bzip2_1.0.8.bb +++ b/meta/recipes-extended/bzip2/bzip2_1.0.8.bb | |||
@@ -22,7 +22,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;beginline=4;endline=37;md5=600af43c50f1fcb82e | |||
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI = "https://sourceware.org/pub/${BPN}/${BPN}-${PV}.tar.gz \ | 24 | SRC_URI = "https://sourceware.org/pub/${BPN}/${BPN}-${PV}.tar.gz \ |
25 | git://sourceware.org/git/bzip2-tests.git;name=bzip2-tests \ | 25 | git://sourceware.org/git/bzip2-tests.git;name=bzip2-tests;branch=master \ |
26 | file://configure.ac;subdir=${BP} \ | 26 | file://configure.ac;subdir=${BP} \ |
27 | file://Makefile.am;subdir=${BP} \ | 27 | file://Makefile.am;subdir=${BP} \ |
28 | file://run-ptest \ | 28 | file://run-ptest \ |
diff --git a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb index aeff482f3b..6e2687a083 100644 --- a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb +++ b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "https://golang.org/" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
7 | 7 | ||
8 | SRC_URI = "git://${GO_IMPORT}" | 8 | SRC_URI = "git://${GO_IMPORT};branch=master" |
9 | SRCREV = "46695d81d1fae905a270fb7db8a4d11a334562fe" | 9 | SRCREV = "46695d81d1fae905a270fb7db8a4d11a334562fe" |
10 | UPSTREAM_CHECK_COMMITS = "1" | 10 | UPSTREAM_CHECK_COMMITS = "1" |
11 | 11 | ||
diff --git a/meta/recipes-extended/iputils/iputils_20210722.bb b/meta/recipes-extended/iputils/iputils_20210722.bb index e1940b77b5..c92bc830bc 100644 --- a/meta/recipes-extended/iputils/iputils_20210722.bb +++ b/meta/recipes-extended/iputils/iputils_20210722.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=55aa8c9fcad0691cef0ecd420361e390" | |||
10 | 10 | ||
11 | DEPENDS = "gnutls" | 11 | DEPENDS = "gnutls" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/iputils/iputils \ | 13 | SRC_URI = "git://github.com/iputils/iputils;branch=master \ |
14 | file://0001-rarpd-rdisc-Drop-PrivateUsers.patch \ | 14 | file://0001-rarpd-rdisc-Drop-PrivateUsers.patch \ |
15 | file://0001-meson-Make-tests-optional.patch \ | 15 | file://0001-meson-Make-tests-optional.patch \ |
16 | " | 16 | " |
diff --git a/meta/recipes-extended/libaio/libaio_0.3.112.bb b/meta/recipes-extended/libaio/libaio_0.3.112.bb index b3606474a5..3892f3244e 100644 --- a/meta/recipes-extended/libaio/libaio_0.3.112.bb +++ b/meta/recipes-extended/libaio/libaio_0.3.112.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "http://lse.sourceforge.net/io/aio.html" | |||
5 | LICENSE = "LGPLv2.1+" | 5 | LICENSE = "LGPLv2.1+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" |
7 | 7 | ||
8 | SRC_URI = "git://pagure.io/libaio.git;protocol=https \ | 8 | SRC_URI = "git://pagure.io/libaio.git;protocol=https;branch=master \ |
9 | file://00_arches.patch \ | 9 | file://00_arches.patch \ |
10 | file://libaio_fix_for_mips_syscalls.patch \ | 10 | file://libaio_fix_for_mips_syscalls.patch \ |
11 | file://system-linkage.patch \ | 11 | file://system-linkage.patch \ |
diff --git a/meta/recipes-extended/libnsl/libnsl2_git.bb b/meta/recipes-extended/libnsl/libnsl2_git.bb index 53be67fe85..6194d90177 100644 --- a/meta/recipes-extended/libnsl/libnsl2_git.bb +++ b/meta/recipes-extended/libnsl/libnsl2_git.bb | |||
@@ -14,7 +14,7 @@ PV = "2.0.0" | |||
14 | 14 | ||
15 | SRCREV = "82245c0c58add79a8e34ab0917358217a70e5100" | 15 | SRCREV = "82245c0c58add79a8e34ab0917358217a70e5100" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/thkukuk/libnsl \ | 17 | SRC_URI = "git://github.com/thkukuk/libnsl;branch=master \ |
18 | " | 18 | " |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-extended/libnss-nis/libnss-nis.bb b/meta/recipes-extended/libnss-nis/libnss-nis.bb index 34103428e9..bc2e292f40 100644 --- a/meta/recipes-extended/libnss-nis/libnss-nis.bb +++ b/meta/recipes-extended/libnss-nis/libnss-nis.bb | |||
@@ -17,7 +17,7 @@ PV = "3.1+git${SRCPV}" | |||
17 | 17 | ||
18 | SRCREV = "062f31999b35393abf7595cb89dfc9590d5a42ad" | 18 | SRCREV = "062f31999b35393abf7595cb89dfc9590d5a42ad" |
19 | 19 | ||
20 | SRC_URI = "git://github.com/thkukuk/libnss_nis \ | 20 | SRC_URI = "git://github.com/thkukuk/libnss_nis;branch=master \ |
21 | " | 21 | " |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.19.bb b/meta/recipes-extended/libsolv/libsolv_0.7.19.bb index bb925073ed..768682f885 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.19.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.19.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8" | |||
8 | 8 | ||
9 | DEPENDS = "expat zlib" | 9 | DEPENDS = "expat zlib" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/openSUSE/libsolv.git \ | 11 | SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRCREV = "c773294be6b0a2425f344a8999f173fb00cfd16f" | 14 | SRCREV = "c773294be6b0a2425f344a8999f173fb00cfd16f" |
diff --git a/meta/recipes-extended/ltp/ltp_20210524.bb b/meta/recipes-extended/ltp/ltp_20210524.bb index 20e2deffa5..b728dffc19 100644 --- a/meta/recipes-extended/ltp/ltp_20210524.bb +++ b/meta/recipes-extended/ltp/ltp_20210524.bb | |||
@@ -29,7 +29,7 @@ CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__" | |||
29 | CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" | 29 | CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" |
30 | SRCREV = "0fb171f2beddaf64bd27597577c206c0f892b3cd" | 30 | SRCREV = "0fb171f2beddaf64bd27597577c206c0f892b3cd" |
31 | 31 | ||
32 | SRC_URI = "git://github.com/linux-test-project/ltp.git \ | 32 | SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master \ |
33 | file://0001-Remove-OOM-tests-from-runtest-mm.patch \ | 33 | file://0001-Remove-OOM-tests-from-runtest-mm.patch \ |
34 | file://0001-syscalls-ioctl_ns05.c-ioctl_ns06.c-Fix-too-small-buf.patch \ | 34 | file://0001-syscalls-ioctl_ns05.c-ioctl_ns06.c-Fix-too-small-buf.patch \ |
35 | " | 35 | " |
diff --git a/meta/recipes-extended/net-tools/net-tools_2.10.bb b/meta/recipes-extended/net-tools/net-tools_2.10.bb index 00caccd4b8..eb5881356c 100644 --- a/meta/recipes-extended/net-tools/net-tools_2.10.bb +++ b/meta/recipes-extended/net-tools/net-tools_2.10.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
7 | file://ifconfig.c;beginline=11;endline=15;md5=d1ca372080ad5401e23ca0afc35cf9ba" | 7 | file://ifconfig.c;beginline=11;endline=15;md5=d1ca372080ad5401e23ca0afc35cf9ba" |
8 | 8 | ||
9 | SRCREV = "80d7b95067f1f22fece9537dea6dff53081f4886" | 9 | SRCREV = "80d7b95067f1f22fece9537dea6dff53081f4886" |
10 | SRC_URI = "git://git.code.sf.net/p/net-tools/code;protocol=https \ | 10 | SRC_URI = "git://git.code.sf.net/p/net-tools/code;protocol=https;branch=master \ |
11 | file://net-tools-config.h \ | 11 | file://net-tools-config.h \ |
12 | file://net-tools-config.make \ | 12 | file://net-tools-config.make \ |
13 | file://Add_missing_headers.patch \ | 13 | file://Add_missing_headers.patch \ |
diff --git a/meta/recipes-extended/procps/procps_3.3.17.bb b/meta/recipes-extended/procps/procps_3.3.17.bb index 64a2d154b6..9366ec99aa 100644 --- a/meta/recipes-extended/procps/procps_3.3.17.bb +++ b/meta/recipes-extended/procps/procps_3.3.17.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "ncurses" | |||
12 | 12 | ||
13 | inherit autotools gettext pkgconfig update-alternatives | 13 | inherit autotools gettext pkgconfig update-alternatives |
14 | 14 | ||
15 | SRC_URI = "git://gitlab.com/procps-ng/procps.git;protocol=https \ | 15 | SRC_URI = "git://gitlab.com/procps-ng/procps.git;protocol=https;branch=master \ |
16 | file://sysctl.conf \ | 16 | file://sysctl.conf \ |
17 | file://0001-w.c-correct-musl-builds.patch \ | 17 | file://0001-w.c-correct-musl-builds.patch \ |
18 | file://0002-proc-escape.c-add-missing-include.patch \ | 18 | file://0002-proc-escape.c-add-missing-include.patch \ |
diff --git a/meta/recipes-extended/psmisc/psmisc_23.4.bb b/meta/recipes-extended/psmisc/psmisc_23.4.bb index 894443f4ef..89fe8a709c 100644 --- a/meta/recipes-extended/psmisc/psmisc_23.4.bb +++ b/meta/recipes-extended/psmisc/psmisc_23.4.bb | |||
@@ -2,7 +2,7 @@ require psmisc.inc | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
4 | 4 | ||
5 | SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https \ | 5 | SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https;branch=master \ |
6 | file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \ | 6 | file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \ |
7 | " | 7 | " |
8 | SRCREV = "5fab6b7ab385080f1db725d6803136ec1841a15f" | 8 | SRCREV = "5fab6b7ab385080f1db725d6803136ec1841a15f" |
diff --git a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb index 678632a814..81bd40bf61 100644 --- a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb +++ b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb | |||
@@ -19,7 +19,7 @@ PV = "1.4.2" | |||
19 | 19 | ||
20 | SRCREV = "6f54e54455c073d08a56ea627c6cd2355a40eb53" | 20 | SRCREV = "6f54e54455c073d08a56ea627c6cd2355a40eb53" |
21 | 21 | ||
22 | SRC_URI = "git://github.com/thkukuk/${BPN} \ | 22 | SRC_URI = "git://github.com/thkukuk/${BPN};branch=master \ |
23 | file://0001-Use-cross-compiled-rpcgen.patch \ | 23 | file://0001-Use-cross-compiled-rpcgen.patch \ |
24 | " | 24 | " |
25 | 25 | ||
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb index 5889569e50..f01e7b2433 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme" | |||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https \ | 8 | SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \ |
9 | file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \ | 9 | file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \ |
10 | file://0001-Makefile-do-not-write-the-timestamp-into-compressed-.patch \ | 10 | file://0001-Makefile-do-not-write-the-timestamp-into-compressed-.patch \ |
11 | " | 11 | " |
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb index da051c119f..e64494e54e 100644 --- a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb +++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=55c5fdf02cfcca3fc9621b6f2ceae10f" | |||
7 | 7 | ||
8 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 8 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/openSUSE/xinetd.git;protocol=https \ | 10 | SRC_URI = "git://github.com/openSUSE/xinetd.git;protocol=https;branch=master \ |
11 | file://xinetd.init \ | 11 | file://xinetd.init \ |
12 | file://xinetd.default \ | 12 | file://xinetd.default \ |
13 | file://xinetd.service \ | 13 | file://xinetd.service \ |