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-devtools | |
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-devtools')
18 files changed, 18 insertions, 18 deletions
diff --git a/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb b/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb index c24613b74e..6ef5298a3b 100644 --- a/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb +++ b/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb | |||
@@ -90,7 +90,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=44ac4678311254db62edf8fd39cb8124" | |||
90 | 90 | ||
91 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)" | 91 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)" |
92 | 92 | ||
93 | SRC_URI = "git://github.com/xrmx/bootchart.git \ | 93 | SRC_URI = "git://github.com/xrmx/bootchart.git;branch=master \ |
94 | file://bootchartd_stop.sh \ | 94 | file://bootchartd_stop.sh \ |
95 | file://0001-collector-Allocate-space-on-heap-for-chunks.patch \ | 95 | file://0001-collector-Allocate-space-on-heap-for-chunks.patch \ |
96 | file://0001-bootchart2-support-usrmerge.patch \ | 96 | file://0001-bootchart2-support-usrmerge.patch \ |
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.14.2.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.14.2.bb index 3270527b57..ba4ad0f438 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.14.2.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.14.2.bb | |||
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = " \ | |||
15 | SECTION = "base" | 15 | SECTION = "base" |
16 | DEPENDS = "lzo util-linux zlib" | 16 | DEPENDS = "lzo util-linux zlib" |
17 | 17 | ||
18 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ | 18 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master \ |
19 | file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ | 19 | file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ |
20 | file://0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch \ | 20 | file://0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch \ |
21 | " | 21 | " |
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_0.17.7.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_0.17.7.bb index 739a2dcf7d..9740598855 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c_0.17.7.bb +++ b/meta/recipes-devtools/createrepo-c/createrepo-c_0.17.7.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/rpm-software-management/createrepo_c/wiki" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/rpm-software-management/createrepo_c \ | 7 | SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master \ |
8 | file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ | 8 | file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ |
9 | " | 9 | " |
10 | 10 | ||
diff --git a/meta/recipes-devtools/distcc/distcc_3.4.bb b/meta/recipes-devtools/distcc/distcc_3.4.bb index 7adf8a8ff6..c1cce24d11 100644 --- a/meta/recipes-devtools/distcc/distcc_3.4.bb +++ b/meta/recipes-devtools/distcc/distcc_3.4.bb | |||
@@ -15,7 +15,7 @@ PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt" | |||
15 | 15 | ||
16 | RRECOMMENDS:${PN}-server = "avahi-daemon" | 16 | RRECOMMENDS:${PN}-server = "avahi-daemon" |
17 | 17 | ||
18 | SRC_URI = "git://github.com/distcc/distcc.git \ | 18 | SRC_URI = "git://github.com/distcc/distcc.git;branch=master \ |
19 | file://default \ | 19 | file://default \ |
20 | file://distcc \ | 20 | file://distcc \ |
21 | file://distcc.service \ | 21 | file://distcc.service \ |
diff --git a/meta/recipes-devtools/dnf/dnf_4.10.0.bb b/meta/recipes-devtools/dnf/dnf_4.10.0.bb index b7273d4051..4ad7e21c24 100644 --- a/meta/recipes-devtools/dnf/dnf_4.10.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.10.0.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
8 | file://PACKAGE-LICENSING;md5=4a0548e303dbc77f067335b4d688e745 \ | 8 | file://PACKAGE-LICENSING;md5=4a0548e303dbc77f067335b4d688e745 \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI = "git://github.com/rpm-software-management/dnf.git \ | 11 | SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master \ |
12 | file://0001-Corretly-install-tmpfiles.d-configuration.patch \ | 12 | file://0001-Corretly-install-tmpfiles.d-configuration.patch \ |
13 | file://0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch \ | 13 | file://0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch \ |
14 | file://0005-Do-not-prepend-installroot-to-logdir.patch \ | 14 | file://0005-Do-not-prepend-installroot-to-logdir.patch \ |
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc index bcffa77db9..a030fa6fa8 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | |||
@@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://NOTICE;md5=d50be0580c0b0a7fbc7a4830bbe6c12b \ | |||
19 | SECTION = "base" | 19 | SECTION = "base" |
20 | DEPENDS = "util-linux attr autoconf-archive" | 20 | DEPENDS = "util-linux attr autoconf-archive" |
21 | 21 | ||
22 | SRC_URI = "git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git" | 22 | SRC_URI = "git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git;branch=master" |
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||
25 | inherit autotools gettext texinfo pkgconfig multilib_header update-alternatives ptest | 25 | inherit autotools gettext texinfo pkgconfig multilib_header update-alternatives ptest |
diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.3.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.3.bb index d07d5c4360..77cce2fdaf 100644 --- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.3.bb +++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.3.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94fa01670a2a8f2d3ab2de15004e0848" | |||
5 | HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README" | 5 | HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README" |
6 | 6 | ||
7 | SRCREV = "2cd522105ea771ec30b269cd4c57e2265a4d6349" | 7 | SRCREV = "2cd522105ea771ec30b269cd4c57e2265a4d6349" |
8 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git" | 8 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master" |
9 | 9 | ||
10 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" | 10 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" |
11 | 11 | ||
diff --git a/meta/recipes-devtools/file/file_5.41.bb b/meta/recipes-devtools/file/file_5.41.bb index 9cc83085d0..36a9ebd9bf 100644 --- a/meta/recipes-devtools/file/file_5.41.bb +++ b/meta/recipes-devtools/file/file_5.41.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=0251eaec1188b20d9a72c502ecfdd | |||
11 | DEPENDS = "file-replacement-native" | 11 | DEPENDS = "file-replacement-native" |
12 | DEPENDS:class-native = "bzip2-replacement-native" | 12 | DEPENDS:class-native = "bzip2-replacement-native" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/file/file.git" | 14 | SRC_URI = "git://github.com/file/file.git;branch=master" |
15 | 15 | ||
16 | SRCREV = "504206e53a89fd6eed71aeaf878aa3512418eab1" | 16 | SRCREV = "504206e53a89fd6eed71aeaf878aa3512418eab1" |
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-devtools/glide/glide_0.13.3.bb b/meta/recipes-devtools/glide/glide_0.13.3.bb index e943dc1762..1a69445816 100644 --- a/meta/recipes-devtools/glide/glide_0.13.3.bb +++ b/meta/recipes-devtools/glide/glide_0.13.3.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
5 | LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=54905cf894f8cc416a92f4fc350c35b2" | 5 | LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=54905cf894f8cc416a92f4fc350c35b2" |
6 | 6 | ||
7 | GO_IMPORT = "github.com/Masterminds/glide" | 7 | GO_IMPORT = "github.com/Masterminds/glide" |
8 | SRC_URI = "git://${GO_IMPORT}" | 8 | SRC_URI = "git://${GO_IMPORT};branch=master" |
9 | SRCREV = "8ed5b9292379d86c39592a7e6a58eb9c903877cf" | 9 | SRCREV = "8ed5b9292379d86c39592a7e6a58eb9c903877cf" |
10 | 10 | ||
11 | inherit go | 11 | inherit go |
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb index 34b425031f..794e39546c 100644 --- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb +++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb | |||
@@ -12,7 +12,7 @@ INHIBIT_DEFAULT_DEPS = "1" | |||
12 | SRCREV = "805517123cbfe33d17c989a18e78c5789fab0437" | 12 | SRCREV = "805517123cbfe33d17c989a18e78c5789fab0437" |
13 | PV = "20210722+git${SRCPV}" | 13 | PV = "20210722+git${SRCPV}" |
14 | 14 | ||
15 | SRC_URI = "git://git.savannah.gnu.org/config.git \ | 15 | SRC_URI = "git://git.savannah.gnu.org/config.git;branch=master \ |
16 | file://gnu-configize.in" | 16 | file://gnu-configize.in" |
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | UPSTREAM_CHECK_COMMITS = "1" | 18 | UPSTREAM_CHECK_COMMITS = "1" |
diff --git a/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb b/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb index 8fe43ed0c8..94108d3a7f 100644 --- a/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb +++ b/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb | |||
@@ -4,7 +4,7 @@ DESCRIPTION = "Libcomps is alternative for yum.comps library. It's written in pu | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/rpm-software-management/libcomps.git \ | 7 | SRC_URI = "git://github.com/rpm-software-management/libcomps.git;branch=master \ |
8 | file://0001-Add-crc32.c-to-sources-list.patch \ | 8 | file://0001-Add-crc32.c-to-sources-list.patch \ |
9 | file://0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ | 9 | file://0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ |
10 | " | 10 | " |
diff --git a/meta/recipes-devtools/librepo/librepo_1.14.2.bb b/meta/recipes-devtools/librepo/librepo_1.14.2.bb index e7f8c08e03..777b447681 100644 --- a/meta/recipes-devtools/librepo/librepo_1.14.2.bb +++ b/meta/recipes-devtools/librepo/librepo_1.14.2.bb | |||
@@ -5,7 +5,7 @@ DESCRIPTION = "${SUMMARY}" | |||
5 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPLv2.1" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/rpm-software-management/librepo.git \ | 8 | SRC_URI = "git://github.com/rpm-software-management/librepo.git;branch=master \ |
9 | file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \ | 9 | file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \ |
10 | file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \ | 10 | file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \ |
11 | " | 11 | " |
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb index 057ae806a1..2004572375 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb | |||
@@ -14,7 +14,7 @@ RDEPENDS:mtd-utils-tests += "bash" | |||
14 | PV = "2.1.3" | 14 | PV = "2.1.3" |
15 | 15 | ||
16 | SRCREV = "42ea7cd48d2b3c306d59bb6c530d79f8c25bf9f5" | 16 | SRCREV = "42ea7cd48d2b3c306d59bb6c530d79f8c25bf9f5" |
17 | SRC_URI = "git://git.infradead.org/mtd-utils.git \ | 17 | SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master \ |
18 | file://add-exclusion-to-mkfs-jffs2-git-2.patch \ | 18 | file://add-exclusion-to-mkfs-jffs2-git-2.patch \ |
19 | " | 19 | " |
20 | 20 | ||
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.13.bb b/meta/recipes-devtools/patchelf/patchelf_0.13.bb index 1b0561b8ba..b24c74a149 100644 --- a/meta/recipes-devtools/patchelf/patchelf_0.13.bb +++ b/meta/recipes-devtools/patchelf/patchelf_0.13.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/NixOS/patchelf" | |||
4 | 4 | ||
5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https \ | 7 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \ |
8 | file://handle-read-only-files.patch \ | 8 | file://handle-read-only-files.patch \ |
9 | " | 9 | " |
10 | SRCREV = "a949ff23315bbb5863627c4655fe216ecbf341a2" | 10 | SRCREV = "a949ff23315bbb5863627c4655fe216ecbf341a2" |
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb index c78f446711..24ac893d1e 100644 --- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb +++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://../COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
9 | 9 | ||
10 | PV = "4.5" | 10 | PV = "4.5" |
11 | SRCREV = "0496d7c3de3e09da37ba492081c86159806ebb07" | 11 | SRCREV = "0496d7c3de3e09da37ba492081c86159806ebb07" |
12 | SRC_URI = "git://github.com/plougher/squashfs-tools.git;protocol=https \ | 12 | SRC_URI = "git://github.com/plougher/squashfs-tools.git;protocol=https;branch=master \ |
13 | file://0001-Avoid-use-of-INSTALL_DIR-for-symlink-targets.patch \ | 13 | file://0001-Avoid-use-of-INSTALL_DIR-for-symlink-targets.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb index 30dbbcc05c..71c2ba6d7c 100644 --- a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb +++ b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "LGPLv2.1 & GPLv2" | |||
8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c \ | 8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c \ |
9 | file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe" | 9 | file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/systemd/systemd-bootchart.git;protocol=https \ | 11 | SRC_URI = "git://github.com/systemd/systemd-bootchart.git;protocol=https;branch=master \ |
12 | file://0001-architecture-Recognise-RISCV-32-RISCV-64.patch \ | 12 | file://0001-architecture-Recognise-RISCV-32-RISCV-64.patch \ |
13 | file://mips64.patch \ | 13 | file://mips64.patch \ |
14 | file://no_lto.patch \ | 14 | file://no_lto.patch \ |
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index e67eccc75c..d6d563d8e7 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | |||
@@ -10,7 +10,7 @@ SRCREV = "2735e3d6b7eccb05ab232825c618c837d27a5010" | |||
10 | PV = "1.7.0+git${SRCPV}" | 10 | PV = "1.7.0+git${SRCPV}" |
11 | 11 | ||
12 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 12 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
13 | SRC_URI = "git://git.eclipse.org/r/tcf/org.eclipse.tcf.agent.git;protocol=https \ | 13 | SRC_URI = "git://git.eclipse.org/r/tcf/org.eclipse.tcf.agent.git;protocol=https;branch=master \ |
14 | file://fix_ranlib.patch \ | 14 | file://fix_ranlib.patch \ |
15 | file://ldflags.patch \ | 15 | file://ldflags.patch \ |
16 | file://tcf-agent.init \ | 16 | file://tcf-agent.init \ |
diff --git a/meta/recipes-devtools/unfs3/unfs3_git.bb b/meta/recipes-devtools/unfs3/unfs3_git.bb index 2bc7a9230b..7a5d273851 100644 --- a/meta/recipes-devtools/unfs3/unfs3_git.bb +++ b/meta/recipes-devtools/unfs3/unfs3_git.bb | |||
@@ -14,7 +14,7 @@ DEPENDS:append:class-nativesdk = " flex-nativesdk" | |||
14 | ASNEEDED = "" | 14 | ASNEEDED = "" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https \ | 17 | SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https;branch=master \ |
18 | file://unfs3_parallel_build.patch \ | 18 | file://unfs3_parallel_build.patch \ |
19 | file://alternate_rpc_ports.patch \ | 19 | file://alternate_rpc_ports.patch \ |
20 | file://fix_pid_race_parent_writes_child_pid.patch \ | 20 | file://fix_pid_race_parent_writes_child_pid.patch \ |