diff options
Diffstat (limited to 'meta')
97 files changed, 97 insertions, 97 deletions
diff --git a/meta/classes/devupstream.bbclass b/meta/classes/devupstream.bbclass index dc9a9472b1..facc46f3af 100644 --- a/meta/classes/devupstream.bbclass +++ b/meta/classes/devupstream.bbclass | |||
@@ -4,7 +4,7 @@ | |||
4 | # | 4 | # |
5 | # Usage: | 5 | # Usage: |
6 | # BBCLASSEXTEND = "devupstream:target" | 6 | # BBCLASSEXTEND = "devupstream:target" |
7 | # SRC_URI:class-devupstream = "git://git.example.com/example" | 7 | # SRC_URI:class-devupstream = "git://git.example.com/example;branch=master" |
8 | # SRCREV:class-devupstream = "abcdef" | 8 | # SRCREV:class-devupstream = "abcdef" |
9 | # | 9 | # |
10 | # If the first entry in SRC_URI is a git: URL then S is rewritten to | 10 | # If the first entry in SRC_URI is a git: URL then S is rewritten to |
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 790f2f7a8c..d9c4b4e5ad 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -657,7 +657,7 @@ APACHE_MIRROR = "https://archive.apache.org/dist" | |||
657 | CPAN_MIRROR = "https://search.cpan.org/CPAN" | 657 | CPAN_MIRROR = "https://search.cpan.org/CPAN" |
658 | DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" | 658 | DEBIAN_MIRROR = "http://ftp.debian.org/debian/pool" |
659 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" | 659 | GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" |
660 | GNOME_GIT = "git://gitlab.gnome.org/GNOME" | 660 | GNOME_GIT = "git://gitlab.gnome.org/GNOME;branch=master" |
661 | GNOME_MIRROR = "https://download.gnome.org/sources/" | 661 | GNOME_MIRROR = "https://download.gnome.org/sources/" |
662 | GNU_MIRROR = "https://ftp.gnu.org/gnu" | 662 | GNU_MIRROR = "https://ftp.gnu.org/gnu" |
663 | GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt" | 663 | GNUPG_MIRROR = "https://www.gnupg.org/ftp/gcrypt" |
diff --git a/meta/lib/oeqa/selftest/cases/fetch.py b/meta/lib/oeqa/selftest/cases/fetch.py index 9aa91e59c1..be14272e63 100644 --- a/meta/lib/oeqa/selftest/cases/fetch.py +++ b/meta/lib/oeqa/selftest/cases/fetch.py | |||
@@ -99,7 +99,7 @@ class Dependencies(OESelftestTestCase): | |||
99 | 99 | ||
100 | r = """ | 100 | r = """ |
101 | LICENSE="CLOSED" | 101 | LICENSE="CLOSED" |
102 | SRC_URI="git://example.com/repo" | 102 | SRC_URI="git://example.com/repo;branch=master" |
103 | """ | 103 | """ |
104 | f = self.write_recipe(textwrap.dedent(r), tempdir) | 104 | f = self.write_recipe(textwrap.dedent(r), tempdir) |
105 | d = tinfoil.parse_recipe_file(f) | 105 | d = tinfoil.parse_recipe_file(f) |
diff --git a/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb b/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb index 5d6f200a73..e9dfa0770e 100644 --- a/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb +++ b/meta/recipes-bsp/efibootmgr/efibootmgr_17.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "efivar popt" | |||
10 | 10 | ||
11 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" | 11 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/rhinstaller/efibootmgr.git;protocol=https \ | 13 | SRC_URI = "git://github.com/rhinstaller/efibootmgr.git;protocol=https;branch=master \ |
14 | file://0001-remove-extra-decl.patch \ | 14 | file://0001-remove-extra-decl.patch \ |
15 | file://97668ae0bce776a36ea2001dea63d376be8274ac.patch \ | 15 | file://97668ae0bce776a36ea2001dea63d376be8274ac.patch \ |
16 | " | 16 | " |
diff --git a/meta/recipes-bsp/efivar/efivar_37.bb b/meta/recipes-bsp/efivar/efivar_37.bb index b11f1539a2..6340020cef 100644 --- a/meta/recipes-bsp/efivar/efivar_37.bb +++ b/meta/recipes-bsp/efivar/efivar_37.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6626bb1e20189cfa95f2c508ba286393" | |||
7 | 7 | ||
8 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" | 8 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/rhinstaller/efivar.git \ | 10 | SRC_URI = "git://github.com/rhinstaller/efivar.git;branch=master \ |
11 | file://determinism.patch \ | 11 | file://determinism.patch \ |
12 | file://no-werror.patch" | 12 | file://no-werror.patch" |
13 | SRCREV = "c1d6b10e1ed4ba2be07f385eae5bceb694478a10" | 13 | SRCREV = "c1d6b10e1ed4ba2be07f385eae5bceb694478a10" |
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb index ce14bc48aa..6906e5362d 100644 --- a/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb +++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "LGPL-2.1" | |||
10 | LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c" | 10 | LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c" |
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" | 13 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master" |
14 | SRCREV = "ba7564f5006d09bec51058cf4f5ac90d4dc18b3c" | 14 | SRCREV = "ba7564f5006d09bec51058cf4f5ac90d4dc18b3c" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index e41a4b5096..5a3fc17ad1 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc | |||
@@ -14,7 +14,7 @@ PE = "1" | |||
14 | # repo during parse | 14 | # repo during parse |
15 | SRCREV = "d80bb749fab53da72c4a0e09b8c2d2aaa3103c91" | 15 | SRCREV = "d80bb749fab53da72c4a0e09b8c2d2aaa3103c91" |
16 | 16 | ||
17 | SRC_URI = "git://git.denx.de/u-boot.git \ | 17 | SRC_URI = "git://git.denx.de/u-boot.git;branch=master \ |
18 | " | 18 | " |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb index 55c687968f..eb6d1f7181 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "gtk+3 dbus-glib dbus-glib-native intltool-native gettext-native" | |||
10 | 10 | ||
11 | # 0.7 tag | 11 | # 0.7 tag |
12 | SRCREV = "cf3c325b23dae843c5499a113591cfbc98acb143" | 12 | SRCREV = "cf3c325b23dae843c5499a113591cfbc98acb143" |
13 | SRC_URI = "git://github.com/connectivity/connman-gnome.git \ | 13 | SRC_URI = "git://github.com/connectivity/connman-gnome.git;branch=master \ |
14 | file://0001-Removed-icon-from-connman-gnome-about-applet.patch \ | 14 | file://0001-Removed-icon-from-connman-gnome-about-applet.patch \ |
15 | file://null_check_for_ipv4_config.patch \ | 15 | file://null_check_for_ipv4_config.patch \ |
16 | file://images/ \ | 16 | file://images/ \ |
diff --git a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb b/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb index e455a60bd5..cfe474d72e 100644 --- a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb +++ b/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
8 | 8 | ||
9 | DEPENDS = "avahi" | 9 | DEPENDS = "avahi" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/lathiat/nss-mdns \ | 11 | SRC_URI = "git://github.com/lathiat/nss-mdns;branch=master \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRCREV = "4b3cfe818bf72d99a02b8ca8b8813cb2d6b40633" | 14 | SRCREV = "4b3cfe818bf72d99a02b8ca8b8813cb2d6b40633" |
diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb index 837490f15f..4246f4dcbd 100644 --- a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb +++ b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb | |||
@@ -8,7 +8,7 @@ SRCREV = "11f2247eccd3c161b8fd9b41143862e9fb81193c" | |||
8 | PV = "20210805" | 8 | PV = "20210805" |
9 | PE = "1" | 9 | PE = "1" |
10 | 10 | ||
11 | SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https" | 11 | SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=master" |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
diff --git a/meta/recipes-core/dbus-wait/dbus-wait_git.bb b/meta/recipes-core/dbus-wait/dbus-wait_git.bb index 677768d35a..b39f7523c0 100644 --- a/meta/recipes-core/dbus-wait/dbus-wait_git.bb +++ b/meta/recipes-core/dbus-wait/dbus-wait_git.bb | |||
@@ -11,7 +11,7 @@ SRCREV = "6cc6077a36fe2648a5f993fe7c16c9632f946517" | |||
11 | PV = "0.1+git${SRCPV}" | 11 | PV = "0.1+git${SRCPV}" |
12 | PR = "r2" | 12 | PR = "r2" |
13 | 13 | ||
14 | SRC_URI = "git://git.yoctoproject.org/${BPN}" | 14 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master" |
15 | UPSTREAM_CHECK_COMMITS = "1" | 15 | UPSTREAM_CHECK_COMMITS = "1" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-core/fts/fts_1.2.7.bb b/meta/recipes-core/fts/fts_1.2.7.bb index ea820cb0c3..f907a35a90 100644 --- a/meta/recipes-core/fts/fts_1.2.7.bb +++ b/meta/recipes-core/fts/fts_1.2.7.bb | |||
@@ -10,7 +10,7 @@ SECTION = "libs" | |||
10 | 10 | ||
11 | SRCREV = "0bde52df588e8969879a2cae51c3a4774ec62472" | 11 | SRCREV = "0bde52df588e8969879a2cae51c3a4774ec62472" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/pullmoll/musl-fts.git" | 13 | SRC_URI = "git://github.com/pullmoll/musl-fts.git;branch=master" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc index 281df7ecda..6dac7f0c7a 100644 --- a/meta/recipes-core/glibc/glibc-version.inc +++ b/meta/recipes-core/glibc/glibc-version.inc | |||
@@ -3,6 +3,6 @@ PV = "2.34" | |||
3 | SRCREV_glibc ?= "ae37d06c7d127817ba43850f0f898b793d42aea7" | 3 | SRCREV_glibc ?= "ae37d06c7d127817ba43850f0f898b793d42aea7" |
4 | SRCREV_localedef ?= "95c0221703ad970a52445e9eaf91c4aff35eebef" | 4 | SRCREV_localedef ?= "95c0221703ad970a52445e9eaf91c4aff35eebef" |
5 | 5 | ||
6 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" | 6 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;branch=master" |
7 | 7 | ||
8 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.(?!90)\d+)*)" | 8 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.(?!90)\d+)*)" |
diff --git a/meta/recipes-core/ifupdown/ifupdown_0.8.36.bb b/meta/recipes-core/ifupdown/ifupdown_0.8.36.bb index 1d01701b8f..48a7b8fb13 100644 --- a/meta/recipes-core/ifupdown/ifupdown_0.8.36.bb +++ b/meta/recipes-core/ifupdown/ifupdown_0.8.36.bb | |||
@@ -7,7 +7,7 @@ the file /etc/network/interfaces." | |||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
9 | 9 | ||
10 | SRC_URI = "git://salsa.debian.org/debian/ifupdown.git;protocol=https \ | 10 | SRC_URI = "git://salsa.debian.org/debian/ifupdown.git;protocol=https;branch=master \ |
11 | file://defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch \ | 11 | file://defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch \ |
12 | file://99_network \ | 12 | file://99_network \ |
13 | file://0001-Define-FNM_EXTMATCH-for-musl.patch \ | 13 | file://0001-Define-FNM_EXTMATCH-for-musl.patch \ |
diff --git a/meta/recipes-core/initscripts/init-system-helpers_1.60.bb b/meta/recipes-core/initscripts/init-system-helpers_1.60.bb index 165f37c070..46952e4685 100644 --- a/meta/recipes-core/initscripts/init-system-helpers_1.60.bb +++ b/meta/recipes-core/initscripts/init-system-helpers_1.60.bb | |||
@@ -17,7 +17,7 @@ LICENSE = "BSD-3-Clause & GPLv2" | |||
17 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=ee2b1830fcfead84d07bc060ec43e072" | 17 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=ee2b1830fcfead84d07bc060ec43e072" |
18 | 18 | ||
19 | SRCREV = "dbd9197569c0935029acd5c9b02b84c68fd937ee" | 19 | SRCREV = "dbd9197569c0935029acd5c9b02b84c68fd937ee" |
20 | SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https" | 20 | SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https;branch=master" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
diff --git a/meta/recipes-core/musl/libucontext_git.bb b/meta/recipes-core/musl/libucontext_git.bb index d8ae8242c5..1a8d1c4b21 100644 --- a/meta/recipes-core/musl/libucontext_git.bb +++ b/meta/recipes-core/musl/libucontext_git.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "" | |||
10 | 10 | ||
11 | PV = "1.1+${SRCPV}" | 11 | PV = "1.1+${SRCPV}" |
12 | SRCREV = "335ee864ef6f4a5d4b525453fd9dbfb3507cfecc" | 12 | SRCREV = "335ee864ef6f4a5d4b525453fd9dbfb3507cfecc" |
13 | SRC_URI = "git://github.com/kaniini/libucontext \ | 13 | SRC_URI = "git://github.com/kaniini/libucontext;branch=master \ |
14 | file://0001-meson-Add-option-to-pass-cpu.patch \ | 14 | file://0001-meson-Add-option-to-pass-cpu.patch \ |
15 | " | 15 | " |
16 | 16 | ||
diff --git a/meta/recipes-core/musl/musl-obstack.bb b/meta/recipes-core/musl/musl-obstack.bb index 3003935fe5..3748047496 100644 --- a/meta/recipes-core/musl/musl-obstack.bb +++ b/meta/recipes-core/musl/musl-obstack.bb | |||
@@ -10,7 +10,7 @@ SECTION = "libs" | |||
10 | 10 | ||
11 | PV = "1.1" | 11 | PV = "1.1" |
12 | SRCREV = "d2ad66b0df44a4b784956f7f7f2717131ddc05f4" | 12 | SRCREV = "d2ad66b0df44a4b784956f7f7f2717131ddc05f4" |
13 | SRC_URI = "git://github.com/pullmoll/musl-obstack" | 13 | SRC_URI = "git://github.com/pullmoll/musl-obstack;branch=master" |
14 | 14 | ||
15 | UPSTREAM_CHECK_COMMITS = "1" | 15 | UPSTREAM_CHECK_COMMITS = "1" |
16 | 16 | ||
diff --git a/meta/recipes-core/musl/musl-utils.bb b/meta/recipes-core/musl/musl-utils.bb index 4f99d4324f..fa49d1da04 100644 --- a/meta/recipes-core/musl/musl-utils.bb +++ b/meta/recipes-core/musl/musl-utils.bb | |||
@@ -11,7 +11,7 @@ SECTION = "utils" | |||
11 | PV = "20170421" | 11 | PV = "20170421" |
12 | 12 | ||
13 | SRCREV = "fb5630138ccabbbc14a19d372096a04e42573c7d" | 13 | SRCREV = "fb5630138ccabbbc14a19d372096a04e42573c7d" |
14 | SRC_URI = "git://github.com/boltlinux/musl-utils" | 14 | SRC_URI = "git://github.com/boltlinux/musl-utils;branch=master" |
15 | 15 | ||
16 | UPSTREAM_CHECK_COMMITS = "1" | 16 | UPSTREAM_CHECK_COMMITS = "1" |
17 | 17 | ||
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 06b0e060d0..a2f96f1dbe 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -12,7 +12,7 @@ PV = "${BASEVER}+git${SRCPV}" | |||
12 | 12 | ||
13 | # mirror is at git://github.com/kraj/musl.git | 13 | # mirror is at git://github.com/kraj/musl.git |
14 | 14 | ||
15 | SRC_URI = "git://git.musl-libc.org/musl \ | 15 | SRC_URI = "git://git.musl-libc.org/musl;branch=master \ |
16 | file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \ | 16 | file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \ |
17 | file://0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch \ | 17 | file://0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch \ |
18 | " | 18 | " |
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index cbb12ca275..64cce329aa 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
@@ -13,7 +13,7 @@ BINCONFIG = "${bindir}/ncurses5-config ${bindir}/ncursesw5-config \ | |||
13 | inherit autotools binconfig-disabled multilib_header pkgconfig | 13 | inherit autotools binconfig-disabled multilib_header pkgconfig |
14 | 14 | ||
15 | # Upstream has useful patches at times at ftp://invisible-island.net/ncurses/ | 15 | # Upstream has useful patches at times at ftp://invisible-island.net/ncurses/ |
16 | SRC_URI = "git://salsa.debian.org/debian/ncurses.git;protocol=https" | 16 | SRC_URI = "git://salsa.debian.org/debian/ncurses.git;protocol=https;branch=master" |
17 | 17 | ||
18 | EXTRA_AUTORECONF = "-I m4" | 18 | EXTRA_AUTORECONF = "-I m4" |
19 | 19 | ||
diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index 28f385b7ba..09038266b6 100644 --- a/meta/recipes-core/psplash/psplash_git.bb +++ b/meta/recipes-core/psplash/psplash_git.bb | |||
@@ -10,7 +10,7 @@ SRCREV = "fdbd111d6bab2fbbae62a041123fc6b644aa97aa" | |||
10 | PV = "0.1+git${SRCPV}" | 10 | PV = "0.1+git${SRCPV}" |
11 | PR = "r15" | 11 | PR = "r15" |
12 | 12 | ||
13 | SRC_URI = "git://git.yoctoproject.org/${BPN} \ | 13 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master \ |
14 | file://psplash-init \ | 14 | file://psplash-init \ |
15 | file://psplash-start.service \ | 15 | file://psplash-start.service \ |
16 | file://psplash-systemd.service \ | 16 | file://psplash-systemd.service \ |
diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb index da716674c3..daee5c224b 100644 --- a/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb +++ b/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb | |||
@@ -6,7 +6,7 @@ SECTION = "base" | |||
6 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPLv2+" |
7 | LIC_FILES_CHKSUM = "file://update-rc.d;beginline=5;endline=15;md5=d40a07c27f535425934bb5001f2037d9" | 7 | LIC_FILES_CHKSUM = "file://update-rc.d;beginline=5;endline=15;md5=d40a07c27f535425934bb5001f2037d9" |
8 | 8 | ||
9 | SRC_URI = "git://git.yoctoproject.org/update-rc.d" | 9 | SRC_URI = "git://git.yoctoproject.org/update-rc.d;branch=master" |
10 | SRCREV = "8636cf478d426b568c1be11dbd9346f67e03adac" | 10 | SRCREV = "8636cf478d426b568c1be11dbd9346f67e03adac" |
11 | 11 | ||
12 | UPSTREAM_CHECK_COMMITS = "1" | 12 | UPSTREAM_CHECK_COMMITS = "1" |
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 \ |
diff --git a/meta/recipes-example/rust-hello-world/rust-hello-world_git.bb b/meta/recipes-example/rust-hello-world/rust-hello-world_git.bb index 3ebd9cc661..1d91109b51 100644 --- a/meta/recipes-example/rust-hello-world/rust-hello-world_git.bb +++ b/meta/recipes-example/rust-hello-world/rust-hello-world_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | inherit cargo | 1 | inherit cargo |
2 | 2 | ||
3 | SRC_URI = "git://github.com/meta-rust/rust-hello-world.git;protocol=https" | 3 | SRC_URI = "git://github.com/meta-rust/rust-hello-world.git;protocol=https;branch=master" |
4 | SRCREV="e0fa23f1a3cb1eb1407165bd2fc36d2f6e6ad728" | 4 | SRCREV="e0fa23f1a3cb1eb1407165bd2fc36d2f6e6ad728" |
5 | LIC_FILES_CHKSUM="file://COPYRIGHT;md5=e6b2207ac3740d2d01141c49208c2147" | 5 | LIC_FILES_CHKSUM="file://COPYRIGHT;md5=e6b2207ac3740d2d01141c49208c2147" |
6 | 6 | ||
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.20.bb b/meta/recipes-extended/libsolv/libsolv_0.7.20.bb index d4d6538965..6861def533 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.20.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.20.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 = "f618e6aae1d44be633b2ab91d4fd4f4f974f4d40" | 14 | SRCREV = "f618e6aae1d44be633b2ab91d4fd4f4f974f4d40" |
diff --git a/meta/recipes-extended/lsof/lsof_4.94.0.bb b/meta/recipes-extended/lsof/lsof_4.94.0.bb index 9659fa8246..9145c2d8ea 100644 --- a/meta/recipes-extended/lsof/lsof_4.94.0.bb +++ b/meta/recipes-extended/lsof/lsof_4.94.0.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://00README;beginline=645;endline=679;md5=964df275d26429 | |||
11 | # https://people.freebsd.org/~abe/ ). http://www.mirrorservice.org seems to be | 11 | # https://people.freebsd.org/~abe/ ). http://www.mirrorservice.org seems to be |
12 | # the most commonly used alternative. | 12 | # the most commonly used alternative. |
13 | 13 | ||
14 | SRC_URI = "git://github.com/lsof-org/lsof \ | 14 | SRC_URI = "git://github.com/lsof-org/lsof;branch=master \ |
15 | file://lsof-remove-host-information.patch \ | 15 | file://lsof-remove-host-information.patch \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/meta/recipes-extended/ltp/ltp_20210927.bb b/meta/recipes-extended/ltp/ltp_20210927.bb index 359a00132e..534dffdd26 100644 --- a/meta/recipes-extended/ltp/ltp_20210927.bb +++ b/meta/recipes-extended/ltp/ltp_20210927.bb | |||
@@ -24,7 +24,7 @@ CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__" | |||
24 | CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" | 24 | CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" |
25 | SRCREV = "12beeda351b5d758a729aaf695b836ccc9eb5304" | 25 | SRCREV = "12beeda351b5d758a729aaf695b836ccc9eb5304" |
26 | 26 | ||
27 | SRC_URI = "git://github.com/linux-test-project/ltp.git \ | 27 | SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master \ |
28 | file://0001-Remove-OOM-tests-from-runtest-mm.patch \ | 28 | file://0001-Remove-OOM-tests-from-runtest-mm.patch \ |
29 | file://0002-lib-fix-MemAvailable-parsing.patch \ | 29 | file://0002-lib-fix-MemAvailable-parsing.patch \ |
30 | file://0003-lapi-rtnetlink.h-Fix-include-guards.patch \ | 30 | file://0003-lapi-rtnetlink.h-Fix-include-guards.patch \ |
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 \ |
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.4.0.bb b/meta/recipes-gnome/libhandy/libhandy_1.4.0.bb index 39ee2aab86..1f032284e5 100644 --- a/meta/recipes-gnome/libhandy/libhandy_1.4.0.bb +++ b/meta/recipes-gnome/libhandy/libhandy_1.4.0.bb | |||
@@ -9,7 +9,7 @@ BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues" | |||
9 | LICENSE = "LGPLv2.1" | 9 | LICENSE = "LGPLv2.1" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
11 | 11 | ||
12 | SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https" | 12 | SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=master" |
13 | SRCREV = "f8626427acebfa08b2b4ee1166d51e416d3d7407" | 13 | SRCREV = "f8626427acebfa08b2b4ee1166d51e416d3d7407" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
diff --git a/meta/recipes-gnome/libportal/libportal_0.4.bb b/meta/recipes-gnome/libportal/libportal_0.4.bb index 03e681f58c..5817302688 100644 --- a/meta/recipes-gnome/libportal/libportal_0.4.bb +++ b/meta/recipes-gnome/libportal/libportal_0.4.bb | |||
@@ -6,7 +6,7 @@ BUGTRACKER = "https://github.com/flatpak/libportal/issues" | |||
6 | LICENSE = "LGPLv2.1" | 6 | LICENSE = "LGPLv2.1" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https" | 9 | SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=master" |
10 | SRCREV = "f68764e288ede516d902b131cc4fadded3804059" | 10 | SRCREV = "f68764e288ede516d902b131cc4fadded3804059" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
diff --git a/meta/recipes-graphics/glslang/glslang_11.6.0.bb b/meta/recipes-graphics/glslang/glslang_11.6.0.bb index c39be55d5f..e2388a1a57 100644 --- a/meta/recipes-graphics/glslang/glslang_11.6.0.bb +++ b/meta/recipes-graphics/glslang/glslang_11.6.0.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & GPL-3-with-bison-exc | |||
9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c5ce49c0456e9b413b98a4368c378229" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c5ce49c0456e9b413b98a4368c378229" |
10 | 10 | ||
11 | SRCREV = "2fb89a0072ae7316af1c856f22663fde4928128a" | 11 | SRCREV = "2fb89a0072ae7316af1c856f22663fde4928128a" |
12 | SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https \ | 12 | SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=master \ |
13 | file://0001-generate-glslang-pkg-config.patch" | 13 | file://0001-generate-glslang-pkg-config.patch" |
14 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" | 14 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb index 7d912e4e4c..bb2f9564d2 100644 --- a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb +++ b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb | |||
@@ -12,7 +12,7 @@ inherit meson pkgconfig | |||
12 | SRCREV = "203def046b466fb2da67f9f15552d84e1c0b41f2" | 12 | SRCREV = "203def046b466fb2da67f9f15552d84e1c0b41f2" |
13 | PV = "1.26" | 13 | PV = "1.26" |
14 | 14 | ||
15 | SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https \ | 15 | SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https;branch=master \ |
16 | file://0001-lib-meson.build-fix-meson-0.60-compatibility.patch \ | 16 | file://0001-lib-meson.build-fix-meson-0.60-compatibility.patch \ |
17 | " | 17 | " |
18 | 18 | ||
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_git.bb b/meta/recipes-graphics/libfakekey/libfakekey_git.bb index ab6f5ac9ed..33ea6fe5a9 100644 --- a/meta/recipes-graphics/libfakekey/libfakekey_git.bb +++ b/meta/recipes-graphics/libfakekey/libfakekey_git.bb | |||
@@ -13,7 +13,7 @@ SECTION = "x11/wm" | |||
13 | SRCREV = "7ad885912efb2131e80914e964d5e635b0d07b40" | 13 | SRCREV = "7ad885912efb2131e80914e964d5e635b0d07b40" |
14 | PV = "0.3+git${SRCPV}" | 14 | PV = "0.3+git${SRCPV}" |
15 | 15 | ||
16 | SRC_URI = "git://git.yoctoproject.org/${BPN}" | 16 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb index 1a31677978..06bd682823 100644 --- a/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb | |||
@@ -17,7 +17,7 @@ DEPENDS = "virtual/libx11 libxext" | |||
17 | 17 | ||
18 | #SRCREV for 1.12 | 18 | #SRCREV for 1.12 |
19 | SRCREV = "e846ee434f8e23d9db38af13c523f791495e0e87" | 19 | SRCREV = "e846ee434f8e23d9db38af13c523f791495e0e87" |
20 | SRC_URI = "git://git.yoctoproject.org/${BPN}" | 20 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb index 95a0604aee..f452ea032a 100644 --- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb +++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification ex | |||
12 | 12 | ||
13 | # SRCREV tagged 1.2.2 | 13 | # SRCREV tagged 1.2.2 |
14 | SRCREV = "27da947e7fbdf9659f7e5bd1e92af92af6c03970" | 14 | SRCREV = "27da947e7fbdf9659f7e5bd1e92af92af6c03970" |
15 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager \ | 15 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;branch=master \ |
16 | file://0001-Fix-build-with-gcc-10.patch \ | 16 | file://0001-Fix-build-with-gcc-10.patch \ |
17 | file://kbdconfig" | 17 | file://kbdconfig" |
18 | 18 | ||
diff --git a/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb b/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb index 8f8206d15c..6c978ce51a 100644 --- a/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb +++ b/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "MIT" | |||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" |
9 | 9 | ||
10 | SRCREV = "6cae8216a6ea19ff3f237af01e54378c1ff81fcd" | 10 | SRCREV = "6cae8216a6ea19ff3f237af01e54378c1ff81fcd" |
11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https" | 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=master" |
12 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" | 12 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | PV .= "+git${SRCPV}" | 14 | PV .= "+git${SRCPV}" |
diff --git a/meta/recipes-graphics/spir/spirv-tools_2021.3.bb b/meta/recipes-graphics/spir/spirv-tools_2021.3.bb index 62330f285d..d369d3c390 100644 --- a/meta/recipes-graphics/spir/spirv-tools_2021.3.bb +++ b/meta/recipes-graphics/spir/spirv-tools_2021.3.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "Apache-2.0" | |||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
9 | 9 | ||
10 | SRCREV = "1fbed83c8aab8517d821fcb4164c08567951938f" | 10 | SRCREV = "1fbed83c8aab8517d821fcb4164c08567951938f" |
11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git" | 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=master" |
12 | UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>\d+(\.\d+)+)$" | 12 | UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>\d+(\.\d+)+)$" |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.191.0.bb b/meta/recipes-graphics/vulkan/vulkan-loader_1.2.191.0.bb index 898a790296..db8d871616 100644 --- a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.191.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-loader_1.2.191.0.bb | |||
@@ -9,7 +9,7 @@ SECTION = "libs" | |||
9 | 9 | ||
10 | LICENSE = "Apache-2.0" | 10 | LICENSE = "Apache-2.0" |
11 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7dbefed23242760aa3475ee42801c5ac" | 11 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7dbefed23242760aa3475ee42801c5ac" |
12 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git \ | 12 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=master \ |
13 | " | 13 | " |
14 | SRCREV = "7d7cdaa17bc8c349102cfee1d5062d6b7185c172" | 14 | SRCREV = "7d7cdaa17bc8c349102cfee1d5062d6b7185c172" |
15 | 15 | ||
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb index c5ead19482..4827e3a22c 100644 --- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" | |||
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=48aa35cefb768436223a6e7f18dc2a2a" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=48aa35cefb768436223a6e7f18dc2a2a" |
7 | 7 | ||
8 | SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git \ | 8 | SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=master \ |
9 | file://0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch \ | 9 | file://0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch \ |
10 | file://debugfix.patch \ | 10 | file://debugfix.patch \ |
11 | " | 11 | " |
diff --git a/meta/recipes-graphics/vulkan/vulkan-tools_1.2.191.0.bb b/meta/recipes-graphics/vulkan/vulkan-tools_1.2.191.0.bb index 5350b6edf1..636877bf26 100644 --- a/meta/recipes-graphics/vulkan/vulkan-tools_1.2.191.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-tools_1.2.191.0.bb | |||
@@ -6,7 +6,7 @@ SECTION = "libs" | |||
6 | 6 | ||
7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
9 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git" | 9 | SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=master" |
10 | SRCREV = "f4974ccd170cf2338c0582f607af5d8dfc3dac51" | 10 | SRCREV = "f4974ccd170cf2338c0582f607af5d8dfc3dac51" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-graphics/waffle/waffle_1.7.0.bb b/meta/recipes-graphics/waffle/waffle_1.7.0.bb index 846cd0d818..6284af3076 100644 --- a/meta/recipes-graphics/waffle/waffle_1.7.0.bb +++ b/meta/recipes-graphics/waffle/waffle_1.7.0.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "BSD-2-Clause" | |||
9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4c5154407c2490750dd461c50ad94797 \ | 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4c5154407c2490750dd461c50ad94797 \ |
10 | file://include/waffle-1/waffle.h;endline=24;md5=61dbf8697f61c78645e75a93c585b1bf" | 10 | file://include/waffle-1/waffle.h;endline=24;md5=61dbf8697f61c78645e75a93c585b1bf" |
11 | 11 | ||
12 | SRC_URI = "git://gitlab.freedesktop.org/mesa/waffle.git;protocol=https \ | 12 | SRC_URI = "git://gitlab.freedesktop.org/mesa/waffle.git;protocol=https;branch=master \ |
13 | file://0001-waffle-do-not-make-core-protocol-into-the-library.patch \ | 13 | file://0001-waffle-do-not-make-core-protocol-into-the-library.patch \ |
14 | " | 14 | " |
15 | SRCREV = "905c6c10f2483adf0cbfa024e2d3c2ed541fb300" | 15 | SRCREV = "905c6c10f2483adf0cbfa024e2d3c2ed541fb300" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb index 1d8077a600..21dc8880ec 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | |||
@@ -13,7 +13,7 @@ SRCREV = "f66d39544bb8339130c96d282a80f87ca1606caf" | |||
13 | PV = "2.99.917+git${SRCPV}" | 13 | PV = "2.99.917+git${SRCPV}" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-intel \ | 16 | SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-intel;branch=master \ |
17 | file://0001-Sync-i915_pciids-upto-8717c6b7414f.patch \ | 17 | file://0001-Sync-i915_pciids-upto-8717c6b7414f.patch \ |
18 | file://0001-i810-Avoid-duplicate-definition-of-I810PatternROP.patch \ | 18 | file://0001-i810-Avoid-duplicate-definition-of-I810PatternROP.patch \ |
19 | " | 19 | " |
diff --git a/meta/recipes-kernel/blktrace/blktrace_git.bb b/meta/recipes-kernel/blktrace/blktrace_git.bb index d00b1bd0be..b108676df4 100644 --- a/meta/recipes-kernel/blktrace/blktrace_git.bb +++ b/meta/recipes-kernel/blktrace/blktrace_git.bb | |||
@@ -14,7 +14,7 @@ SRCREV = "366d30b9cdb20345c5d064af850d686da79b89eb" | |||
14 | 14 | ||
15 | PV = "1.3.0+git${SRCPV}" | 15 | PV = "1.3.0+git${SRCPV}" |
16 | 16 | ||
17 | SRC_URI = "git://git.kernel.dk/blktrace.git" | 17 | SRC_URI = "git://git.kernel.dk/blktrace.git;branch=master" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc index ae2c308911..e4a7922ad1 100644 --- a/meta/recipes-kernel/cryptodev/cryptodev.inc +++ b/meta/recipes-kernel/cryptodev/cryptodev.inc | |||
@@ -8,7 +8,7 @@ API is compatible with OpenBSD's cryptodev userspace API (/dev/crypto)." | |||
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux \ | 11 | SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux;branch=master \ |
12 | " | 12 | " |
13 | SRCREV = "e0c25e289d6baf1d83c2b9cb523d3bc237d0c0c9" | 13 | SRCREV = "e0c25e289d6baf1d83c2b9cb523d3bc237d0c0c9" |
14 | 14 | ||
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index bfdc9f8639..b8a6b34f0c 100644 --- a/meta/recipes-kernel/dtc/dtc.inc +++ b/meta/recipes-kernel/dtc/dtc.inc | |||
@@ -5,7 +5,7 @@ SECTION = "bootloader" | |||
5 | LICENSE = "GPLv2 | BSD-2-Clause" | 5 | LICENSE = "GPLv2 | BSD-2-Clause" |
6 | DEPENDS = "flex-native bison-native" | 6 | DEPENDS = "flex-native bison-native" |
7 | 7 | ||
8 | SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git \ | 8 | SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=master \ |
9 | file://make_install.patch \ | 9 | file://make_install.patch \ |
10 | file://0001-dtc-Fix-Makefile-to-add-CFLAGS-not-override.patch \ | 10 | file://0001-dtc-Fix-Makefile-to-add-CFLAGS-not-override.patch \ |
11 | " | 11 | " |
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index e967f485c1..ef035aed23 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | |||
@@ -14,7 +14,7 @@ PV = "0.2+git${SRCPV}" | |||
14 | 14 | ||
15 | inherit native | 15 | inherit native |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git" | 17 | SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;branch=master" |
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | UPSTREAM_CHECK_COMMITS = "1" | 19 | UPSTREAM_CHECK_COMMITS = "1" |
20 | 20 | ||
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index c2d550acaf..d527887b78 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -19,7 +19,7 @@ SRCREV = "b6ecfc916a17eab8f93be5b09f4e4f845aabd3d1" | |||
19 | # Lookout for PV bump too when SRCREV is changed | 19 | # Lookout for PV bump too when SRCREV is changed |
20 | PV = "29" | 20 | PV = "29" |
21 | 21 | ||
22 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ | 22 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git;branch=master \ |
23 | file://depmod-search.conf \ | 23 | file://depmod-search.conf \ |
24 | file://avoid_parallel_tests.patch \ | 24 | file://avoid_parallel_tests.patch \ |
25 | " | 25 | " |
diff --git a/meta/recipes-kernel/powertop/powertop_2.14.bb b/meta/recipes-kernel/powertop/powertop_2.14.bb index 3a7c3ba31e..b46e5e8041 100644 --- a/meta/recipes-kernel/powertop/powertop_2.14.bb +++ b/meta/recipes-kernel/powertop/powertop_2.14.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = "ncurses libnl pciutils autoconf-archive" | |||
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/fenrus75/powertop;protocol=https \ | 9 | SRC_URI = "git://github.com/fenrus75/powertop;protocol=https;branch=master \ |
10 | file://0001-wakeup_xxx.h-include-limits.h.patch \ | 10 | file://0001-wakeup_xxx.h-include-limits.h.patch \ |
11 | file://0001-src-fix-compatibility-with-ncurses-6.3.patch \ | 11 | file://0001-src-fix-compatibility-with-ncurses-6.3.patch \ |
12 | " | 12 | " |
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index b6ff98f0f2..25546f7cb2 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc | |||
@@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
3 | SRCREV = "7f6992539fb22c93c21ac30c94508bf655d496a7" | 3 | SRCREV = "7f6992539fb22c93c21ac30c94508bf655d496a7" |
4 | PV = "4.5" | 4 | PV = "4.5" |
5 | 5 | ||
6 | SRC_URI = "git://sourceware.org/git/systemtap.git \ | 6 | SRC_URI = "git://sourceware.org/git/systemtap.git;branch=master \ |
7 | file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \ | 7 | file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \ |
8 | file://0001-Install-python-modules-to-correct-library-dir.patch \ | 8 | file://0001-Install-python-modules-to-correct-library-dir.patch \ |
9 | file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \ | 9 | file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \ |
diff --git a/meta/recipes-sato/l3afpad/l3afpad_git.bb b/meta/recipes-sato/l3afpad/l3afpad_git.bb index f19d03896b..034e19dc7a 100644 --- a/meta/recipes-sato/l3afpad/l3afpad_git.bb +++ b/meta/recipes-sato/l3afpad/l3afpad_git.bb | |||
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | |||
16 | DEPENDS = "gtk+3 intltool-native gettext-native" | 16 | DEPENDS = "gtk+3 intltool-native gettext-native" |
17 | 17 | ||
18 | PV = "0.8.18.1.11+git${SRCPV}" | 18 | PV = "0.8.18.1.11+git${SRCPV}" |
19 | SRC_URI = "git://github.com/stevenhoneyman/l3afpad.git" | 19 | SRC_URI = "git://github.com/stevenhoneyman/l3afpad.git;branch=master" |
20 | SRCREV ="3cdccdc9505643e50f8208171d9eee5de11a42ff" | 20 | SRCREV ="3cdccdc9505643e50f8208171d9eee5de11a42ff" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb index d5fe9b5dce..8f3151bfc9 100644 --- a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb +++ b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb | |||
@@ -11,7 +11,7 @@ RDEPENDS:${PN} = "settings-daemon" | |||
11 | 11 | ||
12 | # SRCREV tagged 0.2 | 12 | # SRCREV tagged 0.2 |
13 | SRCREV = "ef2192ce98d9374ffdad5f78544c3f8f353c16aa" | 13 | SRCREV = "ef2192ce98d9374ffdad5f78544c3f8f353c16aa" |
14 | SRC_URI = "git://git.yoctoproject.org/${BPN} \ | 14 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master \ |
15 | file://no-handed.patch" | 15 | file://no-handed.patch" |
16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
17 | 17 | ||
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.2.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.2.bb index 79ccb0391b..c85f0440b1 100644 --- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.2.bb +++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.2.bb | |||
@@ -13,7 +13,7 @@ SECTION = "x11/wm" | |||
13 | 13 | ||
14 | # SRCREV tagged 2.2 | 14 | # SRCREV tagged 2.2 |
15 | SRCREV = "6bc67d09da4147e5552fe30011a05a2c59d2f777" | 15 | SRCREV = "6bc67d09da4147e5552fe30011a05a2c59d2f777" |
16 | SRC_URI = "git://git.yoctoproject.org/${BPN}-2 \ | 16 | SRC_URI = "git://git.yoctoproject.org/${BPN}-2;branch=master \ |
17 | file://vfolders/ \ | 17 | file://vfolders/ \ |
18 | " | 18 | " |
19 | 19 | ||
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb index c6de14e34e..49f9fdbb36 100644 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb +++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb | |||
@@ -23,7 +23,7 @@ RPROVIDES:${PN} = "matchbox-panel" | |||
23 | RREPLACES:${PN} = "matchbox-panel" | 23 | RREPLACES:${PN} = "matchbox-panel" |
24 | RCONFLICTS:${PN} = "matchbox-panel" | 24 | RCONFLICTS:${PN} = "matchbox-panel" |
25 | 25 | ||
26 | SRC_URI = "git://git.yoctoproject.org/${BPN} \ | 26 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master \ |
27 | file://0001-applets-systray-Allow-icons-to-be-smaller.patch \ | 27 | file://0001-applets-systray-Allow-icons-to-be-smaller.patch \ |
28 | " | 28 | " |
29 | 29 | ||
diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb index 9f00281dde..e2e81c2905 100644 --- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb +++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb | |||
@@ -11,7 +11,7 @@ SECTION = "x11/utils" | |||
11 | 11 | ||
12 | #SRCREV tagged 0.2 | 12 | #SRCREV tagged 0.2 |
13 | SRCREV = "161276d0f5d1be8187010fd0d9581a6feca70ea5" | 13 | SRCREV = "161276d0f5d1be8187010fd0d9581a6feca70ea5" |
14 | SRC_URI = "git://git.yoctoproject.org/${BPN}" | 14 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master" |
15 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb index 7a043d3447..bc4024736f 100644 --- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb | |||
@@ -2,7 +2,7 @@ require matchbox-theme-sato.inc | |||
2 | 2 | ||
3 | # SRCREV tagged 0.2 | 3 | # SRCREV tagged 0.2 |
4 | SRCREV = "df085ba9cdaeaf2956890b0e29d7ea1779bf6c78" | 4 | SRCREV = "df085ba9cdaeaf2956890b0e29d7ea1779bf6c78" |
5 | SRC_URI = "git://git.yoctoproject.org/matchbox-sato" | 5 | SRC_URI = "git://git.yoctoproject.org/matchbox-sato;branch=master" |
6 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 6 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb b/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb index b2913b4ed5..7fd9272bf4 100644 --- a/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb +++ b/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "matchbox-panel-2 gtk+3" | |||
11 | 11 | ||
12 | # SRCREV tagged 0.3 | 12 | # SRCREV tagged 0.3 |
13 | SRCREV = "9250fa5a012d84ff45984e8c4345ee7635227756" | 13 | SRCREV = "9250fa5a012d84ff45984e8c4345ee7635227756" |
14 | SRC_URI = "git://git.yoctoproject.org/screenshot" | 14 | SRC_URI = "git://git.yoctoproject.org/screenshot;branch=master" |
15 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb b/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb index 742364f699..77ecd3fe9f 100644 --- a/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb +++ b/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb | |||
@@ -9,7 +9,7 @@ SECTION = "x11" | |||
9 | 9 | ||
10 | # SRCREV tagged 0.0.2 | 10 | # SRCREV tagged 0.0.2 |
11 | SRCREV = "b2e5da502f8c5ff75e9e6da771372ef8e40fd9a2" | 11 | SRCREV = "b2e5da502f8c5ff75e9e6da771372ef8e40fd9a2" |
12 | SRC_URI = "git://git.yoctoproject.org/xsettings-daemon \ | 12 | SRC_URI = "git://git.yoctoproject.org/xsettings-daemon;branch=master \ |
13 | file://addsoundkeys.patch \ | 13 | file://addsoundkeys.patch \ |
14 | file://70settings-daemon.sh \ | 14 | file://70settings-daemon.sh \ |
15 | " | 15 | " |
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 \ |