diff options
457 files changed, 474 insertions, 474 deletions
diff --git a/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb b/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb index d9864ac3e..e4a0f9569 100644 --- a/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb +++ b/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb | |||
@@ -11,7 +11,7 @@ LICENSE = "GPLv2" | |||
11 | LIC_FILES_CHKSUM = "file://fsck.c;md5=3859dc73da97909ff1d0125e88a27e02" | 11 | LIC_FILES_CHKSUM = "file://fsck.c;md5=3859dc73da97909ff1d0125e88a27e02" |
12 | DEPENDS = "zlib" | 12 | DEPENDS = "zlib" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/prasad-joshi/logfsprogs.git \ | 14 | SRC_URI = "git://github.com/prasad-joshi/logfsprogs.git;branch=master;protocol=https \ |
15 | file://0001-Add-LDFLAGS-to-linker-cmdline.patch \ | 15 | file://0001-Add-LDFLAGS-to-linker-cmdline.patch \ |
16 | file://0001-btree-Avoid-conflicts-with-libc-namespace-about-setk.patch \ | 16 | file://0001-btree-Avoid-conflicts-with-libc-namespace-about-setk.patch \ |
17 | file://0001-include-sys-sysmacros.h-for-major-minor-definition.patch \ | 17 | file://0001-include-sys-sysmacros.h-for-major-minor-definition.patch \ |
diff --git a/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb b/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb index eb75699cc..c4bb94e5d 100644 --- a/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb +++ b/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=628b867016631792781a8735a04760e5 \ | |||
10 | DEPENDS = "fuse virtual/libusb0" | 10 | DEPENDS = "fuse virtual/libusb0" |
11 | # v3.2p3 | 11 | # v3.2p3 |
12 | SRCREV = "3744375dfaa350e31c9b360eb1e1a517bbeb5c47" | 12 | SRCREV = "3744375dfaa350e31c9b360eb1e1a517bbeb5c47" |
13 | SRC_URI = "git://github.com/owfs/owfs \ | 13 | SRC_URI = "git://github.com/owfs/owfs;branch=master;protocol=https \ |
14 | file://0001-Add-build-rule-for-README.patch \ | 14 | file://0001-Add-build-rule-for-README.patch \ |
15 | file://0001-Fix-compilation-with-GCC10.patch \ | 15 | file://0001-Fix-compilation-with-GCC10.patch \ |
16 | file://owhttpd \ | 16 | file://owhttpd \ |
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb index 60b664ff5..8eeca84c4 100644 --- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb +++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPLv2" | |||
6 | DEPENDS = "glib-2.0 fuse3" | 6 | DEPENDS = "glib-2.0 fuse3" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/libfuse/sshfs" | 9 | SRC_URI = "git://github.com/libfuse/sshfs;branch=master;protocol=https" |
10 | SRCREV = "9700b353700589dcc462205c638bcb40219a49c2" | 10 | SRCREV = "9700b353700589dcc462205c638bcb40219a49c2" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
diff --git a/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_2.2.bb b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_2.2.bb index 0cc02983d..03ae418a4 100644 --- a/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_2.2.bb +++ b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_2.2.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://src/unionfs.c;beginline=3;endline=8;md5=30fa8de70fd8a | |||
6 | file://LICENSE;md5=7e5a37fce17307066eec6b23546da3b3 \ | 6 | file://LICENSE;md5=7e5a37fce17307066eec6b23546da3b3 \ |
7 | " | 7 | " |
8 | 8 | ||
9 | SRC_URI = "git://github.com/rpodgorny/${BPN}.git;branch=master \ | 9 | SRC_URI = "git://github.com/rpodgorny/${BPN}.git;branch=master;protocol=https \ |
10 | file://0001-support-cross-compiling.patch \ | 10 | file://0001-support-cross-compiling.patch \ |
11 | " | 11 | " |
12 | SRCREV = "b0e3805d3d84d44ddf3e4e5238ae0332145d8157" | 12 | SRCREV = "b0e3805d3d84d44ddf3e4e5238ae0332145d8157" |
diff --git a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb index d0b299f0b..14af72172 100644 --- a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb +++ b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3" | |||
8 | DEPENDS = "util-linux" | 8 | DEPENDS = "util-linux" |
9 | 9 | ||
10 | SRCREV = "d41dcbdf46dc3841cd0a0507e6573e38cb6c55bb" | 10 | SRCREV = "d41dcbdf46dc3841cd0a0507e6573e38cb6c55bb" |
11 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git \ | 11 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;branch=master \ |
12 | " | 12 | " |
13 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 13 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
14 | 14 | ||
diff --git a/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb b/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb index c72671739..c90a7ecc2 100644 --- a/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb +++ b/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb | |||
@@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/Gregwar/fatcat" | |||
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=57fbbfebd0dd1d6ff21b8cecb552a03f" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=57fbbfebd0dd1d6ff21b8cecb552a03f" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/Gregwar/fatcat.git \ | 10 | SRC_URI = "git://github.com/Gregwar/fatcat.git;branch=master;protocol=https \ |
11 | file://0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch \ | 11 | file://0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb b/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb index ec7e7f968..2517e9db8 100644 --- a/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb +++ b/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb | |||
@@ -3,7 +3,7 @@ SECTION = "console/tools" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
5 | 5 | ||
6 | SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https \ | 6 | SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https;branch=master \ |
7 | file://0001-build-Do-not-build-.sgml-file.patch \ | 7 | file://0001-build-Do-not-build-.sgml-file.patch \ |
8 | " | 8 | " |
9 | SRCREV = "12da22087de2ec43f0fe5af1237389e94619c483" | 9 | SRCREV = "12da22087de2ec43f0fe5af1237389e94619c483" |
diff --git a/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_1.9.bb b/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_1.9.bb index 12943b23a..11cbb2d40 100644 --- a/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_1.9.bb +++ b/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_1.9.bb | |||
@@ -6,7 +6,7 @@ BRANCH ?= "dev" | |||
6 | 6 | ||
7 | SRCREV = "517c0b01e47d4441cc45be351509fb4c96843d5a" | 7 | SRCREV = "517c0b01e47d4441cc45be351509fb4c96843d5a" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/westerndigitalcorporation/ufs-utils.git;protocol=git;branch=${BRANCH} \ | 9 | SRC_URI = "git://github.com/westerndigitalcorporation/ufs-utils.git;protocol=https;branch=${BRANCH} \ |
10 | file://0001-Use-asm-type.h-for-kernel-types.patch \ | 10 | file://0001-Use-asm-type.h-for-kernel-types.patch \ |
11 | " | 11 | " |
12 | 12 | ||
diff --git a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb index f48f04f9d..837244843 100644 --- a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb +++ b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb | |||
@@ -10,7 +10,7 @@ PV .= "+git${SRCPV}" | |||
10 | 10 | ||
11 | SRCREV = "a3ee65b815a0247a0dbdaa39353444cef6f93499" | 11 | SRCREV = "a3ee65b815a0247a0dbdaa39353444cef6f93499" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/dsalt/devilspie2;branch=master \ | 13 | SRC_URI = "git://github.com/dsalt/devilspie2;branch=master;protocol=https \ |
14 | file://default.lua \ | 14 | file://default.lua \ |
15 | file://devilspie2.desktop \ | 15 | file://devilspie2.desktop \ |
16 | " | 16 | " |
diff --git a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb index 9b99bbc4e..51ca63e1f 100644 --- a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb +++ b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb | |||
@@ -8,7 +8,7 @@ inherit features_check gobject-introspection meson pkgconfig | |||
8 | REQUIRED_DISTRO_FEATURES = "opengl" | 8 | REQUIRED_DISTRO_FEATURES = "opengl" |
9 | 9 | ||
10 | SRCREV = "145e417f32e507b63c21ad4e915b808a6174099e" | 10 | SRCREV = "145e417f32e507b63c21ad4e915b808a6174099e" |
11 | SRC_URI = "git://github.com/gnome/libchamplain.git" | 11 | SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta-gnome/recipes-support/ibus/ibus.inc b/meta-gnome/recipes-support/ibus/ibus.inc index 810f369dd..01f05c1b6 100644 --- a/meta-gnome/recipes-support/ibus/ibus.inc +++ b/meta-gnome/recipes-support/ibus/ibus.inc | |||
@@ -10,7 +10,7 @@ PV = "1.5.23+git${SRCPV}" | |||
10 | DEPENDS = "unicode-ucd" | 10 | DEPENDS = "unicode-ucd" |
11 | 11 | ||
12 | SRC_URI = " \ | 12 | SRC_URI = " \ |
13 | git://github.com/ibus/ibus.git \ | 13 | git://github.com/ibus/ibus.git;branch=master;protocol=https \ |
14 | file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \ | 14 | file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \ |
15 | " | 15 | " |
16 | SRCREV = "dd4cc5b028c35f9bb8fa9d3bdc8f26bcdfc43d40" | 16 | SRCREV = "dd4cc5b028c35f9bb8fa9d3bdc8f26bcdfc43d40" |
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb index e64fcf1ee..971ad90f9 100644 --- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb +++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | |||
@@ -13,7 +13,7 @@ B = "${S}" | |||
13 | 13 | ||
14 | SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0" | 14 | SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0" |
15 | PV = "3.0+git${SRCPV}" | 15 | PV = "3.0+git${SRCPV}" |
16 | SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \ | 16 | SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0;protocol=https \ |
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS:${PN} = "gtk+" | 19 | RDEPENDS:${PN} = "gtk+" |
diff --git a/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb b/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb index b169afcf1..7f0706e20 100644 --- a/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb +++ b/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f" | |||
6 | DEPENDS:class-target = "${BPN}-native" | 6 | DEPENDS:class-target = "${BPN}-native" |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
9 | git://github.com/snowballstem/snowball.git \ | 9 | git://github.com/snowballstem/snowball.git;branch=master;protocol=https \ |
10 | file://0001-Build-so-lib.patch \ | 10 | file://0001-Build-so-lib.patch \ |
11 | " | 11 | " |
12 | SRCREV = "4764395431c8f2a0b4fe18b816ab1fc966a45837" | 12 | SRCREV = "4764395431c8f2a0b4fe18b816ab1fc966a45837" |
diff --git a/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb b/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb index 6fb3b82ef..5db78b7cf 100644 --- a/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb +++ b/meta-gnome/recipes-support/libwacom/libwacom_0.33.bb | |||
@@ -9,6 +9,6 @@ DEPENDS = " \ | |||
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | SRC_URI = "git://github.com/linuxwacom/libwacom.git" | 12 | SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https" |
13 | SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658" | 13 | SRCREV = "87cc710e21a6220e267dd08936bbec2932aa3658" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb index d45c62a08..08d983e62 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
6 | PV = "0.6+git${SRCPV}" | 6 | PV = "0.6+git${SRCPV}" |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" | 8 | SRC_URI = "git://github.com/kexecboot/kexecboot.git;branch=master;protocol=https" |
9 | SRC_URI:append:libc-klibc = "\ | 9 | SRC_URI:append:libc-klibc = "\ |
10 | file://0001-kexecboot-Use-new-reboot-API-with-klibc.patch \ | 10 | file://0001-kexecboot-Use-new-reboot-API-with-klibc.patch \ |
11 | file://0001-make-Add-compiler-includes-in-cflags.patch \ | 11 | file://0001-make-Add-compiler-includes-in-cflags.patch \ |
diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb index 73c2e0915..6f39f2375 100644 --- a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb +++ b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb | |||
@@ -9,7 +9,7 @@ PE = "1" | |||
9 | PV = "051" | 9 | PV = "051" |
10 | 10 | ||
11 | SRCREV = "e473057ae1de303340dec297c786c4a701cc61bd" | 11 | SRCREV = "e473057ae1de303340dec297c786c4a701cc61bd" |
12 | SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git;protocol=http \ | 12 | SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git;protocol=http;branch=master \ |
13 | file://0001-util.h-include-sys-reg.h-when-libc-glibc.patch \ | 13 | file://0001-util.h-include-sys-reg.h-when-libc-glibc.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb b/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb index c4d74109c..b224a5c25 100644 --- a/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb +++ b/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb | |||
@@ -14,7 +14,7 @@ DEPENDS:append:libc-musl = " libexecinfo" | |||
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | SRCREV = "79c5cfa02c567efdc5bb18cdd584789e2e35aa23" | 16 | SRCREV = "79c5cfa02c567efdc5bb18cdd584789e2e35aa23" |
17 | SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https; \ | 17 | SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https;;branch=master \ |
18 | file://grubby-rename-grub2-editenv-to-grub-editenv.patch \ | 18 | file://grubby-rename-grub2-editenv-to-grub-editenv.patch \ |
19 | file://run-ptest \ | 19 | file://run-ptest \ |
20 | file://0001-Add-another-variable-LIBS-to-provides-libraries-from.patch \ | 20 | file://0001-Add-another-variable-LIBS-to-provides-libraries-from.patch \ |
diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb index 38075e390..d275387c8 100644 --- a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb +++ b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb | |||
@@ -14,7 +14,7 @@ DEPENDS:append:libc-musl = " libexecinfo" | |||
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | SRCREV = "a1d2ae93408c3408e672d7eba4550fdf27fb0201" | 16 | SRCREV = "a1d2ae93408c3408e672d7eba4550fdf27fb0201" |
17 | SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https; \ | 17 | SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https;;branch=master \ |
18 | file://grubby-rename-grub2-editenv-to-grub-editenv.patch \ | 18 | file://grubby-rename-grub2-editenv-to-grub-editenv.patch \ |
19 | file://run-ptest \ | 19 | file://run-ptest \ |
20 | file://0001-Add-another-variable-LIBS-to-provides-libraries-from.patch \ | 20 | file://0001-Add-another-variable-LIBS-to-provides-libraries-from.patch \ |
diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb index 4d944a152..e5446c180 100644 --- a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb +++ b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
10 | inherit autotools pkgconfig klibc | 10 | inherit autotools pkgconfig klibc |
11 | 11 | ||
12 | SRCREV = "64f61a9dc71b158c7084006cbce4ea23886f0b47" | 12 | SRCREV = "64f61a9dc71b158c7084006cbce4ea23886f0b47" |
13 | SRC_URI = "git://git.infradead.org/mtd-utils.git \ | 13 | SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master \ |
14 | file://0001-libmissing.h-fix-klibc-build-when-using-glibc-toolch.patch \ | 14 | file://0001-libmissing.h-fix-klibc-build-when-using-glibc-toolch.patch \ |
15 | file://0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch \ | 15 | file://0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch \ |
16 | file://0003-Makefile.am-only-build-ubi-utils.patch \ | 16 | file://0003-Makefile.am-only-build-ubi-utils.patch \ |
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb index 393f04fb3..a588296c0 100644 --- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "zlib xz" | |||
12 | 12 | ||
13 | inherit klibc autotools siteinfo | 13 | inherit klibc autotools siteinfo |
14 | 14 | ||
15 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git" | 15 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git;branch=master" |
16 | SRCREV = "5750980cdbbc33ef75bfba6660295b932376ce15" | 16 | SRCREV = "5750980cdbbc33ef75bfba6660295b932376ce15" |
17 | 17 | ||
18 | BUILD_PATCHES = "file://0001-force-static-build.patch \ | 18 | BUILD_PATCHES = "file://0001-force-static-build.patch \ |
diff --git a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb index 82c2cbe08..c97c20f3f 100644 --- a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb +++ b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "avahi cmake-native dvb-apps libdvbcsa libpcre2 openssl uriparser zlib | |||
8 | LICENSE = "GPLv3+" | 8 | LICENSE = "GPLv3+" |
9 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/tvheadend/tvheadend.git \ | 11 | SRC_URI = "git://github.com/tvheadend/tvheadend.git;branch=master;protocol=https \ |
12 | file://0001-adjust-for-64bit-time_t.patch \ | 12 | file://0001-adjust-for-64bit-time_t.patch \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-multimedia/recipes-multimedia/aom/aom_3.0.0.bb b/meta-multimedia/recipes-multimedia/aom/aom_3.0.0.bb index 2741fe742..778dc192c 100644 --- a/meta-multimedia/recipes-multimedia/aom/aom_3.0.0.bb +++ b/meta-multimedia/recipes-multimedia/aom/aom_3.0.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6ea91368c1bbdf877159435572b931f5 \ | |||
6 | file://PATENTS;md5=e69ad12202bd20da3c76a5d3648cfa83 \ | 6 | file://PATENTS;md5=e69ad12202bd20da3c76a5d3648cfa83 \ |
7 | " | 7 | " |
8 | 8 | ||
9 | SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https" | 9 | SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https;branch=master" |
10 | 10 | ||
11 | SRCREV = "307ce06ed82d93885ee8ed53e152c9268ac0d98d" | 11 | SRCREV = "307ce06ed82d93885ee8ed53e152c9268ac0d98d" |
12 | 12 | ||
diff --git a/meta-multimedia/recipes-multimedia/dca/dcadec_0.2.0.bb b/meta-multimedia/recipes-multimedia/dca/dcadec_0.2.0.bb index 1a51abc36..343b9d791 100644 --- a/meta-multimedia/recipes-multimedia/dca/dcadec_0.2.0.bb +++ b/meta-multimedia/recipes-multimedia/dca/dcadec_0.2.0.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "LGPLv2.1" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | SRCREV = "b93deed1a231dd6dd7e39b9fe7d2abe05aa00158" | 6 | SRCREV = "b93deed1a231dd6dd7e39b9fe7d2abe05aa00158" |
7 | SRC_URI = "git://github.com/foo86/dcadec.git;protocol=https \ | 7 | SRC_URI = "git://github.com/foo86/dcadec.git;protocol=https;branch=master \ |
8 | file://0001-define-BASELIB-make-variable.patch \ | 8 | file://0001-define-BASELIB-make-variable.patch \ |
9 | " | 9 | " |
10 | 10 | ||
diff --git a/meta-multimedia/recipes-multimedia/dleyna/dleyna-connector-dbus_0.3.0.bb b/meta-multimedia/recipes-multimedia/dleyna/dleyna-connector-dbus_0.3.0.bb index 6cff4aa77..5645de2a7 100644 --- a/meta-multimedia/recipes-multimedia/dleyna/dleyna-connector-dbus_0.3.0.bb +++ b/meta-multimedia/recipes-multimedia/dleyna/dleyna-connector-dbus_0.3.0.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | |||
7 | 7 | ||
8 | DEPENDS = "glib-2.0 dbus dleyna-core" | 8 | DEPENDS = "glib-2.0 dbus dleyna-core" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/01org/${BPN}.git" | 10 | SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https" |
11 | SRCREV = "de913c35e5c936e2d40ddbd276ee902cd802bd3a" | 11 | SRCREV = "de913c35e5c936e2d40ddbd276ee902cd802bd3a" |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb b/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb index 8939cd36e..647532d9f 100644 --- a/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb +++ b/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb | |||
@@ -13,7 +13,7 @@ DEPENDS = "glib-2.0 gupnp" | |||
13 | 13 | ||
14 | PV .= "+git${SRCPV}" | 14 | PV .= "+git${SRCPV}" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/01org/${BPN}.git" | 16 | SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https" |
17 | SRCREV = "1c6853f5bc697dc0a8774fd70dbc915c4dbe7c5b" | 17 | SRCREV = "1c6853f5bc697dc0a8774fd70dbc915c4dbe7c5b" |
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
diff --git a/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer_0.6.0.bb b/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer_0.6.0.bb index 8ce800327..9c4af8128 100644 --- a/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer_0.6.0.bb +++ b/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer_0.6.0.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | |||
11 | DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 dleyna-core" | 11 | DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 dleyna-core" |
12 | RDEPENDS:${PN} = "dleyna-connector-dbus" | 12 | RDEPENDS:${PN} = "dleyna-connector-dbus" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/01org/${BPN}.git \ | 14 | SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https \ |
15 | file://0001-add-gupnp-1.2-API-support.patch \ | 15 | file://0001-add-gupnp-1.2-API-support.patch \ |
16 | " | 16 | " |
17 | SRCREV = "50fd1ec9d51328e7dea98874129dc8d6fe3ea1dd" | 17 | SRCREV = "50fd1ec9d51328e7dea98874129dc8d6fe3ea1dd" |
diff --git a/meta-multimedia/recipes-multimedia/dleyna/dleyna-server_0.6.0.bb b/meta-multimedia/recipes-multimedia/dleyna/dleyna-server_0.6.0.bb index 4d3d9f52d..036d5c159 100644 --- a/meta-multimedia/recipes-multimedia/dleyna/dleyna-server_0.6.0.bb +++ b/meta-multimedia/recipes-multimedia/dleyna/dleyna-server_0.6.0.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 libxml2 dleyna-c | |||
12 | RDEPENDS:${PN} = "dleyna-connector-dbus" | 12 | RDEPENDS:${PN} = "dleyna-connector-dbus" |
13 | 13 | ||
14 | PV .= "+git${SRCPV}" | 14 | PV .= "+git${SRCPV}" |
15 | SRC_URI = "git://github.com/01org/${BPN}.git" | 15 | SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https" |
16 | SRCREV = "eb895ae82715e9889a948ffa810c0f828b4f4c76" | 16 | SRCREV = "eb895ae82715e9889a948ffa810c0f828b4f4c76" |
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
diff --git a/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.1.bb b/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.1.bb index d7911681c..c499119c6 100644 --- a/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.1.bb +++ b/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.1.bb | |||
@@ -11,7 +11,7 @@ LICENSE = "Fraunhofer_FDK_AAC_Codec_Library_for_Android" | |||
11 | LICENSE_FLAGS = "commercial" | 11 | LICENSE_FLAGS = "commercial" |
12 | LIC_FILES_CHKSUM = "file://NOTICE;md5=5985e1e12f4afa710d64ed7bfd291875" | 12 | LIC_FILES_CHKSUM = "file://NOTICE;md5=5985e1e12f4afa710d64ed7bfd291875" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/mstorsjo/fdk-aac.git;protocol=git;branch=master" | 14 | SRC_URI = "git://github.com/mstorsjo/fdk-aac.git;protocol=https;branch=master" |
15 | SRCREV = "d387d3b6ed79ff9a82c60440bdd86e6e5e324bec" | 15 | SRCREV = "d387d3b6ed79ff9a82c60440bdd86e6e5e324bec" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc index 51101e8e6..e2f490072 100644 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | |||
@@ -4,7 +4,7 @@ SECTION = "libs/multimedia" | |||
4 | LICENSE = "LGPL-2.1" | 4 | LICENSE = "LGPL-2.1" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git" | 7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https" |
8 | SRCREV = "fc21d284dc7fcacdbc456f30228110a55e6e79f6" | 8 | SRCREV = "fc21d284dc7fcacdbc456f30228110a55e6e79f6" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | PV = "2.2.2" | 10 | PV = "2.2.2" |
diff --git a/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.7.0.bb b/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.7.0.bb index f7d9c7637..ec5548ab6 100644 --- a/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.7.0.bb +++ b/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.7.0.bb | |||
@@ -3,7 +3,7 @@ Description = "Gerbera - An UPnP media server" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=25cdec9afe3f1f26212ead6bd2f7fac8" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=25cdec9afe3f1f26212ead6bd2f7fac8" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/v00d00/gerbera.git;protocol=https \ | 6 | SRC_URI = "git://github.com/v00d00/gerbera.git;protocol=https;branch=master \ |
7 | file://0001-include-optional-header.patch \ | 7 | file://0001-include-optional-header.patch \ |
8 | " | 8 | " |
9 | 9 | ||
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb index baf75aa51..d9863608a 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb | |||
@@ -17,7 +17,7 @@ SRCREV_common = "88e512ca7197a45c4114f7fa993108f23245bf50" | |||
17 | SRCREV_FORMAT = "base_common" | 17 | SRCREV_FORMAT = "base_common" |
18 | SRC_URI = " \ | 18 | SRC_URI = " \ |
19 | git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH};name=base \ | 19 | git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH};name=base \ |
20 | git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;destsuffix=git/common;name=common; \ | 20 | git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;destsuffix=git/common;name=common;;branch=master \ |
21 | " | 21 | " |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb index 04a2ac777..fd94cc877 100644 --- a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb +++ b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "\ | |||
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
12 | git://linuxtv.org/libcamera.git;protocol=git \ | 12 | git://linuxtv.org/libcamera.git;protocol=git;branch=master \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRCREV = "193ca8c353a42334f65ddfc988a105a47bca3547" | 15 | SRCREV = "193ca8c353a42334f65ddfc988a105a47bca3547" |
diff --git a/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa_1.1.0.bb b/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa_1.1.0.bb index 26a40576d..f9b8c7d72 100644 --- a/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa_1.1.0.bb +++ b/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa_1.1.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
5 | 5 | ||
6 | SRCREV = "bc6c0b164a87ce05e9925785cc6fb3f54c02b026" | 6 | SRCREV = "bc6c0b164a87ce05e9925785cc6fb3f54c02b026" |
7 | 7 | ||
8 | SRC_URI = "git://code.videolan.org/videolan/libdvbcsa.git;protocol=https \ | 8 | SRC_URI = "git://code.videolan.org/videolan/libdvbcsa.git;protocol=https;branch=master \ |
9 | file://libdvbcsa.pc \ | 9 | file://libdvbcsa.pc \ |
10 | " | 10 | " |
11 | 11 | ||
diff --git a/meta-multimedia/recipes-multimedia/libsquish/libsquish_git.bb b/meta-multimedia/recipes-multimedia/libsquish/libsquish_git.bb index f060f1e80..cb42d943f 100644 --- a/meta-multimedia/recipes-multimedia/libsquish/libsquish_git.bb +++ b/meta-multimedia/recipes-multimedia/libsquish/libsquish_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://alpha.cpp;beginline=3;endline=22;md5=6665e479f71feb92 | |||
6 | PV = "1.10+git${SRCPV}" | 6 | PV = "1.10+git${SRCPV}" |
7 | 7 | ||
8 | SRCREV = "52e7d93c5947f72380521116c05d97c528863ba8" | 8 | SRCREV = "52e7d93c5947f72380521116c05d97c528863ba8" |
9 | SRC_URI = "git://github.com/OpenELEC/libsquish.git;protocol=https" | 9 | SRC_URI = "git://github.com/OpenELEC/libsquish.git;protocol=https;branch=master" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
diff --git a/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb b/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb index b34479f38..464b1dc23 100644 --- a/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb +++ b/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2f1963e0bb88c93463af750daf9ba0c2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2f1963e0bb88c93463af750daf9ba0c2" |
6 | DEPENDS = "libusb jpeg" | 6 | DEPENDS = "libusb jpeg" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/libuvc/libuvc.git" | 8 | SRC_URI = "git://github.com/libuvc/libuvc.git;branch=master;protocol=https" |
9 | SRCREV = "ad6c72a4e390367f0d2be81aac00cfc0b6680d74" | 9 | SRCREV = "ad6c72a4e390367f0d2be81aac00cfc0b6680d74" |
10 | PV = "v0.0.6+git${SRCPV}" | 10 | PV = "v0.0.6+git${SRCPV}" |
11 | 11 | ||
diff --git a/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb b/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb index 412a272ee..0cdc709f0 100644 --- a/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb +++ b/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb | |||
@@ -20,7 +20,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a2c2c7371b58b9cdeae0dc68846fe9f1" | |||
20 | DEPENDS = "curl-native libpcre2" | 20 | DEPENDS = "curl-native libpcre2" |
21 | 21 | ||
22 | SRCREV = "adf655da0399530ac1b586590257847eb61be232" | 22 | SRCREV = "adf655da0399530ac1b586590257847eb61be232" |
23 | SRC_URI = "git://github.com/MycroftAI/mimic1.git \ | 23 | SRC_URI = "git://github.com/MycroftAI/mimic1.git;branch=master;protocol=https \ |
24 | file://0001-Fix-musl-compatibility.patch \ | 24 | file://0001-Fix-musl-compatibility.patch \ |
25 | file://0001-cmu_indic_lang-Make-cst_rx_not_indic-as-extern-decla.patch \ | 25 | file://0001-cmu_indic_lang-Make-cst_rx_not_indic-as-extern-decla.patch \ |
26 | " | 26 | " |
diff --git a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb index 0fcd77d3a..3564f6df8 100644 --- a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb +++ b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "expat libxml2 libxml2-native neon neon-native libmusicbrainz-native" | |||
8 | PV = "5.1.0+git${SRCPV}" | 8 | PV = "5.1.0+git${SRCPV}" |
9 | 9 | ||
10 | SRCREV = "8be45b12a86bc0e46f2f836c8ac88e1e98d82aee" | 10 | SRCREV = "8be45b12a86bc0e46f2f836c8ac88e1e98d82aee" |
11 | SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git" | 11 | SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.19.bb b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.19.bb index 27bc1d2ff..6cff3c404 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.19.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.19.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "https://www.musicpd.org/libs/libmpdclient/" | |||
6 | inherit meson | 6 | inherit meson |
7 | 7 | ||
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | git://github.com/MusicPlayerDaemon/libmpdclient \ | 9 | git://github.com/MusicPlayerDaemon/libmpdclient;branch=master;protocol=https \ |
10 | " | 10 | " |
11 | SRCREV = "27767959442ef390aabb16790494ba93fed962ef" | 11 | SRCREV = "27767959442ef390aabb16790494ba93fed962ef" |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb b/meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb index 32ec15def..09190a819 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb | |||
@@ -7,7 +7,7 @@ inherit meson pkgconfig | |||
7 | 7 | ||
8 | DEPENDS += "libmpdclient" | 8 | DEPENDS += "libmpdclient" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/MusicPlayerDaemon/mpc" | 10 | SRC_URI = "git://github.com/MusicPlayerDaemon/mpc;branch=master;protocol=https" |
11 | SRCREV = "ef16b280052ef0320cb80f79d74c8ce0324005ed" | 11 | SRCREV = "ef16b280052ef0320cb80f79d74c8ce0324005ed" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.22.9.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.22.9.bb index 9daa19c2d..4eac25674 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.22.9.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.22.9.bb | |||
@@ -18,7 +18,7 @@ DEPENDS += " \ | |||
18 | " | 18 | " |
19 | 19 | ||
20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
21 | git://github.com/MusicPlayerDaemon/MPD;branch=v0.22.x \ | 21 | git://github.com/MusicPlayerDaemon/MPD;branch=v0.22.x;protocol=https \ |
22 | file://0001-include-utility-for-std-forward.patch \ | 22 | file://0001-include-utility-for-std-forward.patch \ |
23 | file://mpd.conf.in \ | 23 | file://mpd.conf.in \ |
24 | " | 24 | " |
diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb index aa1a234a6..b1ecbf1e4 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb | |||
@@ -33,7 +33,7 @@ PACKAGECONFIG[outputs_screen] = "-Doutputs_screen=true,-Doutputs_screen=false" | |||
33 | PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false" | 33 | PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false" |
34 | 34 | ||
35 | SRC_URI = " \ | 35 | SRC_URI = " \ |
36 | git://github.com/MusicPlayerDaemon/ncmpc \ | 36 | git://github.com/MusicPlayerDaemon/ncmpc;branch=master;protocol=https \ |
37 | " | 37 | " |
38 | SRCREV = "6780ec072f1d314f44ed77efdc58d03c6fbcc96b" | 38 | SRCREV = "6780ec072f1d314f44ed77efdc58d03c6fbcc96b" |
39 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb b/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb index 35c7989be..aab43ea29 100644 --- a/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb +++ b/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=79aa497b11564d1d419ee889e7b498f6" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=79aa497b11564d1d419ee889e7b498f6" |
8 | 8 | ||
9 | SRCREV = "913f29d3d550637934f9abf43a097eb2c30d76fc" | 9 | SRCREV = "913f29d3d550637934f9abf43a097eb2c30d76fc" |
10 | SRC_URI = "git://github.com/MycroftAI/mycroft-core.git;branch=master \ | 10 | SRC_URI = "git://github.com/MycroftAI/mycroft-core.git;branch=master;protocol=https \ |
11 | file://0001-Remove-python-venv.patch \ | 11 | file://0001-Remove-python-venv.patch \ |
12 | file://0002-dev_setup.sh-Remove-the-git-dependency.patch \ | 12 | file://0002-dev_setup.sh-Remove-the-git-dependency.patch \ |
13 | file://0003-dev_setup.sh-Remove-the-TERM-dependency.patch \ | 13 | file://0003-dev_setup.sh-Remove-the-TERM-dependency.patch \ |
diff --git a/meta-multimedia/recipes-multimedia/openal/openal-soft_1.20.1.bb b/meta-multimedia/recipes-multimedia/openal/openal-soft_1.20.1.bb index e380a6f38..095ef93a1 100644 --- a/meta-multimedia/recipes-multimedia/openal/openal-soft_1.20.1.bb +++ b/meta-multimedia/recipes-multimedia/openal/openal-soft_1.20.1.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0f159f19f9377e1895fbb477d5a7953e" | |||
6 | inherit cmake pkgconfig | 6 | inherit cmake pkgconfig |
7 | 7 | ||
8 | SRCREV = "f5e0eef34db3a3ab94b61a2f99f84f078ba947e7" | 8 | SRCREV = "f5e0eef34db3a3ab94b61a2f99f84f078ba947e7" |
9 | SRC_URI = "git://github.com/kcat/openal-soft \ | 9 | SRC_URI = "git://github.com/kcat/openal-soft;branch=master;protocol=https \ |
10 | file://0001-Use-BUILD_CC-to-compile-native-tools.patch \ | 10 | file://0001-Use-BUILD_CC-to-compile-native-tools.patch \ |
11 | file://0002-makehrtf-Disable-Wstringop-truncation.patch \ | 11 | file://0002-makehrtf-Disable-Wstringop-truncation.patch \ |
12 | " | 12 | " |
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb index 31b33c093..d6dfd87fc 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "alsa-lib dbus udev" | |||
11 | SRCREV = "14c11c0fe4d366bad4cfecdee97b6652ff9ed63d" | 11 | SRCREV = "14c11c0fe4d366bad4cfecdee97b6652ff9ed63d" |
12 | PV = "0.2.7" | 12 | PV = "0.2.7" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/PipeWire/pipewire" | 14 | SRC_URI = "git://github.com/PipeWire/pipewire;branch=master;protocol=https" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
diff --git a/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb b/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb index 5f78be4f5..53ee2a82f 100644 --- a/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb +++ b/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "gnutls zlib" | |||
9 | 9 | ||
10 | SRCREV = "fa8646daeb19dfd12c181f7d19de708d623704c0" | 10 | SRCREV = "fa8646daeb19dfd12c181f7d19de708d623704c0" |
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
12 | git://git.ffmpeg.org/rtmpdump \ | 12 | git://git.ffmpeg.org/rtmpdump;branch=master \ |
13 | file://fix-racing-build-issue.patch" | 13 | file://fix-racing-build-issue.patch" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb index 062096892..68cf8795a 100644 --- a/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb +++ b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause" | |||
7 | LIC_FILES_CHKSUM = "file://NOTICE;md5=dbdefe400d894b510a9de14813181d0b" | 7 | LIC_FILES_CHKSUM = "file://NOTICE;md5=dbdefe400d894b510a9de14813181d0b" |
8 | 8 | ||
9 | SRCREV = "8449529c7e50f432091539ba7b438e79b04059b5" | 9 | SRCREV = "8449529c7e50f432091539ba7b438e79b04059b5" |
10 | SRC_URI = "git://github.com/tinyalsa/tinyalsa \ | 10 | SRC_URI = "git://github.com/tinyalsa/tinyalsa;branch=master;protocol=https \ |
11 | file://0001-Use-CMAKE_INSTALL_-path-instead-of-hardcoding-bin-li.patch \ | 11 | file://0001-Use-CMAKE_INSTALL_-path-instead-of-hardcoding-bin-li.patch \ |
12 | " | 12 | " |
13 | PV = "1.1.1+git${SRCPV}" | 13 | PV = "1.1.1+git${SRCPV}" |
diff --git a/meta-multimedia/recipes-multimedia/tremor/tremor_20180319.bb b/meta-multimedia/recipes-multimedia/tremor/tremor_20180319.bb index 6abf6080b..f8ab1bf68 100644 --- a/meta-multimedia/recipes-multimedia/tremor/tremor_20180319.bb +++ b/meta-multimedia/recipes-multimedia/tremor/tremor_20180319.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \ | |||
6 | file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f" | 6 | file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f" |
7 | DEPENDS = "libogg" | 7 | DEPENDS = "libogg" |
8 | 8 | ||
9 | SRC_URI = "git://gitlab.xiph.org/xiph/tremor.git;protocol=https \ | 9 | SRC_URI = "git://gitlab.xiph.org/xiph/tremor.git;protocol=https;branch=master \ |
10 | file://obsolete_automake_macros.patch;striplevel=0 \ | 10 | file://obsolete_automake_macros.patch;striplevel=0 \ |
11 | file://tremor-arm-thumb2.patch \ | 11 | file://tremor-arm-thumb2.patch \ |
12 | " | 12 | " |
diff --git a/meta-multimedia/recipes-support/crossguid/crossguid_0.2.2.bb b/meta-multimedia/recipes-support/crossguid/crossguid_0.2.2.bb index 744171663..bc54ea9fe 100644 --- a/meta-multimedia/recipes-support/crossguid/crossguid_0.2.2.bb +++ b/meta-multimedia/recipes-support/crossguid/crossguid_0.2.2.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1373274bc8d8001edc54933919f36f68" | |||
8 | DEPENDS += "util-linux" | 8 | DEPENDS += "util-linux" |
9 | 9 | ||
10 | SRCREV = "5b45cdd9a56ca9da35ee0f8845cb4e2603d245dc" | 10 | SRCREV = "5b45cdd9a56ca9da35ee0f8845cb4e2603d245dc" |
11 | SRC_URI = "git://github.com/graeme-hill/crossguid;protocol=https" | 11 | SRC_URI = "git://github.com/graeme-hill/crossguid;protocol=https;branch=master" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb index f237e8160..c3457217e 100644 --- a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb +++ b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "gstreamer1.0" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | SRCREV = "3b862e52e5c53ad1023dc6808effa4cb75572c4b" | 11 | SRCREV = "3b862e52e5c53ad1023dc6808effa4cb75572c4b" |
12 | SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;" | 12 | SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;;branch=master" |
13 | 13 | ||
14 | FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*a" | 14 | FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*a" |
15 | FILES:${PN} += "${libdir}/*" | 15 | FILES:${PN} += "${libdir}/*" |
diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb index 07b81015f..5b4f34592 100644 --- a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb +++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f09ffff8430463d91c08c4e1" | |||
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | SRCREV = "d02d21111e379c297e93a9033d7b653135f732ee" | 9 | SRCREV = "d02d21111e379c297e93a9033d7b653135f732ee" |
10 | SRC_URI = "git://github.com/cisco/libsrtp.git" | 10 | SRC_URI = "git://github.com/cisco/libsrtp.git;branch=master;protocol=https" |
11 | 11 | ||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
diff --git a/meta-multimedia/recipes-support/srt/srt_1.4.2.bb b/meta-multimedia/recipes-support/srt/srt_1.4.2.bb index 72b84abc6..5b5c1f24d 100644 --- a/meta-multimedia/recipes-support/srt/srt_1.4.2.bb +++ b/meta-multimedia/recipes-support/srt/srt_1.4.2.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "MPL-2.0" | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" |
8 | 8 | ||
9 | SRCREV = "50b7af06f3a0a456c172b4cb3aceafa8a5cc0036" | 9 | SRCREV = "50b7af06f3a0a456c172b4cb3aceafa8a5cc0036" |
10 | SRC_URI = "git://github.com/Haivision/srt;protocol=https \ | 10 | SRC_URI = "git://github.com/Haivision/srt;protocol=https;branch=master \ |
11 | file://0001-don-t-install-srt-ffplay.patch \ | 11 | file://0001-don-t-install-srt-ffplay.patch \ |
12 | file://0001-core-Fix-build-with-GCC-11.-1806.patch \ | 12 | file://0001-core-Fix-build-with-GCC-11.-1806.patch \ |
13 | " | 13 | " |
diff --git a/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb b/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb index c0556e739..777ba2270 100644 --- a/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb +++ b/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb | |||
@@ -25,7 +25,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1fc37e1037ae673975fbcb96a98f7191" | |||
25 | 25 | ||
26 | PV .= "+git${SRCPV}" | 26 | PV .= "+git${SRCPV}" |
27 | SRCREV = "79b1a9996c094ff593ae50bc4edc1f349f39dd6d" | 27 | SRCREV = "79b1a9996c094ff593ae50bc4edc1f349f39dd6d" |
28 | SRC_URI = "git://www.bearssl.org/git/BearSSL;protocol=https \ | 28 | SRC_URI = "git://www.bearssl.org/git/BearSSL;protocol=https;branch=master \ |
29 | file://0001-conf-Unix.mk-remove-fixed-command-definitions.patch \ | 29 | file://0001-conf-Unix.mk-remove-fixed-command-definitions.patch \ |
30 | file://0002-test-test_x509.c-fix-potential-overflow-issue.patch \ | 30 | file://0002-test-test_x509.c-fix-potential-overflow-issue.patch \ |
31 | file://0001-make-Pass-LDFLAGS-when-building-shared-objects.patch \ | 31 | file://0001-make-Pass-LDFLAGS-when-building-shared-objects.patch \ |
diff --git a/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb b/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb index 887870fb7..a3b734c2e 100644 --- a/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb +++ b/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb | |||
@@ -7,7 +7,7 @@ DEPENDS = "glib-2.0" | |||
7 | SRCREV = "7ad565231a97c304c0eff45f2649cd005e69db09" | 7 | SRCREV = "7ad565231a97c304c0eff45f2649cd005e69db09" |
8 | PV = "1.3.0+git${SRCPV}" | 8 | PV = "1.3.0+git${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/IanHarvey/bluepy.git;protocol=https \ | 10 | SRC_URI = "git://github.com/IanHarvey/bluepy.git;protocol=https;branch=master \ |
11 | file://0001-bluepy-Fix-username-issue-with-tarballs.patch \ | 11 | file://0001-bluepy-Fix-username-issue-with-tarballs.patch \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb b/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb index 0cf57ccdb..86b657772 100644 --- a/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb +++ b/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.0.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "a SocketCAN over Ethernet tunnel" | |||
2 | HOMEPAGE = "https://github.com/mguentner/cannelloni" | 2 | HOMEPAGE = "https://github.com/mguentner/cannelloni" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https" | 5 | SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https;branch=master" |
6 | SRCREV = "0bd7e27db35bdef361226882ae04205504f7b2f4" | 6 | SRCREV = "0bd7e27db35bdef361226882ae04205504f7b2f4" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 8 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb index 2820f9fa6..e9c205618 100644 --- a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb +++ b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=50bd1d7f135b50d7e218996ba28d0d88" | |||
6 | 6 | ||
7 | SRCREV = "4b440a339979852d5a51fb11a822952712231c23" | 7 | SRCREV = "4b440a339979852d5a51fb11a822952712231c23" |
8 | PV = "1.12+git${SRCPV}" | 8 | PV = "1.12+git${SRCPV}" |
9 | SRC_URI = "git://github.com/civetweb/civetweb.git \ | 9 | SRC_URI = "git://github.com/civetweb/civetweb.git;branch=master;protocol=https \ |
10 | file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \ | 10 | file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \ |
11 | " | 11 | " |
12 | 12 | ||
diff --git a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb index 7558c314f..8c74c3954 100644 --- a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb +++ b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7236695bb6d4461c105d685a8b61c4e3" | |||
7 | 7 | ||
8 | SRCREV = "a7c6cf58a88a510cb00841351e75030ce78d36bf" | 8 | SRCREV = "a7c6cf58a88a510cb00841351e75030ce78d36bf" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/tomaszmrugalski/dibbler \ | 10 | SRC_URI = "git://github.com/tomaszmrugalski/dibbler;branch=master;protocol=https \ |
11 | file://dibbler_fix_getSize_crash.patch \ | 11 | file://dibbler_fix_getSize_crash.patch \ |
12 | " | 12 | " |
13 | PV = "1.0.1+1.0.2RC1+git${SRCREV}" | 13 | PV = "1.0.1+1.0.2RC1+git${SRCREV}" |
diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb index 0d1c4adc1..3e5cca640 100644 --- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb +++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb | |||
@@ -13,7 +13,7 @@ LICENSE = "GPLv2 & LGPLv2+" | |||
13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a" | 13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a" |
14 | DEPENDS = "openssl-native openssl libidn libtool libpcap libtalloc" | 14 | DEPENDS = "openssl-native openssl libidn libtool libpcap libtalloc" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/FreeRADIUS/freeradius-server.git;branch=v3.0.x;lfs=0; \ | 16 | SRC_URI = "git://github.com/FreeRADIUS/freeradius-server.git;branch=v3.0.x;lfs=0;;protocol=https \ |
17 | file://freeradius \ | 17 | file://freeradius \ |
18 | file://volatiles.58_radiusd \ | 18 | file://volatiles.58_radiusd \ |
19 | file://freeradius-enble-user-in-conf.patch \ | 19 | file://freeradius-enble-user-in-conf.patch \ |
diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb b/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb index df48782ee..9f2ff5157 100644 --- a/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb +++ b/meta-networking/recipes-connectivity/libdnet/libdnet_1.14.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1" | 7 | SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1;protocol=https" |
8 | SRCREV = "3e782472d2a58d5e1b94d04eda4a364c2d257600" | 8 | SRCREV = "3e782472d2a58d5e1b94d04eda4a364c2d257600" |
9 | 9 | ||
10 | UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)" | 10 | UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)" |
diff --git a/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb b/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb index ab7167c94..fa42be62a 100644 --- a/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb +++ b/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb | |||
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
15 | DEPENDS = "swig-native python3" | 15 | DEPENDS = "swig-native python3" |
16 | SRCREV = "fcefc746fea286aeaa40d2f62240216da81c85e5" | 16 | SRCREV = "fcefc746fea286aeaa40d2f62240216da81c85e5" |
17 | 17 | ||
18 | SRC_URI = "git://github.com/mz-automation/${BPN}.git;branch=v1.5 \ | 18 | SRC_URI = "git://github.com/mz-automation/${BPN}.git;branch=v1.5;protocol=https \ |
19 | file://0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch \ | 19 | file://0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch \ |
20 | " | 20 | " |
21 | 21 | ||
diff --git a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb index 750b25210..3c2ab980e 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=587b3fd7fd291e418ff4d2b8f3904755" | |||
9 | 9 | ||
10 | SECTION = "libs/networking" | 10 | SECTION = "libs/networking" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/nanomsg/nanomsg.git;protocol=https" | 12 | SRC_URI = "git://github.com/nanomsg/nanomsg.git;protocol=https;branch=master" |
13 | SRCREV = "1749fd7b039165a91b8d556b4df18e3e632ad830" | 13 | SRCREV = "1749fd7b039165a91b8d556b4df18e3e632ad830" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb b/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb index 1ffd8918a..ab2907110 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nng_1.5.2.bb | |||
@@ -5,7 +5,7 @@ SECTION = "libs/networking" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a41e579bb4326c21c774f8e51e41d8a3" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a41e579bb4326c21c774f8e51e41d8a3" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/nanomsg/nng.git" | 8 | SRC_URI = "git://github.com/nanomsg/nng.git;branch=master;protocol=https" |
9 | SRCREV = "169221da8d53b2ca4fda76f894bee8505887a7c6" | 9 | SRCREV = "169221da8d53b2ca4fda76f894bee8505887a7c6" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
diff --git a/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb b/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb index 176fa3bed..b52154025 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb | |||
@@ -7,7 +7,7 @@ DEPENDS = "nng" | |||
7 | SRCREV = "cc5d2641babab165d8a9943817c46d36c6dc17c2" | 7 | SRCREV = "cc5d2641babab165d8a9943817c46d36c6dc17c2" |
8 | PV = "1.3.0" | 8 | PV = "1.3.0" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/cwzx/nngpp" | 10 | SRC_URI = "git://github.com/cwzx/nngpp;branch=master;protocol=https" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/meta-networking/recipes-connectivity/netplan/netplan_0.103.bb b/meta-networking/recipes-connectivity/netplan/netplan_0.103.bb index 1de739eeb..81e20b9c8 100644 --- a/meta-networking/recipes-connectivity/netplan/netplan_0.103.bb +++ b/meta-networking/recipes-connectivity/netplan/netplan_0.103.bb | |||
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git" | |||
14 | SRCREV = "51c872d856db80281ea810ebc02e05c09d5310fa" | 14 | SRCREV = "51c872d856db80281ea810ebc02e05c09d5310fa" |
15 | PV = "0.103" | 15 | PV = "0.103" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/CanonicalLtd/netplan.git;branch=main \ | 17 | SRC_URI = "git://github.com/CanonicalLtd/netplan.git;branch=main;protocol=https \ |
18 | file://0001-parse-nm-fix-32bit-format-string.patch \ | 18 | file://0001-parse-nm-fix-32bit-format-string.patch \ |
19 | file://0001-Makefile-do-not-use-Werror.patch \ | 19 | file://0001-Makefile-do-not-use-Werror.patch \ |
20 | " | 20 | " |
diff --git a/meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb b/meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb index c66192aea..7a61f74e3 100644 --- a/meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb +++ b/meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad" | 3 | LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad" |
4 | 4 | ||
5 | SRC_URI = " \ | 5 | SRC_URI = " \ |
6 | git://git.infradead.org/users/dwmw2/openconnect.git \ | 6 | git://git.infradead.org/users/dwmw2/openconnect.git;branch=master \ |
7 | " | 7 | " |
8 | SRCREV = "9d287e40c57233190a51b6434ba7345370e36f38" | 8 | SRCREV = "9d287e40c57233190a51b6434ba7345370e36f38" |
9 | 9 | ||
diff --git a/meta-networking/recipes-connectivity/relayd/relayd_git.bb b/meta-networking/recipes-connectivity/relayd/relayd_git.bb index ebe64cb1b..1dd50f6e1 100644 --- a/meta-networking/recipes-connectivity/relayd/relayd_git.bb +++ b/meta-networking/recipes-connectivity/relayd/relayd_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://main.c;endline=17;md5=86aad799085683e0a2e1c2684a20bab | |||
5 | 5 | ||
6 | DEPENDS = "libubox" | 6 | DEPENDS = "libubox" |
7 | 7 | ||
8 | SRC_URI = "git://git.openwrt.org/project/relayd.git \ | 8 | SRC_URI = "git://git.openwrt.org/project/relayd.git;branch=master \ |
9 | file://0001-rtnl_flush-Error-on-failed-write.patch \ | 9 | file://0001-rtnl_flush-Error-on-failed-write.patch \ |
10 | " | 10 | " |
11 | 11 | ||
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb index 63a0494e4..421ebaa96 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb +++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | |||
@@ -9,7 +9,7 @@ DEPENDS += "libgcrypt" | |||
9 | 9 | ||
10 | PV .= "r550-2jnpr1" | 10 | PV .= "r550-2jnpr1" |
11 | SRCREV = "b1243d29e0c00312ead038b04a2cf5e2fa31d740" | 11 | SRCREV = "b1243d29e0c00312ead038b04a2cf5e2fa31d740" |
12 | SRC_URI = "git://github.com/ndpgroup/vpnc \ | 12 | SRC_URI = "git://github.com/ndpgroup/vpnc;branch=master;protocol=https \ |
13 | file://long-help \ | 13 | file://long-help \ |
14 | file://default.conf \ | 14 | file://default.conf \ |
15 | file://0001-search-for-log-help-in-build-dir.patch \ | 15 | file://0001-search-for-log-help-in-build-dir.patch \ |
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb index c2b3c3d63..bb1fafabe 100644 --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
12 | PROVIDES += "cyassl" | 12 | PROVIDES += "cyassl" |
13 | RPROVIDES:${PN} = "cyassl" | 13 | RPROVIDES:${PN} = "cyassl" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https \ | 15 | SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https;branch=master \ |
16 | " | 16 | " |
17 | SRCREV = "95b91d89133a712a3d0f389442924612c103da24" | 17 | SRCREV = "95b91d89133a712a3d0f389442924612c103da24" |
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
diff --git a/meta-networking/recipes-daemons/atftp/atftp_0.7.5.bb b/meta-networking/recipes-daemons/atftp/atftp_0.7.5.bb index de283df83..59905b54f 100644 --- a/meta-networking/recipes-daemons/atftp/atftp_0.7.5.bb +++ b/meta-networking/recipes-daemons/atftp/atftp_0.7.5.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f65159f73e603f89d6867d43191900e5" | |||
6 | 6 | ||
7 | SRCREV = "00921e75728e3681b051c2e48c59e36c6cfa2e97" | 7 | SRCREV = "00921e75728e3681b051c2e48c59e36c6cfa2e97" |
8 | 8 | ||
9 | SRC_URI = "git://git.code.sf.net/p/atftp/code \ | 9 | SRC_URI = "git://git.code.sf.net/p/atftp/code;branch=master \ |
10 | file://atftpd.init \ | 10 | file://atftpd.init \ |
11 | file://atftpd.service \ | 11 | file://atftpd.service \ |
12 | " | 12 | " |
diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb index 46aeb23a3..7a6243b10 100644 --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3f55e0974e3d6db00ca6f57f2d206396" | |||
7 | 7 | ||
8 | SRCREV = "e41cfb986c1b1935770de554872247453fdbb079" | 8 | SRCREV = "e41cfb986c1b1935770de554872247453fdbb079" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/cyrusimap/cyrus-sasl;protocol=https \ | 10 | SRC_URI = "git://github.com/cyrusimap/cyrus-sasl;protocol=https;branch=master \ |
11 | file://avoid-to-call-AC_TRY_RUN.patch \ | 11 | file://avoid-to-call-AC_TRY_RUN.patch \ |
12 | file://Fix-hardcoded-libdir.patch \ | 12 | file://Fix-hardcoded-libdir.patch \ |
13 | file://debian_patches_0014_avoid_pic_overwrite.diff \ | 13 | file://debian_patches_0014_avoid_pic_overwrite.diff \ |
diff --git a/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.4.bb b/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.4.bb index 8e0da23b6..034e6ee9d 100644 --- a/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.4.bb +++ b/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.4.bb | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
14 | 14 | ||
15 | SRCREV ?= "095f59ca464220eae285de6b5f2ee31185a6a84c" | 15 | SRCREV ?= "095f59ca464220eae285de6b5f2ee31185a6a84c" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/open-iscsi/open-iscsi \ | 17 | SRC_URI = "git://github.com/open-iscsi/open-iscsi;branch=master;protocol=https \ |
18 | file://0001-Makefile-Do-not-set-Werror.patch \ | 18 | file://0001-Makefile-Do-not-set-Werror.patch \ |
19 | file://initd.debian \ | 19 | file://initd.debian \ |
20 | file://99_iscsi-initiator-utils \ | 20 | file://99_iscsi-initiator-utils \ |
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb index 981757b56..cdebd24af 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb0d1484d11915fa88a6a7702f1dc184" | |||
7 | SRCREV = "715eadc1aa4f6b07d69f9d09558e9cb471e51d87" | 7 | SRCREV = "715eadc1aa4f6b07d69f9d09558e9cb471e51d87" |
8 | BRANCH = "1.3.7" | 8 | BRANCH = "1.3.7" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/proftpd/proftpd.git;branch=${BRANCH} \ | 10 | SRC_URI = "git://github.com/proftpd/proftpd.git;branch=${BRANCH};protocol=https \ |
11 | file://basic.conf.patch \ | 11 | file://basic.conf.patch \ |
12 | file://proftpd-basic.init \ | 12 | file://proftpd-basic.init \ |
13 | file://default \ | 13 | file://default \ |
diff --git a/meta-networking/recipes-daemons/vblade/vblade_25.bb b/meta-networking/recipes-daemons/vblade/vblade_25.bb index 15bf350c7..688add53f 100644 --- a/meta-networking/recipes-daemons/vblade/vblade_25.bb +++ b/meta-networking/recipes-daemons/vblade/vblade_25.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
7 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/aoetools/files/vblade/" | 7 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/aoetools/files/vblade/" |
8 | 8 | ||
9 | SRCREV = "5f1a0ba8b9815e3f08a3e2635a17f78bbf2a5b10" | 9 | SRCREV = "5f1a0ba8b9815e3f08a3e2635a17f78bbf2a5b10" |
10 | SRC_URI = "git://github.com/OpenAoE/vblade \ | 10 | SRC_URI = "git://github.com/OpenAoE/vblade;branch=master;protocol=https \ |
11 | file://cross.patch \ | 11 | file://cross.patch \ |
12 | file://makefile-add-ldflags.patch \ | 12 | file://makefile-add-ldflags.patch \ |
13 | file://${BPN}.conf \ | 13 | file://${BPN}.conf \ |
diff --git a/meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb b/meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb index 84acc8681..927482f99 100644 --- a/meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb +++ b/meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb | |||
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
17 | # UTscapy does not exist in the pypi pkg | 17 | # UTscapy does not exist in the pypi pkg |
18 | # | 18 | # |
19 | SRCREV = "32cd7eb0f620d9adf171c48d55514e8326a538d7" | 19 | SRCREV = "32cd7eb0f620d9adf171c48d55514e8326a538d7" |
20 | SRC_URI = "git://github.com/secdev/scapy.git \ | 20 | SRC_URI = "git://github.com/secdev/scapy.git;branch=master;protocol=https \ |
21 | file://run-ptest" | 21 | file://run-ptest" |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
diff --git a/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.1.bb b/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.1.bb index 48723d92b..8b78433d7 100644 --- a/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.1.bb +++ b/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.1.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://gpl_license.txt;md5=11c7b65c4a4acb9d5175f7e9bf99c403" | 5 | LIC_FILES_CHKSUM = "file://gpl_license.txt;md5=11c7b65c4a4acb9d5175f7e9bf99c403" |
6 | 6 | ||
7 | SRCREV = "a96b81da4a9b619e4045805f5f13a1e982c95663" | 7 | SRCREV = "a96b81da4a9b619e4045805f5f13a1e982c95663" |
8 | SRC_URI = "git://github.com/arno-iptables-firewall/aif" | 8 | SRC_URI = "git://github.com/arno-iptables-firewall/aif;branch=master;protocol=https" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
diff --git a/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb b/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb index 2f627d458..994825cb7 100644 --- a/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb +++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "libnfnetlink libmnl" | |||
8 | SRCREV = "ba196a97e810746e5660fe3f57c87c0ed0f2b324" | 8 | SRCREV = "ba196a97e810746e5660fe3f57c87c0ed0f2b324" |
9 | PV .= "+git${SRCPV}" | 9 | PV .= "+git${SRCPV}" |
10 | 10 | ||
11 | SRC_URI = "git://git.netfilter.org/libnetfilter_log" | 11 | SRC_URI = "git://git.netfilter.org/libnetfilter_log;branch=master" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.3.bb b/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.3.bb index 896cfdfaa..1bbab6f3c 100644 --- a/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.3.bb +++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.3.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "libnfnetlink libmnl" | |||
8 | 8 | ||
9 | SRCREV = "601abd1c71ccdf90753cf294c120ad43fb25dc54" | 9 | SRCREV = "601abd1c71ccdf90753cf294c120ad43fb25dc54" |
10 | 10 | ||
11 | SRC_URI = "git://git.netfilter.org/libnetfilter_queue \ | 11 | SRC_URI = "git://git.netfilter.org/libnetfilter_queue;branch=master \ |
12 | file://0001-libnetfilter-queue-Declare-the-define-visivility-attribute-together.patch \ | 12 | file://0001-libnetfilter-queue-Declare-the-define-visivility-attribute-together.patch \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.0.bb b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.0.bb index 2b90fdd1b..d4aa267fa 100644 --- a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.0.bb +++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.0.bb | |||
@@ -5,7 +5,7 @@ SECTION = "libs" | |||
5 | DEPENDS = "libmnl" | 5 | DEPENDS = "libmnl" |
6 | 6 | ||
7 | SRCREV = "d45be40eef72f0d42a1ba82efddbb0970d4c760a" | 7 | SRCREV = "d45be40eef72f0d42a1ba82efddbb0970d4c760a" |
8 | SRC_URI = "git://git.netfilter.org/libnftnl \ | 8 | SRC_URI = "git://git.netfilter.org/libnftnl;branch=master \ |
9 | file://0001-avoid-naming-local-function-as-one-of-printf-family.patch \ | 9 | file://0001-avoid-naming-local-function-as-one-of-printf-family.patch \ |
10 | " | 10 | " |
11 | 11 | ||
diff --git a/meta-networking/recipes-irc/znc/znc_1.8.2.bb b/meta-networking/recipes-irc/znc/znc_1.8.2.bb index fff198d06..724ef0c0d 100644 --- a/meta-networking/recipes-irc/znc/znc_1.8.2.bb +++ b/meta-networking/recipes-irc/znc/znc_1.8.2.bb | |||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
5 | 5 | ||
6 | DEPENDS = "openssl zlib icu" | 6 | DEPENDS = "openssl zlib icu" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/znc/znc.git;name=znc \ | 8 | SRC_URI = "git://github.com/znc/znc.git;name=znc;branch=master;protocol=https \ |
9 | git://github.com/jimloco/Csocket.git;destsuffix=git/third_party/Csocket;name=Csocket \ | 9 | git://github.com/jimloco/Csocket.git;destsuffix=git/third_party/Csocket;name=Csocket;branch=master;protocol=https \ |
10 | " | 10 | " |
11 | SRCREV_znc = "bf253640d33d03331310778e001fb6f5aba2989e" | 11 | SRCREV_znc = "bf253640d33d03331310778e001fb6f5aba2989e" |
12 | SRCREV_Csocket = "e8d9e0bb248c521c2c7fa01e1c6a116d929c41b4" | 12 | SRCREV_Csocket = "e8d9e0bb248c521c2c7fa01e1c6a116d929c41b4" |
diff --git a/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb b/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb index 92614b22e..ce2ba6552 100644 --- a/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb +++ b/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb | |||
@@ -2,7 +2,7 @@ require wireguard.inc | |||
2 | 2 | ||
3 | SRCREV = "122f06bfd8fc7b06a0899fa9adc4ce8e06900d98" | 3 | SRCREV = "122f06bfd8fc7b06a0899fa9adc4ce8e06900d98" |
4 | 4 | ||
5 | SRC_URI = "git://git.zx2c4.com/wireguard-linux-compat" | 5 | SRC_URI = "git://git.zx2c4.com/wireguard-linux-compat;branch=master" |
6 | 6 | ||
7 | inherit module kernel-module-split | 7 | inherit module kernel-module-split |
8 | 8 | ||
diff --git a/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20210315.bb b/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20210315.bb index b16e0c829..f7064d543 100644 --- a/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20210315.bb +++ b/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20210315.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require wireguard.inc | 1 | require wireguard.inc |
2 | 2 | ||
3 | SRCREV = "622408872fd6f3a58e98e88d39d30e98968314fa" | 3 | SRCREV = "622408872fd6f3a58e98e88d39d30e98968314fa" |
4 | SRC_URI = "git://git.zx2c4.com/wireguard-tools" | 4 | SRC_URI = "git://git.zx2c4.com/wireguard-tools;branch=master" |
5 | 5 | ||
6 | inherit bash-completion systemd pkgconfig | 6 | inherit bash-completion systemd pkgconfig |
7 | 7 | ||
diff --git a/meta-networking/recipes-protocols/babeld/babeld_1.10.bb b/meta-networking/recipes-protocols/babeld/babeld_1.10.bb index 5af4c31d1..529cccf87 100644 --- a/meta-networking/recipes-protocols/babeld/babeld_1.10.bb +++ b/meta-networking/recipes-protocols/babeld/babeld_1.10.bb | |||
@@ -12,7 +12,7 @@ SECTION = "net" | |||
12 | LICENSE = "MIT" | 12 | LICENSE = "MIT" |
13 | LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754" | 13 | LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/jech/babeld.git;protocol=git" | 15 | SRC_URI = "git://github.com/jech/babeld.git;protocol=https;branch=master" |
16 | SRCREV = "dbb8799d1b5b3bfaf4387386c92369c847704480" | 16 | SRCREV = "dbb8799d1b5b3bfaf4387386c92369c847704480" |
17 | 17 | ||
18 | UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)" | 18 | UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)" |
diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc index c4e69b58e..7968a4438 100644 --- a/meta-networking/recipes-protocols/openflow/openflow.inc +++ b/meta-networking/recipes-protocols/openflow/openflow.inc | |||
@@ -11,7 +11,7 @@ LICENSE = "GPLv2" | |||
11 | 11 | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2" |
13 | 13 | ||
14 | SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git" | 14 | SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git;branch=master" |
15 | 15 | ||
16 | DEPENDS = "virtual/libc" | 16 | DEPENDS = "virtual/libc" |
17 | 17 | ||
diff --git a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb index 52f5ef275..21f97eba2 100644 --- a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb +++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb | |||
@@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/xelerance/xl2tpd.git" | 11 | SRC_URI = "git://github.com/xelerance/xl2tpd.git;branch=master;protocol=https" |
12 | SRCREV = "ba619c79c4790c78c033df0abde4a9a5de744a08" | 12 | SRCREV = "ba619c79c4790c78c033df0abde4a9a5de744a08" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta-networking/recipes-support/arptables/arptables_git.bb b/meta-networking/recipes-support/arptables/arptables_git.bb index 33e4e13ac..a4eaa9ff3 100644 --- a/meta-networking/recipes-support/arptables/arptables_git.bb +++ b/meta-networking/recipes-support/arptables/arptables_git.bb | |||
@@ -6,7 +6,7 @@ SRCREV = "efae8949e31f8b2eb6290f377a28384cecaf105a" | |||
6 | PV = "0.0.5+git${SRCPV}" | 6 | PV = "0.0.5+git${SRCPV}" |
7 | 7 | ||
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | git://git.netfilter.org/arptables \ | 9 | git://git.netfilter.org/arptables;branch=master \ |
10 | file://0001-Use-ARPCFLAGS-for-package-specific-compiler-flags.patch \ | 10 | file://0001-Use-ARPCFLAGS-for-package-specific-compiler-flags.patch \ |
11 | file://arptables-arpt-get-target-fix.patch \ | 11 | file://arptables-arpt-get-target-fix.patch \ |
12 | file://arptables.service \ | 12 | file://arptables.service \ |
diff --git a/meta-networking/recipes-support/bmon/bmon_2.1.0.bb b/meta-networking/recipes-support/bmon/bmon_2.1.0.bb index 8c7b3844b..c974d54fe 100644 --- a/meta-networking/recipes-support/bmon/bmon_2.1.0.bb +++ b/meta-networking/recipes-support/bmon/bmon_2.1.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
5 | DEPENDS = "libnl libconfuse ncurses" | 5 | DEPENDS = "libnl libconfuse ncurses" |
6 | 6 | ||
7 | SRCREV = "1b3f11bde315e221474f7d066ce4efb4ff4d39e3" | 7 | SRCREV = "1b3f11bde315e221474f7d066ce4efb4ff4d39e3" |
8 | SRC_URI = "git://github.com/tgraf/bmon.git;branch=master" | 8 | SRC_URI = "git://github.com/tgraf/bmon.git;branch=master;protocol=https" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
diff --git a/meta-networking/recipes-support/cifs/cifs-utils_6.14.bb b/meta-networking/recipes-support/cifs/cifs-utils_6.14.bb index 5fafb4ef6..7821a120e 100644 --- a/meta-networking/recipes-support/cifs/cifs-utils_6.14.bb +++ b/meta-networking/recipes-support/cifs/cifs-utils_6.14.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "GPLv3 & LGPLv3" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | 6 | ||
7 | SRCREV = "8c06dce7d596e478c20bc54bdcec87ad97f80a1b" | 7 | SRCREV = "8c06dce7d596e478c20bc54bdcec87ad97f80a1b" |
8 | SRC_URI = "git://git.samba.org/cifs-utils.git" | 8 | SRC_URI = "git://git.samba.org/cifs-utils.git;branch=master" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | DEPENDS += "libtalloc" | 11 | DEPENDS += "libtalloc" |
diff --git a/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb b/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb index 263de81c7..e36a86fd0 100644 --- a/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb +++ b/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=fd0c9adf285a69aa3b4faf34384e1029" | |||
7 | DEPENDS = "curl" | 7 | DEPENDS = "curl" |
8 | DEPENDS:class-native = "curl-native" | 8 | DEPENDS:class-native = "curl-native" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/jpbarrette/curlpp.git" | 10 | SRC_URI = "git://github.com/jpbarrette/curlpp.git;branch=master;protocol=https" |
11 | 11 | ||
12 | SRCREV = "592552a165cc569dac7674cb7fc9de3dc829906f" | 12 | SRCREV = "592552a165cc569dac7674cb7fc9de3dc829906f" |
13 | 13 | ||
diff --git a/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb b/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb index ceb40185f..4cfb0c804 100644 --- a/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb +++ b/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb | |||
@@ -8,8 +8,8 @@ SECTION = "admin" | |||
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/LINBIT/drbd-utils;name=drbd-utils;branch=${PV} \ | 11 | SRC_URI = "git://github.com/LINBIT/drbd-utils;name=drbd-utils;branch=${PV};protocol=https \ |
12 | git://github.com/LINBIT/drbd-headers;name=drbd-headers;destsuffix=git/drbd-headers \ | 12 | git://github.com/LINBIT/drbd-headers;name=drbd-headers;destsuffix=git/drbd-headers;branch=master;protocol=https \ |
13 | file://0001-v84-Make-setup_options-definitions-as-extern.patch \ | 13 | file://0001-v84-Make-setup_options-definitions-as-extern.patch \ |
14 | ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','file://0001-drbd-utils-support-usrmerge.patch','',d)} \ | 14 | ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','file://0001-drbd-utils-support-usrmerge.patch','',d)} \ |
15 | " | 15 | " |
diff --git a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb index 9ebed2a14..6035ddfcc 100644 --- a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb +++ b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb | |||
@@ -19,7 +19,7 @@ DEPENDS += "ethtool \ | |||
19 | 19 | ||
20 | RDEPENDS:${PN} += "bash ethtool libgcc" | 20 | RDEPENDS:${PN} += "bash ethtool libgcc" |
21 | 21 | ||
22 | SRC_URI = "gitsm://github.com/Ettercap/ettercap" | 22 | SRC_URI = "gitsm://github.com/Ettercap/ettercap;branch=master;protocol=https" |
23 | 23 | ||
24 | SRCREV = "7281fbddb7da7478beb1d21e3cb105fff3778b31" | 24 | SRCREV = "7281fbddb7da7478beb1d21e3cb105fff3778b31" |
25 | 25 | ||
diff --git a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb index 1ee04bd47..92051a8e7 100644 --- a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb +++ b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e4f3ea6e9b28af88dc0321190a1f8250" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | SRCREV = "4cdfdc38eca237c19c22a8b90490446ce6d970fa" | 13 | SRCREV = "4cdfdc38eca237c19c22a8b90490446ce6d970fa" |
14 | SRC_URI = "git://github.com/maxmind/geoip-api-perl.git;branch=main \ | 14 | SRC_URI = "git://github.com/maxmind/geoip-api-perl.git;branch=main;protocol=https \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.12.bb b/meta-networking/recipes-support/geoip/geoip_1.6.12.bb index 775398474..8fe4fcbd2 100644 --- a/meta-networking/recipes-support/geoip/geoip_1.6.12.bb +++ b/meta-networking/recipes-support/geoip/geoip_1.6.12.bb | |||
@@ -10,7 +10,7 @@ SECTION = "libdevel" | |||
10 | 10 | ||
11 | GEOIP_DATABASE_VERSION = "20181205" | 11 | GEOIP_DATABASE_VERSION = "20181205" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/maxmind/geoip-api-c.git;branch=main \ | 13 | SRC_URI = "git://github.com/maxmind/geoip-api-c.git;branch=main;protocol=https \ |
14 | http://sources.openembedded.org/GeoIP.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoIP-dat; \ | 14 | http://sources.openembedded.org/GeoIP.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoIP-dat; \ |
15 | http://sources.openembedded.org/GeoIPv6.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoIPv6-dat; \ | 15 | http://sources.openembedded.org/GeoIPv6.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoIPv6-dat; \ |
16 | http://sources.openembedded.org/GeoLiteCity.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoLiteCity-dat; \ | 16 | http://sources.openembedded.org/GeoLiteCity.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoLiteCity-dat; \ |
diff --git a/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb b/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb index 2d04ded34..122dfc000 100644 --- a/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb +++ b/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb | |||
@@ -12,7 +12,7 @@ SECTION = "libs" | |||
12 | LICENSE = "MIT" | 12 | LICENSE = "MIT" |
13 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=9bfa835d048c194ab30487af8d7b3778" | 13 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=9bfa835d048c194ab30487af8d7b3778" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/nodejs/http-parser.git" | 15 | SRC_URI = "git://github.com/nodejs/http-parser.git;branch=master;protocol=https" |
16 | SRCREV = "2343fd6b5214b2ded2cdcf76de2bf60903bb90cd" | 16 | SRCREV = "2343fd6b5214b2ded2cdcf76de2bf60903bb90cd" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
diff --git a/meta-networking/recipes-support/ipcalc/ipcalc_0.2.3.bb b/meta-networking/recipes-support/ipcalc/ipcalc_0.2.3.bb index ad0ec2700..1e6db5b7e 100644 --- a/meta-networking/recipes-support/ipcalc/ipcalc_0.2.3.bb +++ b/meta-networking/recipes-support/ipcalc/ipcalc_0.2.3.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | SRCREV = "c3ee70c878b9c5833a77a1f339f1ca4dc6f225c5" | 10 | SRCREV = "c3ee70c878b9c5833a77a1f339f1ca4dc6f225c5" |
11 | SRC_URI = "\ | 11 | SRC_URI = "\ |
12 | git://github.com/nmav/ipcalc.git;protocol=https; \ | 12 | git://github.com/nmav/ipcalc.git;protocol=https;;branch=master \ |
13 | file://0001-Makefile-pass-extra-linker-flags.patch \ | 13 | file://0001-Makefile-pass-extra-linker-flags.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb b/meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb index c081e6979..b8d0536eb 100644 --- a/meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb +++ b/meta-networking/recipes-support/libconfuse/libconfuse_3.3.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "ISC" | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=42fa47330d4051cd219f7d99d023de3a" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=42fa47330d4051cd219f7d99d023de3a" |
4 | 4 | ||
5 | SRCREV = "a42aebf13db33afd575da6e63f55163d371f776d" | 5 | SRCREV = "a42aebf13db33afd575da6e63f55163d371f776d" |
6 | SRC_URI = "git://github.com/libconfuse/libconfuse.git;branch=master" | 6 | SRC_URI = "git://github.com/libconfuse/libconfuse.git;branch=master;protocol=https" |
7 | 7 | ||
8 | inherit autotools-brokensep pkgconfig gettext | 8 | inherit autotools-brokensep pkgconfig gettext |
9 | 9 | ||
diff --git a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb index 4549a068c..545556036 100644 --- a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb +++ b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb | |||
@@ -14,7 +14,7 @@ PV .= "+git${SRCPV}" | |||
14 | LK_REL = "1.0.19" | 14 | LK_REL = "1.0.19" |
15 | 15 | ||
16 | SRC_URI = " \ | 16 | SRC_URI = " \ |
17 | git://github.com/sctp/lksctp-tools.git \ | 17 | git://github.com/sctp/lksctp-tools.git;branch=master;protocol=https \ |
18 | file://run-ptest \ | 18 | file://run-ptest \ |
19 | file://v4test.sh \ | 19 | file://v4test.sh \ |
20 | file://v6test.sh \ | 20 | file://v6test.sh \ |
diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb index 197703e90..28def7b48 100644 --- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb +++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
8 | DEPENDS = "flex-native bison-native libnl python" | 8 | DEPENDS = "flex-native bison-native libnl python" |
9 | 9 | ||
10 | PV = "0.3.1+git${SRCPV}" | 10 | PV = "0.3.1+git${SRCPV}" |
11 | SRC_URI = "git://github.com/linux-wpan/lowpan-tools \ | 11 | SRC_URI = "git://github.com/linux-wpan/lowpan-tools;branch=master;protocol=https \ |
12 | file://no-help2man.patch \ | 12 | file://no-help2man.patch \ |
13 | file://0001-Fix-build-errors-with-clang.patch \ | 13 | file://0001-Fix-build-errors-with-clang.patch \ |
14 | file://0001-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch \ | 14 | file://0001-addrdb-coord-config-parse.y-add-missing-time.h-inclu.patch \ |
diff --git a/meta-networking/recipes-support/mctp/mctp_git.bb b/meta-networking/recipes-support/mctp/mctp_git.bb index cab5d6c13..ebfa84d89 100644 --- a/meta-networking/recipes-support/mctp/mctp_git.bb +++ b/meta-networking/recipes-support/mctp/mctp_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21" | |||
7 | 7 | ||
8 | SRCREV = "a8658290b7914f67146a982671b09f2270ba1654" | 8 | SRCREV = "a8658290b7914f67146a982671b09f2270ba1654" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main" | 10 | SRC_URI = "git://github.com/CodeConstruct/mctp;branch=main;protocol=https" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/meta-networking/recipes-support/mtr/mtr_0.94.bb b/meta-networking/recipes-support/mtr/mtr_0.94.bb index 0ee0b85be..460fd2e8b 100644 --- a/meta-networking/recipes-support/mtr/mtr_0.94.bb +++ b/meta-networking/recipes-support/mtr/mtr_0.94.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
9 | file://ui/mtr.c;beginline=5;endline=16;md5=00a894a39d53726a27386534d1c4e468" | 9 | file://ui/mtr.c;beginline=5;endline=16;md5=00a894a39d53726a27386534d1c4e468" |
10 | 10 | ||
11 | SRCREV = "2c73cbf4094e4eed343ed11ae5bab2580f3122d1" | 11 | SRCREV = "2c73cbf4094e4eed343ed11ae5bab2580f3122d1" |
12 | SRC_URI = "git://github.com/traviscross/mtr;branch=master \ | 12 | SRC_URI = "git://github.com/traviscross/mtr;branch=master;protocol=https \ |
13 | file://0001-Fix-a-lot-of-Werror-format-security-errors-in-printw.patch \ | 13 | file://0001-Fix-a-lot-of-Werror-format-security-errors-in-printw.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.25.7.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.25.7.bb index 9dceb0f26..7eb99c133 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit_1.25.7.bb +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.25.7.bb | |||
@@ -9,7 +9,7 @@ HOMEPAGE = "https://github.com/libguestfs/nbdkit" | |||
9 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9dcc2d8acdde215fa4bd6ac12bb14f0" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9dcc2d8acdde215fa4bd6ac12bb14f0" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https \ | 12 | SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https;branch=master \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRCREV = "babc2e2717c9025392dce613006a6ecae5886a57" | 15 | SRCREV = "babc2e2717c9025392dce613006a6ecae5886a57" |
diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb index 037d929b6..69b774a8f 100644 --- a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb +++ b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
7 | 7 | ||
8 | PV = "1.0.5" | 8 | PV = "1.0.5" |
9 | SRCREV = "b706f5f01aa82aa0db678fffd15a1527f330c507" | 9 | SRCREV = "b706f5f01aa82aa0db678fffd15a1527f330c507" |
10 | SRC_URI = "git://git.remlab.net/git/ndisc6.git;protocol=http \ | 10 | SRC_URI = "git://git.remlab.net/git/ndisc6.git;protocol=http;branch=master \ |
11 | file://0001-autogen-Do-not-symlink-gettext.h-from-build-host.patch \ | 11 | file://0001-autogen-Do-not-symlink-gettext.h-from-build-host.patch \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb index 88a19e264..3b6880a38 100644 --- a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb +++ b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f" | |||
9 | SRCREV = "2c5d4255857531bc09d91dcd02e86545f29004d4" | 9 | SRCREV = "2c5d4255857531bc09d91dcd02e86545f29004d4" |
10 | PV .= "+git${SRCPV}" | 10 | PV .= "+git${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "git://pagure.io/netcf.git;protocol=https \ | 12 | SRC_URI = "git://pagure.io/netcf.git;protocol=https;branch=master \ |
13 | " | 13 | " |
14 | 14 | ||
15 | UPSTREAM_CHECK_GITTAGREGEX = "release-(?P<pver>(\d+(\.\d+)+))" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "release-(?P<pver>(\d+(\.\d+)+))" |
diff --git a/meta-networking/recipes-support/netperf/netperf_git.bb b/meta-networking/recipes-support/netperf/netperf_git.bb index 724869b60..62ba966d0 100644 --- a/meta-networking/recipes-support/netperf/netperf_git.bb +++ b/meta-networking/recipes-support/netperf/netperf_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e661ab33a2a71ad6652c178dedf8aaa2" | |||
7 | 7 | ||
8 | PV = "2.7.0+git${SRCPV}" | 8 | PV = "2.7.0+git${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/HewlettPackard/netperf.git \ | 10 | SRC_URI = "git://github.com/HewlettPackard/netperf.git;branch=master;protocol=https \ |
11 | file://cpu_set.patch \ | 11 | file://cpu_set.patch \ |
12 | file://vfork.patch \ | 12 | file://vfork.patch \ |
13 | file://init \ | 13 | file://init \ |
diff --git a/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb b/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb index ce22943d6..d2535487b 100644 --- a/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb +++ b/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb | |||
@@ -14,7 +14,7 @@ and ypdomainname. \ | |||
14 | # v4.2.3 | 14 | # v4.2.3 |
15 | SRCREV = "1bfda29c342a81b97cb1995ffd9e8da5de63e7ab" | 15 | SRCREV = "1bfda29c342a81b97cb1995ffd9e8da5de63e7ab" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/thkukuk/yp-tools \ | 17 | SRC_URI = "git://github.com/thkukuk/yp-tools;branch=master;protocol=https \ |
18 | file://domainname.service \ | 18 | file://domainname.service \ |
19 | " | 19 | " |
20 | 20 | ||
diff --git a/meta-networking/recipes-support/ntimed/ntimed_git.bb b/meta-networking/recipes-support/ntimed/ntimed_git.bb index ccfe11288..9badfd75d 100644 --- a/meta-networking/recipes-support/ntimed/ntimed_git.bb +++ b/meta-networking/recipes-support/ntimed/ntimed_git.bb | |||
@@ -8,7 +8,7 @@ SECTION = "net" | |||
8 | LICENSE = "BSD-2-Clause" | 8 | LICENSE = "BSD-2-Clause" |
9 | LIC_FILES_CHKSUM = "file://main.c;beginline=2;endline=24;md5=89db8e76f2951f3fad167e7aa9718a44" | 9 | LIC_FILES_CHKSUM = "file://main.c;beginline=2;endline=24;md5=89db8e76f2951f3fad167e7aa9718a44" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/bsdphk/Ntimed \ | 11 | SRC_URI = "git://github.com/bsdphk/Ntimed;branch=master;protocol=https \ |
12 | file://use-ldflags.patch" | 12 | file://use-ldflags.patch" |
13 | 13 | ||
14 | PV = "0.0+git${SRCPV}" | 14 | PV = "0.0+git${SRCPV}" |
diff --git a/meta-networking/recipes-support/ntopng/ndpi_4.0.bb b/meta-networking/recipes-support/ntopng/ndpi_4.0.bb index aee2d8c6f..960c4c201 100644 --- a/meta-networking/recipes-support/ntopng/ndpi_4.0.bb +++ b/meta-networking/recipes-support/ntopng/ndpi_4.0.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "GPLv3" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" |
10 | 10 | ||
11 | SRCREV = "dabab0e9515c2e6a71a91bdc807453e416f831ca" | 11 | SRCREV = "dabab0e9515c2e6a71a91bdc807453e416f831ca" |
12 | SRC_URI = "git://github.com/ntop/nDPI.git;branch=4.0-stable \ | 12 | SRC_URI = "git://github.com/ntop/nDPI.git;branch=4.0-stable;protocol=https \ |
13 | file://0001-autogen.sh-not-generate-configure.patch \ | 13 | file://0001-autogen.sh-not-generate-configure.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-networking/recipes-support/ntopng/ntopng_5.0.bb b/meta-networking/recipes-support/ntopng/ntopng_5.0.bb index 0ddc59678..c4b8db388 100644 --- a/meta-networking/recipes-support/ntopng/ntopng_5.0.bb +++ b/meta-networking/recipes-support/ntopng/ntopng_5.0.bb | |||
@@ -12,7 +12,7 @@ LICENSE = "GPLv3" | |||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
13 | 13 | ||
14 | SRCREV = "85867090d92df4365c0af8d47f54ab3106117e59" | 14 | SRCREV = "85867090d92df4365c0af8d47f54ab3106117e59" |
15 | SRC_URI = "git://github.com/ntop/ntopng.git;protocol=git;branch=5.0-stable \ | 15 | SRC_URI = "git://github.com/ntop/ntopng.git;protocol=https;branch=5.0-stable \ |
16 | file://0001-configure.seed-fix-configure-error.patch \ | 16 | file://0001-configure.seed-fix-configure-error.patch \ |
17 | file://0001-configure.seed-fix-host-contamination.patch \ | 17 | file://0001-configure.seed-fix-host-contamination.patch \ |
18 | file://0001-Makefile.in-don-t-use-the-internal-lua.patch \ | 18 | file://0001-Makefile.in-don-t-use-the-internal-lua.patch \ |
diff --git a/meta-networking/recipes-support/open-isns/open-isns_0.101.bb b/meta-networking/recipes-support/open-isns/open-isns_0.101.bb index 676647819..b3d1bdcd0 100644 --- a/meta-networking/recipes-support/open-isns/open-isns_0.101.bb +++ b/meta-networking/recipes-support/open-isns/open-isns_0.101.bb | |||
@@ -13,7 +13,7 @@ SECTION = "net" | |||
13 | 13 | ||
14 | DEPENDS = "openssl" | 14 | DEPENDS = "openssl" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/open-iscsi/open-isns \ | 16 | SRC_URI = "git://github.com/open-iscsi/open-isns;branch=master;protocol=https \ |
17 | file://0001-isnsd.socket-use-run-instead-of-var-run.patch \ | 17 | file://0001-isnsd.socket-use-run-instead-of-var-run.patch \ |
18 | " | 18 | " |
19 | 19 | ||
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb index 116ff81a3..20b064c9e 100644 --- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb +++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb | |||
@@ -25,7 +25,7 @@ LICENSE:modules/freebsd/vmxnet = "GPL-2.0" | |||
25 | LICENSE:modules/linux = "GPL-2.0" | 25 | LICENSE:modules/linux = "GPL-2.0" |
26 | LICENSE:modules/solaris = "CDDL-1.0" | 26 | LICENSE:modules/solaris = "CDDL-1.0" |
27 | 27 | ||
28 | SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https \ | 28 | SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https;branch=master \ |
29 | file://tools.conf \ | 29 | file://tools.conf \ |
30 | file://vmtoolsd.service \ | 30 | file://vmtoolsd.service \ |
31 | file://vmtoolsd.init \ | 31 | file://vmtoolsd.init \ |
diff --git a/meta-networking/recipes-support/phytool/phytool.bb b/meta-networking/recipes-support/phytool/phytool.bb index 29499d6d7..7fde88c44 100644 --- a/meta-networking/recipes-support/phytool/phytool.bb +++ b/meta-networking/recipes-support/phytool/phytool.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0" | |||
4 | 4 | ||
5 | PV = "2+git${SRCPV}" | 5 | PV = "2+git${SRCPV}" |
6 | SRCREV = "8882328c08ba2efb13c049812098f1d0cb8adf0c" | 6 | SRCREV = "8882328c08ba2efb13c049812098f1d0cb8adf0c" |
7 | SRC_URI = "git://github.com/wkz/phytool.git" | 7 | SRC_URI = "git://github.com/wkz/phytool.git;branch=master;protocol=https" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb index bcb6c0e10..a32fee588 100644 --- a/meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb +++ b/meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb | |||
@@ -5,7 +5,7 @@ SECTION = "libs" | |||
5 | DEPENDS = "libnl" | 5 | DEPENDS = "libnl" |
6 | RDEPENDS:${PN} = "bash perl" | 6 | RDEPENDS:${PN} = "bash perl" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/linux-rdma/rdma-core.git" | 8 | SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=https" |
9 | SRCREV = "d7a9dde2b164a1563c7a51e4ade8ea3b6cdea9ef" | 9 | SRCREV = "d7a9dde2b164a1563c7a51e4ade8ea3b6cdea9ef" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
diff --git a/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb b/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb index 8e62f588f..fc1575d65 100644 --- a/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb +++ b/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPLv2+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
7 | 7 | ||
8 | SRCREV = "d998043dc39cb763c9adec3eda3cc8b1d79f444c" | 8 | SRCREV = "d998043dc39cb763c9adec3eda3cc8b1d79f444c" |
9 | SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=git" | 9 | SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=https" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
diff --git a/meta-networking/recipes-support/spice/spice-protocol_git.bb b/meta-networking/recipes-support/spice/spice-protocol_git.bb index 1d56bea17..ca683bf22 100644 --- a/meta-networking/recipes-support/spice/spice-protocol_git.bb +++ b/meta-networking/recipes-support/spice/spice-protocol_git.bb | |||
@@ -18,7 +18,7 @@ PV = "0.14.1+git${SRCPV}" | |||
18 | SRCREV = "e0ec178a72aa33e307ee5ac02b63bf336da921a5" | 18 | SRCREV = "e0ec178a72aa33e307ee5ac02b63bf336da921a5" |
19 | 19 | ||
20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
21 | git://anongit.freedesktop.org/spice/spice-protocol \ | 21 | git://anongit.freedesktop.org/spice/spice-protocol;branch=master \ |
22 | " | 22 | " |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index b0f1d5110..9c6baccc7 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb | |||
@@ -21,8 +21,8 @@ SRCREV_spice-common = "4fc4c2db36c7f07b906e9a326a9d3dc0ae6a2671" | |||
21 | SRCREV_FORMAT = "spice_spice-common" | 21 | SRCREV_FORMAT = "spice_spice-common" |
22 | 22 | ||
23 | SRC_URI = " \ | 23 | SRC_URI = " \ |
24 | git://anongit.freedesktop.org/spice/spice;name=spice \ | 24 | git://anongit.freedesktop.org/spice/spice;name=spice;branch=master \ |
25 | git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common \ | 25 | git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common;branch=master \ |
26 | file://0001-Convert-pthread_t-to-be-numeric.patch \ | 26 | file://0001-Convert-pthread_t-to-be-numeric.patch \ |
27 | file://0001-Fix-compile-errors-on-Linux-32bit-system.patch \ | 27 | file://0001-Fix-compile-errors-on-Linux-32bit-system.patch \ |
28 | file://0001-configure.ac-explicitly-link-to-jpeg-lib.patch \ | 28 | file://0001-configure.ac-explicitly-link-to-jpeg-lib.patch \ |
diff --git a/meta-networking/recipes-support/spice/usbredir_0.9.0.bb b/meta-networking/recipes-support/spice/usbredir_0.9.0.bb index 079f52f99..5245f95f5 100644 --- a/meta-networking/recipes-support/spice/usbredir_0.9.0.bb +++ b/meta-networking/recipes-support/spice/usbredir_0.9.0.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "libusb1" | |||
10 | SRCREV = "bca484fc6f206ab9da2f73e8a0118fad45374d4e" | 10 | SRCREV = "bca484fc6f206ab9da2f73e8a0118fad45374d4e" |
11 | 11 | ||
12 | SRC_URI = " \ | 12 | SRC_URI = " \ |
13 | git://anongit.freedesktop.org/spice/usbredir \ | 13 | git://anongit.freedesktop.org/spice/usbredir;branch=master \ |
14 | " | 14 | " |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
diff --git a/meta-networking/recipes-support/unbound/unbound_1.13.2.bb b/meta-networking/recipes-support/unbound/unbound_1.13.2.bb index 17f750c5f..4eb313ad0 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.13.2.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.13.2.bb | |||
@@ -9,7 +9,7 @@ SECTION = "net" | |||
9 | LICENSE = "BSD-3-Clause" | 9 | LICENSE = "BSD-3-Clause" |
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master \ | 12 | SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master;protocol=https \ |
13 | file://0001-contrib-add-yocto-compatible-init-script.patch \ | 13 | file://0001-contrib-add-yocto-compatible-init-script.patch \ |
14 | " | 14 | " |
15 | SRCREV = "8e538dcaa8df2d0fab8ff3dcf94ac1f972450b66" | 15 | SRCREV = "8e538dcaa8df2d0fab8ff3dcf94ac1f972450b66" |
diff --git a/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb b/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb index bab75fee3..6b83cbd52 100644 --- a/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb +++ b/meta-networking/recipes-support/wpan-tools/wpan-tools_0.9.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4cfd939b1d7e6aba9fcefb7f6e2fd45d" | |||
8 | 8 | ||
9 | DEPENDS = "libnl" | 9 | DEPENDS = "libnl" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/linux-wpan/wpan-tools" | 11 | SRC_URI = "git://github.com/linux-wpan/wpan-tools;branch=master;protocol=https" |
12 | SRCREV = "a316ca2caa746d60817400e5bf646c2820f09273" | 12 | SRCREV = "a316ca2caa746d60817400e5bf646c2820f09273" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-benchmark/speedtest-cli/speedtest-cli_2.1.3.bb b/meta-oe/dynamic-layers/meta-python/recipes-benchmark/speedtest-cli/speedtest-cli_2.1.3.bb index 004c04e00..df577b1b7 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-benchmark/speedtest-cli/speedtest-cli_2.1.3.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-benchmark/speedtest-cli/speedtest-cli_2.1.3.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
6 | 6 | ||
7 | inherit setuptools3 | 7 | inherit setuptools3 |
8 | 8 | ||
9 | SRC_URI = "git://github.com/sivel/speedtest-cli.git" | 9 | SRC_URI = "git://github.com/sivel/speedtest-cli.git;branch=master;protocol=https" |
10 | SRCREV = "42e96b13dda2afabbcec2622612d13495a415caa" | 10 | SRCREV = "42e96b13dda2afabbcec2622612d13495a415caa" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb b/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb index 065243ccf..f55247d9e 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb | |||
@@ -21,7 +21,7 @@ SRCREV_inih = "4b10c654051a86556dfdb634c891b6c3224c4109" | |||
21 | SRCREV_FORMAT = "rwmem_inih" | 21 | SRCREV_FORMAT = "rwmem_inih" |
22 | 22 | ||
23 | SRC_URI = " \ | 23 | SRC_URI = " \ |
24 | git://github.com/tomba/rwmem.git;protocol=https;name=rwmem \ | 24 | git://github.com/tomba/rwmem.git;protocol=https;name=rwmem;branch=master \ |
25 | git://github.com/benhoyt/inih.git;protocol=https;name=inih;nobranch=1;destsuffix=git/ext/inih \ | 25 | git://github.com/benhoyt/inih.git;protocol=https;name=inih;nobranch=1;destsuffix=git/ext/inih \ |
26 | " | 26 | " |
27 | 27 | ||
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb index 1b11bd4dc..1215344d9 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb | |||
@@ -14,7 +14,7 @@ inherit scons dos2unix siteinfo python3native systemd useradd | |||
14 | PV = "4.4.7" | 14 | PV = "4.4.7" |
15 | #v4.4.7 | 15 | #v4.4.7 |
16 | SRCREV = "abb6b9c2bf675e9e2aeaecba05f0f8359d99e203" | 16 | SRCREV = "abb6b9c2bf675e9e2aeaecba05f0f8359d99e203" |
17 | SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.4 \ | 17 | SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.4;protocol=https \ |
18 | file://0001-Tell-scons-to-use-build-settings-from-environment-va.patch \ | 18 | file://0001-Tell-scons-to-use-build-settings-from-environment-va.patch \ |
19 | file://0001-Use-long-long-instead-of-int64_t.patch \ | 19 | file://0001-Use-long-long-instead-of-int64_t.patch \ |
20 | file://0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch \ | 20 | file://0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch \ |
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb_0.4.5.bb b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb_0.4.5.bb index 6ccefd22e..4b1853cc8 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb_0.4.5.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb_0.4.5.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9db4b73a55a3994384112efcdb37c01f" | |||
4 | 4 | ||
5 | DEPENDS = "protobuf-native" | 5 | DEPENDS = "protobuf-native" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/nanopb/nanopb.git" | 7 | SRC_URI = "git://github.com/nanopb/nanopb.git;branch=master;protocol=https" |
8 | SRCREV = "c9124132a604047d0ef97a09c0e99cd9bed2c818" | 8 | SRCREV = "c9124132a604047d0ef97a09c0e99cd9bed2c818" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/lcdproc_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/lcdproc_git.bb index 444279309..5257ee347 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/lcdproc_git.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/lcdproc_git.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \ | |||
11 | 11 | ||
12 | PV = "0.5.9+git${SRCPV}" | 12 | PV = "0.5.9+git${SRCPV}" |
13 | SRCREV = "3a3d622d9bb74c44fa67bc20573751a207514134" | 13 | SRCREV = "3a3d622d9bb74c44fa67bc20573751a207514134" |
14 | SRC_URI = "git://github.com/lcdproc/lcdproc \ | 14 | SRC_URI = "git://github.com/lcdproc/lcdproc;branch=master;protocol=https \ |
15 | file://0001-Fix-parallel-build-fix-port-internal-make-dependenci.patch \ | 15 | file://0001-Fix-parallel-build-fix-port-internal-make-dependenci.patch \ |
16 | file://0002-Include-limits.h-for-PATH_MAX-definition.patch \ | 16 | file://0002-Include-limits.h-for-PATH_MAX-definition.patch \ |
17 | file://0003-Fix-non-x86-platforms-on-musl.patch \ | 17 | file://0003-Fix-non-x86-platforms-on-musl.patch \ |
diff --git a/meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.6.bb b/meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.6.bb index a57aaf08a..1d3daa144 100644 --- a/meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.6.bb +++ b/meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.6.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/tristanpenman/valijson" | |||
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=015106c62262b2383f6c72063f0998f2" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=015106c62262b2383f6c72063f0998f2" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/tristanpenman/valijson.git" | 6 | SRC_URI = "git://github.com/tristanpenman/valijson.git;branch=master;protocol=https" |
7 | SRCREV = "2dfc7499a31b84edef71189f4247919268ebc74e" | 7 | SRCREV = "2dfc7499a31b84edef71189f4247919268ebc74e" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.6.7.bb b/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.6.7.bb index a68dfa1d0..464d82f4c 100644 --- a/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.6.7.bb +++ b/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.6.7.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://git.infradead.org/users/mchehab/rasdaemon.git" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d3070efe0afa3dc41608bd82c00bb0dc" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d3070efe0afa3dc41608bd82c00bb0dc" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/mchehab/rasdaemon.git;branch=master \ | 6 | SRC_URI = "git://github.com/mchehab/rasdaemon.git;branch=master;protocol=https \ |
7 | file://0001-Fix-system-header-includes.patch \ | 7 | file://0001-Fix-system-header-includes.patch \ |
8 | file://rasdaemon.service \ | 8 | file://rasdaemon.service \ |
9 | file://init" | 9 | file://init" |
diff --git a/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb b/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb index f8f817e40..7969af6c3 100644 --- a/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb +++ b/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb | |||
@@ -9,7 +9,7 @@ SRCREV = "ad7e646700d14b81413297bda02fb7fe96613c3f" | |||
9 | 9 | ||
10 | PV = "1.0+git${SRCPV}" | 10 | PV = "1.0+git${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/ssvb/cpuburn-arm.git \ | 12 | SRC_URI = "git://github.com/ssvb/cpuburn-arm.git;branch=master;protocol=https \ |
13 | file://0001-cpuburn-a8.S-Remove-.func-.endfunc.patch \ | 13 | file://0001-cpuburn-a8.S-Remove-.func-.endfunc.patch \ |
14 | file://0002-burn.S-Add.patch \ | 14 | file://0002-burn.S-Add.patch \ |
15 | file://0003-burn.S-Remove-.func-.endfunc.patch \ | 15 | file://0003-burn.S-Remove-.func-.endfunc.patch \ |
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.28.bb b/meta-oe/recipes-benchmark/fio/fio_3.28.bb index 6e4b648d2..93eb1c2dd 100644 --- a/meta-oe/recipes-benchmark/fio/fio_3.28.bb +++ b/meta-oe/recipes-benchmark/fio/fio_3.28.bb | |||
@@ -23,7 +23,7 @@ PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" | |||
23 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" | 23 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" |
24 | 24 | ||
25 | SRCREV = "d83ac9d3d30d5f5dc6d0e425e4ba945a772839f6" | 25 | SRCREV = "d83ac9d3d30d5f5dc6d0e425e4ba945a772839f6" |
26 | SRC_URI = "git://git.kernel.dk/fio.git \ | 26 | SRC_URI = "git://git.kernel.dk/fio.git;branch=master \ |
27 | " | 27 | " |
28 | 28 | ||
29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index 5e99e9e4e..9f7ceebfb 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | |||
@@ -14,7 +14,7 @@ DEPENDS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-n | |||
14 | PV = "2021.02+${SRCPV}" | 14 | PV = "2021.02+${SRCPV}" |
15 | 15 | ||
16 | SRC_URI = " \ | 16 | SRC_URI = " \ |
17 | git://github.com/glmark2/glmark2.git;protocol=https \ | 17 | git://github.com/glmark2/glmark2.git;protocol=https;branch=master \ |
18 | file://0001-fix-dispmanx-build.patch \ | 18 | file://0001-fix-dispmanx-build.patch \ |
19 | file://0002-run-dispmanx-fullscreen.patch \ | 19 | file://0002-run-dispmanx-fullscreen.patch \ |
20 | " | 20 | " |
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb index be75837be..47bf4d501 100644 --- a/meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb +++ b/meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb | |||
@@ -11,7 +11,7 @@ AUTHOR = "ESNET <info@es.net>, Lawrence Berkeley National Laboratory <websupport | |||
11 | LICENSE = "BSD-3-Clause" | 11 | LICENSE = "BSD-3-Clause" |
12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b7fb682e9941a49f1214dcd7441410d7" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b7fb682e9941a49f1214dcd7441410d7" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/esnet/iperf.git \ | 14 | SRC_URI = "git://github.com/esnet/iperf.git;branch=master;protocol=https \ |
15 | file://0002-Remove-pg-from-profile_CFLAGS.patch \ | 15 | file://0002-Remove-pg-from-profile_CFLAGS.patch \ |
16 | file://0001-configure.ac-check-for-CPP-prog.patch \ | 16 | file://0001-configure.ac-check-for-CPP-prog.patch \ |
17 | " | 17 | " |
diff --git a/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb b/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb index f16bd99d5..17bbb9b6c 100644 --- a/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb +++ b/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=9a825c63897c53f487ef900598c31527" | |||
9 | SRCREV = "b6b2ce5f9f87a09b14499cb00c600c601f022634" | 9 | SRCREV = "b6b2ce5f9f87a09b14499cb00c600c601f022634" |
10 | PV = "20110206+git${SRCPV}" | 10 | PV = "20110206+git${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "git://git.musl-libc.org/libc-bench \ | 12 | SRC_URI = "git://git.musl-libc.org/libc-bench;branch=master \ |
13 | file://0001-build-Do-not-override-ldflags-from-environment.patch \ | 13 | file://0001-build-Do-not-override-ldflags-from-environment.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index cfdf42065..be131cd26 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |||
@@ -12,7 +12,7 @@ PE = "1" | |||
12 | 12 | ||
13 | SRCREV = "6b126a4d7da9490fa40fe7e1b962edcb939feddc" | 13 | SRCREV = "6b126a4d7da9490fa40fe7e1b962edcb939feddc" |
14 | SRC_URI = " \ | 14 | SRC_URI = " \ |
15 | git://github.com/libhugetlbfs/libhugetlbfs.git;protocol=https \ | 15 | git://github.com/libhugetlbfs/libhugetlbfs.git;protocol=https;branch=master \ |
16 | file://skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch \ | 16 | file://skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch \ |
17 | file://libhugetlbfs-avoid-search-host-library-path-for-cros.patch \ | 17 | file://libhugetlbfs-avoid-search-host-library-path-for-cros.patch \ |
18 | file://tests-Makefile-install-static-4G-edge-testcases.patch \ | 18 | file://tests-Makefile-install-static-4G-edge-testcases.patch \ |
diff --git a/meta-oe/recipes-benchmark/mbw/mbw_git.bb b/meta-oe/recipes-benchmark/mbw/mbw_git.bb index 5ed726d9b..3738036a8 100644 --- a/meta-oe/recipes-benchmark/mbw/mbw_git.bb +++ b/meta-oe/recipes-benchmark/mbw/mbw_git.bb | |||
@@ -4,7 +4,7 @@ SECTION = "console/tests" | |||
4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPLv2.1" |
5 | LIC_FILES_CHKSUM = "file://mbw.spec;beginline=1;endline=10;md5=bbb77813272134a5c461f71abe945bef" | 5 | LIC_FILES_CHKSUM = "file://mbw.spec;beginline=1;endline=10;md5=bbb77813272134a5c461f71abe945bef" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/raas/${BPN}.git" | 7 | SRC_URI = "git://github.com/raas/${BPN}.git;branch=master;protocol=https" |
8 | 8 | ||
9 | SRCREV = "2a15026ff65160127204881263464b1740a57198" | 9 | SRCREV = "2a15026ff65160127204881263464b1740a57198" |
10 | 10 | ||
diff --git a/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb b/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb index a2966e99d..d30ea5a01 100644 --- a/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb +++ b/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ea9d559f985fb4834317d8ed6b9e58" | |||
11 | 11 | ||
12 | SRCREV = "fb72e5e5f0879231f38e0e826a98a6ca2d1ca38e" | 12 | SRCREV = "fb72e5e5f0879231f38e0e826a98a6ca2d1ca38e" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/stressapptest/stressapptest \ | 14 | SRC_URI = "git://github.com/stressapptest/stressapptest;branch=master;protocol=https \ |
15 | file://libcplusplus-compat.patch \ | 15 | file://libcplusplus-compat.patch \ |
16 | file://read_sysfs_for_cachesize.patch \ | 16 | file://read_sysfs_for_cachesize.patch \ |
17 | " | 17 | " |
diff --git a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb index 0607da834..025aacf25 100644 --- a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb +++ b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://main.c;endline=22;md5=879b9bbb60851454885b5fa47eb6b34 | |||
9 | PV = "0.4.9+git${SRCPV}" | 9 | PV = "0.4.9+git${SRCPV}" |
10 | 10 | ||
11 | SRCREV = "a2cf6d7e382e3aea1eb39173174d9fa28cad15f3" | 11 | SRCREV = "a2cf6d7e382e3aea1eb39173174d9fa28cad15f3" |
12 | SRC_URI = "git://github.com/ssvb/tinymembench.git \ | 12 | SRC_URI = "git://github.com/ssvb/tinymembench.git;branch=master;protocol=https \ |
13 | file://0001-asm-Delete-.func-.endfunc-directives.patch \ | 13 | file://0001-asm-Delete-.func-.endfunc-directives.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb b/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb index 45203f029..2edb7c396 100644 --- a/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb +++ b/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb | |||
@@ -9,7 +9,7 @@ SECTION = "console/utils" | |||
9 | DEPENDS = "" | 9 | DEPENDS = "" |
10 | 10 | ||
11 | SRCREV = "61ed2f28b294b1ebeb767df8cb5fcd391709c8e2" | 11 | SRCREV = "61ed2f28b294b1ebeb767df8cb5fcd391709c8e2" |
12 | SRC_URI = "git://gitlab.com/pibox/con2fbmap.git;protocol=https" | 12 | SRC_URI = "git://gitlab.com/pibox/con2fbmap.git;protocol=https;branch=master" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
diff --git a/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb b/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb index d61a871cd..f1fb3052e 100644 --- a/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb +++ b/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
10 | SRCREV = "a2f0c39d5f21596bb9f5223e895c0ff210b265d0" | 10 | SRCREV = "a2f0c39d5f21596bb9f5223e895c0ff210b265d0" |
11 | # SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/cpufreq/cpufrequtils.git | 11 | # SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/cpufreq/cpufrequtils.git |
12 | 12 | ||
13 | SRC_URI = "git://github.com/emagii/cpufrequtils.git \ | 13 | SRC_URI = "git://github.com/emagii/cpufrequtils.git;branch=master;protocol=https \ |
14 | file://0001-dont-unset-cflags.patch \ | 14 | file://0001-dont-unset-cflags.patch \ |
15 | " | 15 | " |
16 | 16 | ||
diff --git a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb index 914718c00..5d616496f 100644 --- a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb +++ b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb | |||
@@ -11,7 +11,7 @@ PV = "0.18+git${SRCPV}" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/grondo/edac-utils \ | 14 | SRC_URI = "git://github.com/grondo/edac-utils;branch=master;protocol=https \ |
15 | file://make-init-script-be-able-to-automatically-load-EDAC-.patch \ | 15 | file://make-init-script-be-able-to-automatically-load-EDAC-.patch \ |
16 | file://add-restart-to-initscript.patch \ | 16 | file://add-restart-to-initscript.patch \ |
17 | file://edac.service \ | 17 | file://edac.service \ |
diff --git a/meta-oe/recipes-bsp/firmwared/firmwared_git.bb b/meta-oe/recipes-bsp/firmwared/firmwared_git.bb index 186bc1930..e8b491a43 100644 --- a/meta-oe/recipes-bsp/firmwared/firmwared_git.bb +++ b/meta-oe/recipes-bsp/firmwared/firmwared_git.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE-APACHE;md5=7b486c2338d225a1405d979ed2c15ce8 \ | 7 | LIC_FILES_CHKSUM = "file://LICENSE-APACHE;md5=7b486c2338d225a1405d979ed2c15ce8 \ |
8 | file://COPYING;md5=daa868b8e1ae17d03228a1145b4060da" | 8 | file://COPYING;md5=daa868b8e1ae17d03228a1145b4060da" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/teg/firmwared.git \ | 10 | SRC_URI = "git://github.com/teg/firmwared.git;branch=master;protocol=https \ |
11 | file://firmwared.service" | 11 | file://firmwared.service" |
12 | 12 | ||
13 | PV = "0+git${SRCPV}" | 13 | PV = "0+git${SRCPV}" |
diff --git a/meta-oe/recipes-bsp/ledmon/ledmon_git.bb b/meta-oe/recipes-bsp/ledmon/ledmon_git.bb index 66da1826f..f1c859dda 100644 --- a/meta-oe/recipes-bsp/ledmon/ledmon_git.bb +++ b/meta-oe/recipes-bsp/ledmon/ledmon_git.bb | |||
@@ -16,7 +16,7 @@ inherit autotools systemd | |||
16 | SYSTEMD_SERVICE:${PN} = "ledmon.service" | 16 | SYSTEMD_SERVICE:${PN} = "ledmon.service" |
17 | 17 | ||
18 | # 0.93 | 18 | # 0.93 |
19 | SRC_URI = "git://github.com/intel/ledmon;branch=master \ | 19 | SRC_URI = "git://github.com/intel/ledmon;branch=master;protocol=https \ |
20 | file://0002-include-sys-select.h-and-sys-types.h.patch \ | 20 | file://0002-include-sys-select.h-and-sys-types.h.patch \ |
21 | file://0001-Don-t-build-with-Werror-to-fix-compile-error.patch \ | 21 | file://0001-Don-t-build-with-Werror-to-fix-compile-error.patch \ |
22 | " | 22 | " |
diff --git a/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb b/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb index b6ae3cddc..55e303f0d 100644 --- a/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb +++ b/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = " \ | |||
10 | virtual/libiconv \ | 10 | virtual/libiconv \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI = "git://github.com/lm-sensors/lm-sensors.git;protocol=https \ | 13 | SRC_URI = "git://github.com/lm-sensors/lm-sensors.git;protocol=https;branch=master \ |
14 | file://fancontrol.init \ | 14 | file://fancontrol.init \ |
15 | file://sensord.init \ | 15 | file://sensord.init \ |
16 | file://0001-Change-PIDFile-path-from-var-run-to-run.patch \ | 16 | file://0001-Change-PIDFile-path-from-var-run-to-run.patch \ |
diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.13.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.13.bb index e1a98db4e..7f087da7c 100644 --- a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.13.bb +++ b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.13.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022" | |||
7 | DEPENDS = "util-linux" | 7 | DEPENDS = "util-linux" |
8 | PV .= "+git${SRCPV}" | 8 | PV .= "+git${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/linux-nvme/nvme-cli.git" | 10 | SRC_URI = "git://github.com/linux-nvme/nvme-cli.git;branch=master;protocol=https" |
11 | SRCREV = "f0e9569df9289d6ee55ba2c23615cc7c73a9b088" | 11 | SRCREV = "f0e9569df9289d6ee55ba2c23615cc7c73a9b088" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb index ea4f4d546..ecff79be4 100644 --- a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb +++ b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb | |||
@@ -9,7 +9,7 @@ DEPENDS += "glib-2.0-native" | |||
9 | 9 | ||
10 | PV = "0.2+git${SRCPV}" | 10 | PV = "0.2+git${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/labapart/gattlib.git \ | 12 | SRC_URI = "git://github.com/labapart/gattlib.git;branch=master;protocol=https \ |
13 | file://dbus-avoid-strange-chars-from-the-build-dir.patch \ | 13 | file://dbus-avoid-strange-chars-from-the-build-dir.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.3.1.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.3.1.bb index 6d10bfcfd..876cf1375 100644 --- a/meta-oe/recipes-connectivity/gensio/gensio_2.3.1.bb +++ b/meta-oe/recipes-connectivity/gensio/gensio_2.3.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a0fd36908af843bcee10cb6dfc47fa67 \ | |||
7 | 7 | ||
8 | SRCREV = "c500d8705c517f96e591c060105a789f053d2b7a" | 8 | SRCREV = "c500d8705c517f96e591c060105a789f053d2b7a" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/cminyard/gensio;protocol=https" | 10 | SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb index bcedd6297..4d873d4d9 100644 --- a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb +++ b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb | |||
@@ -9,7 +9,7 @@ HOMEPAGE = "http://www.libimobiledevice.org/" | |||
9 | DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt" | 9 | DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt" |
10 | 10 | ||
11 | SRCREV = "15f8652126664e3a4b980e5d1c039b9053ce8566" | 11 | SRCREV = "15f8652126664e3a4b980e5d1c039b9053ce8566" |
12 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https" | 12 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb index 0d35465c8..06fd0f769 100644 --- a/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb +++ b/meta-oe/recipes-connectivity/libndp/libndp_1.8.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://libndp.org/" | |||
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/jpirko/libndp \ | 6 | SRC_URI = "git://github.com/jpirko/libndp;branch=master;protocol=https \ |
7 | " | 7 | " |
8 | # tag for v1.8 | 8 | # tag for v1.8 |
9 | SRCREV = "009ce9cd9b950ffa1f4f94c9436027b936850d0c" | 9 | SRCREV = "009ce9cd9b950ffa1f4f94c9436027b936850d0c" |
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb index 83326cb54..1c3419c6d 100644 --- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb +++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | |||
6 | 6 | ||
7 | DEPENDS = "zlib libsigc++-2.0 openssl cppunit" | 7 | DEPENDS = "zlib libsigc++-2.0 openssl cppunit" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/rakshasa/libtorrent \ | 9 | SRC_URI = "git://github.com/rakshasa/libtorrent;branch=master;protocol=https \ |
10 | file://don-t-run-code-while-configuring-package.patch \ | 10 | file://don-t-run-code-while-configuring-package.patch \ |
11 | " | 11 | " |
12 | SRCREV = "756f70010779927dc0691e1e722ed433d5d295e1" | 12 | SRCREV = "756f70010779927dc0691e1e722ed433d5d295e1" |
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.8.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.8.bb index 01c961f8a..cce9f1d1b 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.8.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.8.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = " \ | |||
11 | file://about.html;md5=e5662cbb5f8fd5c9faac526e4077898e \ | 11 | file://about.html;md5=e5662cbb5f8fd5c9faac526e4077898e \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http" | 14 | SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http;branch=master;protocol=https" |
15 | 15 | ||
16 | SRCREV = "317fb008e1541838d1c29076d2bc5c3e4b6c4f53" | 16 | SRCREV = "317fb008e1541838d1c29076d2bc5c3e4b6c4f53" |
17 | 17 | ||
diff --git a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb index 29474f17d..304171c88 100644 --- a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb +++ b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/alanxz/rabbitmq-c" | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=6b7424f9db80cfb11fdd5c980b583f53" | 3 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=6b7424f9db80cfb11fdd5c980b583f53" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/alanxz/rabbitmq-c.git" | 6 | SRC_URI = "git://github.com/alanxz/rabbitmq-c.git;branch=master;protocol=https" |
7 | # v0.11.0-master | 7 | # v0.11.0-master |
8 | SRCREV = "a64c08c68aff34d49a2ac152f04988cd921084f9" | 8 | SRCREV = "a64c08c68aff34d49a2ac152f04988cd921084f9" |
9 | 9 | ||
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb index 86d3be168..0f3b5e297 100644 --- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
5 | 5 | ||
6 | DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses" | 6 | DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/rakshasa/rtorrent \ | 8 | SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https \ |
9 | file://don-t-run-code-while-configuring-package.patch \ | 9 | file://don-t-run-code-while-configuring-package.patch \ |
10 | " | 10 | " |
11 | # v0.9.8 | 11 | # v0.9.8 |
diff --git a/meta-oe/recipes-connectivity/transmission/transmission_git.bb b/meta-oe/recipes-connectivity/transmission/transmission_git.bb index 43b000e7d..e81ec741a 100644 --- a/meta-oe/recipes-connectivity/transmission/transmission_git.bb +++ b/meta-oe/recipes-connectivity/transmission/transmission_git.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "curl libevent gnutls openssl libtool intltool-native glib-2.0-native" | |||
8 | RDEPENDS:${PN}-web = "${PN}" | 8 | RDEPENDS:${PN}-web = "${PN}" |
9 | 9 | ||
10 | SRC_URI = " \ | 10 | SRC_URI = " \ |
11 | gitsm://github.com/transmission/transmission \ | 11 | gitsm://github.com/transmission/transmission;branch=master;protocol=https \ |
12 | file://transmission-daemon \ | 12 | file://transmission-daemon \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb index a3d66f488..a74b15792 100644 --- a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb +++ b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb | |||
@@ -11,7 +11,7 @@ inherit autotools pkgconfig gitpkgv systemd | |||
11 | PKGV = "${GITPKGVTAG}" | 11 | PKGV = "${GITPKGVTAG}" |
12 | 12 | ||
13 | SRCREV = "79c8b38d1488a6b07e1e68f39d8caec3f1a45622" | 13 | SRCREV = "79c8b38d1488a6b07e1e68f39d8caec3f1a45622" |
14 | SRC_URI = "git://github.com/libimobiledevice/usbmuxd;protocol=https" | 14 | SRC_URI = "git://github.com/libimobiledevice/usbmuxd;protocol=https;branch=master" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
diff --git a/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb b/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb index 5827e7ad9..490f8324b 100644 --- a/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb +++ b/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb | |||
@@ -9,7 +9,7 @@ SECTION = "test" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | SRCREV = "2da947374c8324f88a0e2155aeba4cf75464b0d8" | 11 | SRCREV = "2da947374c8324f88a0e2155aeba4cf75464b0d8" |
12 | SRC_URI = "git://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT.git \ | 12 | SRC_URI = "git://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT.git;branch=master;protocol=https \ |
13 | file://0001-Use-toolchain-from-environment-variables.patch \ | 13 | file://0001-Use-toolchain-from-environment-variables.patch \ |
14 | file://0002-Add-missing-include-removes-unnedded-stuff-and-add-n.patch \ | 14 | file://0002-Add-missing-include-removes-unnedded-stuff-and-add-n.patch \ |
15 | file://0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch \ | 15 | file://0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch \ |
diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb index d234d0185..dfb0b14e3 100644 --- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb +++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | |||
@@ -7,7 +7,7 @@ DEPENDS = "zeromq" | |||
7 | SRCREV = "dd663fafd830466d34cba278c2cfd0f92eb67614" | 7 | SRCREV = "dd663fafd830466d34cba278c2cfd0f92eb67614" |
8 | PV = "4.8.1" | 8 | PV = "4.8.1" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master" | 10 | SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master;protocol=https" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb index ed3bdbfe0..bf393cd87 100644 --- a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb +++ b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "GPLv3" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4cf0188f02184e1e84b9586ac53c3f83" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4cf0188f02184e1e84b9586ac53c3f83" |
6 | 6 | ||
7 | FILEEXTRAPATHS:prepend = "${THISDIR}/files" | 7 | FILEEXTRAPATHS:prepend = "${THISDIR}/files" |
8 | SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master" | 8 | SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master;protocol=https" |
9 | SRC_URI += "file://fix_build_musl.patch" | 9 | SRC_URI += "file://fix_build_musl.patch" |
10 | SRCREV = "ea7f8e361d11dc7d41d9ae2c4128aed2cdadd84e" | 10 | SRCREV = "ea7f8e361d11dc7d41d9ae2c4128aed2cdadd84e" |
11 | 11 | ||
diff --git a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb index 42cd032c2..f40b48836 100644 --- a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb +++ b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb | |||
@@ -6,7 +6,7 @@ SRCREV = "1226a0a1374628ff191f6d8a56000be5e53e7608" | |||
6 | PV = "0.0.0+gitr${SRCPV}" | 6 | PV = "0.0.0+gitr${SRCPV}" |
7 | PR = "r1.59" | 7 | PR = "r1.59" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/alban/dbus-daemon-proxy \ | 9 | SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https \ |
10 | file://0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch \ | 10 | file://0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch \ |
11 | " | 11 | " |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-core/emlog/emlog.inc b/meta-oe/recipes-core/emlog/emlog.inc index 9a0f9ba92..948e18da4 100644 --- a/meta-oe/recipes-core/emlog/emlog.inc +++ b/meta-oe/recipes-core/emlog/emlog.inc | |||
@@ -3,7 +3,7 @@ most recent (and only the most recent) output from a process" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=http" | 6 | SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=http;branch=master;protocol=https" |
7 | SRCREV = "aee53e8dee862f35291242ba41b0ca88010f6c71" | 7 | SRCREV = "aee53e8dee862f35291242ba41b0ca88010f6c71" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-core/glfw/glfw_3.3.bb b/meta-oe/recipes-core/glfw/glfw_3.3.bb index f6e05955e..b31bba6b6 100644 --- a/meta-oe/recipes-core/glfw/glfw_3.3.bb +++ b/meta-oe/recipes-core/glfw/glfw_3.3.bb | |||
@@ -12,7 +12,7 @@ inherit pkgconfig cmake features_check | |||
12 | 12 | ||
13 | PV .= "+git${SRCPV}" | 13 | PV .= "+git${SRCPV}" |
14 | SRCREV = "781fbbadb0bccc749058177b1385c82da9ace880" | 14 | SRCREV = "781fbbadb0bccc749058177b1385c82da9ace880" |
15 | SRC_URI = "git://github.com/glfw/glfw.git" | 15 | SRC_URI = "git://github.com/glfw/glfw.git;branch=master;protocol=https" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
diff --git a/meta-oe/recipes-core/libnfc/libnfc_git.bb b/meta-oe/recipes-core/libnfc/libnfc_git.bb index 70b48f731..b8818c1f3 100644 --- a/meta-oe/recipes-core/libnfc/libnfc_git.bb +++ b/meta-oe/recipes-core/libnfc/libnfc_git.bb | |||
@@ -11,7 +11,7 @@ PV = "1.8.0+git${SRCPV}" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | SRCREV = "f02ff51449240102c27a97173dc495e8e7789046" | 13 | SRCREV = "f02ff51449240102c27a97173dc495e8e7789046" |
14 | SRC_URI = "git://github.com/nfc-tools/libnfc.git" | 14 | SRC_URI = "git://github.com/nfc-tools/libnfc.git;branch=master;protocol=https" |
15 | 15 | ||
16 | CFLAGS:append:libc-musl = " -D_GNU_SOURCE" | 16 | CFLAGS:append:libc-musl = " -D_GNU_SOURCE" |
17 | DEPENDS = "libusb" | 17 | DEPENDS = "libusb" |
diff --git a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb index 7d0182978..b39784e24 100644 --- a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb +++ b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = "readline" | |||
6 | 6 | ||
7 | PV = "2.3.3+git${SRCPV}" | 7 | PV = "2.3.3+git${SRCPV}" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=http \ | 9 | SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=http;branch=master;protocol=https \ |
10 | file://0001-Fix-arguments-in-GLib.DBusSignalCallback-for-Vala-0..patch \ | 10 | file://0001-Fix-arguments-in-GLib.DBusSignalCallback-for-Vala-0..patch \ |
11 | " | 11 | " |
12 | SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa" | 12 | SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa" |
diff --git a/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb b/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb index 553003f7f..163a74ebe 100644 --- a/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb +++ b/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Implementation of rpmatch(3) for musl libc." | |||
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=81a81bf31abecc50c20862fc8a716329" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=81a81bf31abecc50c20862fc8a716329" |
4 | 4 | ||
5 | SRC_URI = "gitsm://github.com/pullmoll/musl-rpmatch.git;protocol=https" | 5 | SRC_URI = "gitsm://github.com/pullmoll/musl-rpmatch.git;protocol=https;branch=master" |
6 | 6 | ||
7 | PV = "1.0+git${SRCPV}" | 7 | PV = "1.0+git${SRCPV}" |
8 | SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342" | 8 | SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342" |
diff --git a/meta-oe/recipes-core/ndctl/ndctl_v69.bb b/meta-oe/recipes-core/ndctl/ndctl_v69.bb index c71b8b969..0490b8fb6 100644 --- a/meta-oe/recipes-core/ndctl/ndctl_v69.bb +++ b/meta-oe/recipes-core/ndctl/ndctl_v69.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e66651809cac5da60c8b80e9e4e79e08" | |||
11 | inherit autotools-brokensep pkgconfig bash-completion systemd | 11 | inherit autotools-brokensep pkgconfig bash-completion systemd |
12 | 12 | ||
13 | SRCREV = "ea62d6d53bf6f806c4841e97a370201e18446860" | 13 | SRCREV = "ea62d6d53bf6f806c4841e97a370201e18446860" |
14 | SRC_URI = "git://github.com/pmem/ndctl.git" | 14 | SRC_URI = "git://github.com/pmem/ndctl.git;branch=master;protocol=https" |
15 | 15 | ||
16 | DEPENDS = "kmod udev json-c keyutils" | 16 | DEPENDS = "kmod udev json-c keyutils" |
17 | 17 | ||
diff --git a/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb b/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb index d94e4c2f0..1746e21db 100644 --- a/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb +++ b/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb | |||
@@ -5,7 +5,7 @@ DESCRIPTION = "Open Source alternative to vendor specific OpenCL ICD loaders." | |||
5 | LICENSE = "BSD-2-Clause" | 5 | LICENSE = "BSD-2-Clause" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1238d5bccbb6bda30654e48dcc0a554b" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1238d5bccbb6bda30654e48dcc0a554b" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https" | 8 | SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https;branch=master" |
9 | 9 | ||
10 | SRCREV = "59c098b6b1f97a339e3e5308499aee6538ecea40" | 10 | SRCREV = "59c098b6b1f97a339e3e5308499aee6538ecea40" |
11 | 11 | ||
diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb index 4645dd133..5a0776c26 100644 --- a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb +++ b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "OpenCL API C++ bindings" | 1 | SUMMARY = "OpenCL API C++ bindings" |
2 | DESCRIPTION = "OpenCL API C++ bindings from Khronos" | 2 | DESCRIPTION = "OpenCL API C++ bindings from Khronos" |
3 | 3 | ||
4 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https" | 4 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=master" |
5 | 5 | ||
6 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
diff --git a/meta-oe/recipes-core/opencl/opencl-headers_git.bb b/meta-oe/recipes-core/opencl/opencl-headers_git.bb index 4a165001d..f77bf46d2 100644 --- a/meta-oe/recipes-core/opencl/opencl-headers_git.bb +++ b/meta-oe/recipes-core/opencl/opencl-headers_git.bb | |||
@@ -7,7 +7,7 @@ SECTION = "base" | |||
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | # v2020.12.18 | 8 | # v2020.12.18 |
9 | SRCREV = "c57ba81c460ee97b6b9d0b8d18faf5ba6883114b" | 9 | SRCREV = "c57ba81c460ee97b6b9d0b8d18faf5ba6883114b" |
10 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git" | 10 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=master;protocol=https" |
11 | 11 | ||
12 | do_configure[noexec] = "1" | 12 | do_configure[noexec] = "1" |
13 | do_compile[noexec] = "1" | 13 | do_compile[noexec] = "1" |
diff --git a/meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb b/meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb index 43680fe75..45b1ad549 100644 --- a/meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb +++ b/meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb | |||
@@ -11,7 +11,7 @@ inherit pkgconfig cmake | |||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | PV = "2020.12.18+git${SRCPV}" | 12 | PV = "2020.12.18+git${SRCPV}" |
13 | SRCREV = "1d5315c3ed30d026acb79a1aa53a276fc833ffa7" | 13 | SRCREV = "1d5315c3ed30d026acb79a1aa53a276fc833ffa7" |
14 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git" | 14 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git;branch=master;protocol=https" |
15 | 15 | ||
16 | do_install () { | 16 | do_install () { |
17 | install -d ${D}${bindir} | 17 | install -d ${D}${bindir} |
diff --git a/meta-oe/recipes-core/safec/safec_3.5.1.bb b/meta-oe/recipes-core/safec/safec_3.5.1.bb index fa30f7cf4..4b121599e 100644 --- a/meta-oe/recipes-core/safec/safec_3.5.1.bb +++ b/meta-oe/recipes-core/safec/safec_3.5.1.bb | |||
@@ -9,7 +9,7 @@ inherit autotools pkgconfig | |||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | # v08112019 | 10 | # v08112019 |
11 | SRCREV = "ad76c7b1dbd0403b0c9decf54164fcce271c590f" | 11 | SRCREV = "ad76c7b1dbd0403b0c9decf54164fcce271c590f" |
12 | SRC_URI = "git://github.com/rurban/safeclib.git \ | 12 | SRC_URI = "git://github.com/rurban/safeclib.git;branch=master;protocol=https \ |
13 | " | 13 | " |
14 | 14 | ||
15 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64|mips).*-linux' | 15 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64|mips).*-linux' |
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb index 6411677d9..a81b57526 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb | |||
@@ -12,7 +12,7 @@ DEPENDS += "gperf-native gettext-native util-linux libcap" | |||
12 | 12 | ||
13 | SRCREV = "efb536d0cbe2e58f80e501d19999928c75e08f6a" | 13 | SRCREV = "efb536d0cbe2e58f80e501d19999928c75e08f6a" |
14 | SRCBRANCH = "v243-stable" | 14 | SRCBRANCH = "v243-stable" |
15 | SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH} \ | 15 | SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=https;branch=${SRCBRANCH} \ |
16 | file://static-libsystemd-pkgconfig.patch \ | 16 | file://static-libsystemd-pkgconfig.patch \ |
17 | file://7c5fd25119a495009ea62f79e5daec34cc464628.patch \ | 17 | file://7c5fd25119a495009ea62f79e5daec34cc464628.patch \ |
18 | " | 18 | " |
diff --git a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb index e26820f78..b76ed2477 100644 --- a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb +++ b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "MIT" | |||
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bc974d217b525ea216a336adb73e1220" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bc974d217b525ea216a336adb73e1220" |
11 | 11 | ||
12 | SRCREV = "9e082897d61a2449657651aa5a0931aca31428fd" | 12 | SRCREV = "9e082897d61a2449657651aa5a0931aca31428fd" |
13 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git" | 13 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git;branch=master" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb index 49c0fd11e..a66504dd8 100644 --- a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb +++ b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb | |||
@@ -7,7 +7,7 @@ DEPENDS = "libtool" | |||
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | SRCREV = "d41284525ec8960e9a828979cfe269012b7df8db" | 9 | SRCREV = "d41284525ec8960e9a828979cfe269012b7df8db" |
10 | SRC_URI = "git://github.com/smuellerDD/libkcapi.git \ | 10 | SRC_URI = "git://github.com/smuellerDD/libkcapi.git;branch=master;protocol=https \ |
11 | file://0001-Disable-use-of-__NR_io_getevents-when-not-defined.patch \ | 11 | file://0001-Disable-use-of-__NR_io_getevents-when-not-defined.patch \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.27.bb b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.27.bb index 944f49fc7..1af9004fe 100644 --- a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.27.bb +++ b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.27.bb | |||
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = " \ | |||
15 | file://COPYING.GPL;md5=8a71d0475d08eee76d8b6d0c6dbec543 \ | 15 | file://COPYING.GPL;md5=8a71d0475d08eee76d8b6d0c6dbec543 \ |
16 | file://COPYING.BSD;md5=66b7a37c3c10483c1fd86007726104d7 \ | 16 | file://COPYING.BSD;md5=66b7a37c3c10483c1fd86007726104d7 \ |
17 | " | 17 | " |
18 | SRC_URI = "git://github.com/OpenSC/${BPN}.git \ | 18 | SRC_URI = "git://github.com/OpenSC/${BPN}.git;branch=master;protocol=https \ |
19 | file://0001-build-openssl-remove-RSA_SSLV23_PADDING-constant-usa.patch \ | 19 | file://0001-build-openssl-remove-RSA_SSLV23_PADDING-constant-usa.patch \ |
20 | " | 20 | " |
21 | 21 | ||
diff --git a/meta-oe/recipes-dbs/leveldb/leveldb_1.22.bb b/meta-oe/recipes-dbs/leveldb/leveldb_1.22.bb index b973c68b0..87750ec79 100644 --- a/meta-oe/recipes-dbs/leveldb/leveldb_1.22.bb +++ b/meta-oe/recipes-dbs/leveldb/leveldb_1.22.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/google/leveldb" | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=92d1b128950b11ba8495b64938fc164d" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=92d1b128950b11ba8495b64938fc164d" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/google/${BPN}.git \ | 7 | SRC_URI = "git://github.com/google/${BPN}.git;branch=master;protocol=https \ |
8 | file://run-ptest" | 8 | file://run-ptest" |
9 | 9 | ||
10 | SRCREV = "78b39d68c15ba020c0d60a3906fb66dbf1697595" | 10 | SRCREV = "78b39d68c15ba020c0d60a3906fb66dbf1697595" |
diff --git a/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb b/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb index fb1b18c18..b58a36c44 100644 --- a/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb +++ b/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb | |||
@@ -8,7 +8,7 @@ HOMEPAGE = "https://symas.com/lightning-memory-mapped-database/" | |||
8 | LICENSE = "OLDAP-2.8" | 8 | LICENSE = "OLDAP-2.8" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/LMDB/lmdb.git;nobranch=1 \ | 11 | SRC_URI = "git://github.com/LMDB/lmdb.git;nobranch=1;protocol=https \ |
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | file://0001-Makefile-use-libprefix-instead-of-libdir.patch \ | 13 | file://0001-Makefile-use-libprefix-instead-of-libdir.patch \ |
14 | " | 14 | " |
diff --git a/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb b/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb index 9b1fefc12..a5f6d8344 100644 --- a/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb +++ b/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.Apache;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | |||
9 | SRCREV = "8608d75d85f8e1b3b64b73a4fb6d19baec61ba5c" | 9 | SRCREV = "8608d75d85f8e1b3b64b73a4fb6d19baec61ba5c" |
10 | SRCBRANCH = "6.20.fb" | 10 | SRCBRANCH = "6.20.fb" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/facebook/${BPN}.git;branch=${SRCBRANCH} \ | 12 | SRC_URI = "git://github.com/facebook/${BPN}.git;branch=${SRCBRANCH};protocol=https \ |
13 | file://0001-cmake-Add-check-for-atomic-support.patch \ | 13 | file://0001-cmake-Add-check-for-atomic-support.patch \ |
14 | file://0001-cmake-Use-exported-target-for-bz2.patch \ | 14 | file://0001-cmake-Use-exported-target-for-bz2.patch \ |
15 | file://0001-folly-Use-SYS_futex-for-syscall.patch \ | 15 | file://0001-folly-Use-SYS_futex-for-syscall.patch \ |
diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb index 23db1d656..37d5d8123 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=df52c6edb7adc22e533b2bacc3bd3915" | |||
10 | PV = "20210324.2+git${SRCPV}" | 10 | PV = "20210324.2+git${SRCPV}" |
11 | SRCREV = "278e0a071885a22dcd2fd1b5576cc44757299343" | 11 | SRCREV = "278e0a071885a22dcd2fd1b5576cc44757299343" |
12 | BRANCH = "lts_2021_03_24" | 12 | BRANCH = "lts_2021_03_24" |
13 | SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH} \ | 13 | SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH};protocol=https \ |
14 | file://0001-absl-always-use-asm-sgidefs.h.patch \ | 14 | file://0001-absl-always-use-asm-sgidefs.h.patch \ |
15 | file://0002-Remove-maes-option-from-cross-compilation.patch \ | 15 | file://0002-Remove-maes-option-from-cross-compilation.patch \ |
16 | file://abseil-ppc-fixes.patch \ | 16 | file://abseil-ppc-fixes.patch \ |
diff --git a/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb b/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb index eb8e0318e..d4d8d8eb4 100644 --- a/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb +++ b/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50 \ | |||
7 | 7 | ||
8 | SRCREV = "d28a980802ad48568c87da02d630c8babfe163bb" | 8 | SRCREV = "d28a980802ad48568c87da02d630c8babfe163bb" |
9 | PV .= "+10.0.1+git${SRCPV}" | 9 | PV .= "+10.0.1+git${SRCPV}" |
10 | SRC_URI = "gitsm://github.com/${BPN}/${BPN}.git \ | 10 | SRC_URI = "gitsm://github.com/${BPN}/${BPN}.git;branch=master;protocol=https \ |
11 | " | 11 | " |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-devtools/boost-url/boost-url_git.bb b/meta-oe/recipes-devtools/boost-url/boost-url_git.bb index 9f759100b..0e6461589 100644 --- a/meta-oe/recipes-devtools/boost-url/boost-url_git.bb +++ b/meta-oe/recipes-devtools/boost-url/boost-url_git.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "BSL-1.0" | 4 | LICENSE = "BSL-1.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/CPPAlliance/url.git;branch=develop" | 7 | SRC_URI = "git://github.com/CPPAlliance/url.git;branch=develop;protocol=https" |
8 | 8 | ||
9 | SRCREV = "4f712ed69a04a344957d22efa5dc111b415b3aff" | 9 | SRCREV = "4f712ed69a04a344957d22efa5dc111b415b3aff" |
10 | 10 | ||
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb index 1757c7019..fabf59d4b 100644 --- a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb +++ b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb | |||
@@ -28,11 +28,11 @@ SRCREV_protobuf = "cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac" | |||
28 | SRCREV_lss = "fd00dbbd0c06a309c657d89e9430143b179ff6db" | 28 | SRCREV_lss = "fd00dbbd0c06a309c657d89e9430143b179ff6db" |
29 | SRCREV_gyp = "324dd166b7c0b39d513026fa52d6280ac6d56770" | 29 | SRCREV_gyp = "324dd166b7c0b39d513026fa52d6280ac6d56770" |
30 | 30 | ||
31 | SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main \ | 31 | SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main;protocol=https \ |
32 | git://github.com/google/googletest.git;destsuffix=git/src/testing/gtest;name=gtest \ | 32 | git://github.com/google/googletest.git;destsuffix=git/src/testing/gtest;name=gtest;branch=master;protocol=https \ |
33 | git://github.com/protocolbuffers/protobuf.git;destsuffix=git/src/third_party/protobuf/protobuf;name=protobuf \ | 33 | git://github.com/protocolbuffers/protobuf.git;destsuffix=git/src/third_party/protobuf/protobuf;name=protobuf;branch=master;protocol=https \ |
34 | git://chromium.googlesource.com/linux-syscall-support;protocol=https;branch=main;destsuffix=git/src/third_party/lss;name=lss \ | 34 | git://chromium.googlesource.com/linux-syscall-support;protocol=https;branch=main;destsuffix=git/src/third_party/lss;name=lss \ |
35 | git://chromium.googlesource.com/external/gyp;protocol=https;destsuffix=git/src/tools/gyp;name=gyp \ | 35 | git://chromium.googlesource.com/external/gyp;protocol=https;destsuffix=git/src/tools/gyp;name=gyp;branch=master \ |
36 | file://0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch \ | 36 | file://0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch \ |
37 | file://0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch \ | 37 | file://0003-Fix-conflict-between-musl-libc-dirent.h-and-lss.patch \ |
38 | file://0001-Turn-off-sign-compare-for-musl-libc.patch \ | 38 | file://0001-Turn-off-sign-compare-for-musl-libc.patch \ |
diff --git a/meta-oe/recipes-devtools/capnproto/capnproto_0.8.0.bb b/meta-oe/recipes-devtools/capnproto/capnproto_0.8.0.bb index 2d78beea5..774423192 100644 --- a/meta-oe/recipes-devtools/capnproto/capnproto_0.8.0.bb +++ b/meta-oe/recipes-devtools/capnproto/capnproto_0.8.0.bb | |||
@@ -5,7 +5,7 @@ SECTION = "console/tools" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=a05663ae6cca874123bf667a60dca8c9" | 6 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=a05663ae6cca874123bf667a60dca8c9" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/sandstorm-io/capnproto.git;branch=release-${PV} \ | 8 | SRC_URI = "git://github.com/sandstorm-io/capnproto.git;branch=release-${PV};protocol=https \ |
9 | file://0001-mutex-Fix-build-on-32-bit-architectures-using-64-bit.patch;patchdir=../ \ | 9 | file://0001-mutex-Fix-build-on-32-bit-architectures-using-64-bit.patch;patchdir=../ \ |
10 | " | 10 | " |
11 | SRCREV = "57a4ca5af5a7f55b768a9d9d6655250bffb1257f" | 11 | SRCREV = "57a4ca5af5a7f55b768a9d9d6655250bffb1257f" |
diff --git a/meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb b/meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb index 1a4e53d50..200f75166 100644 --- a/meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb +++ b/meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb | |||
@@ -5,7 +5,7 @@ SECTION = "libs" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=218947f77e8cb8e2fa02918dc41c50d0" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=218947f77e8cb8e2fa02918dc41c50d0" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/DaveGamble/cJSON.git" | 8 | SRC_URI = "git://github.com/DaveGamble/cJSON.git;branch=master;protocol=https" |
9 | SRCREV = "d348621ca93571343a56862df7de4ff3bc9b5667" | 9 | SRCREV = "d348621ca93571343a56862df7de4ff3bc9b5667" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb index 3070d2937..c414fd314 100644 --- a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb +++ b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb | |||
@@ -10,7 +10,7 @@ SECTION = "base" | |||
10 | PV = "0.5.1+git${SRCPV}" | 10 | PV = "0.5.1+git${SRCPV}" |
11 | SRCREV = "f97d3da5c375ac2fc5a9173cdd36cb828915a2e1" | 11 | SRCREV = "f97d3da5c375ac2fc5a9173cdd36cb828915a2e1" |
12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a0b24c1a8f9ad516a297d055b0294231" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a0b24c1a8f9ad516a297d055b0294231" |
13 | SRC_URI = "git://github.com/concurrencykit/ck.git \ | 13 | SRC_URI = "git://github.com/concurrencykit/ck.git;branch=master;protocol=https \ |
14 | file://cross.patch \ | 14 | file://cross.patch \ |
15 | " | 15 | " |
16 | 16 | ||
diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.9.20210905.0.bb b/meta-oe/recipes-devtools/ctags/ctags_5.9.20210905.0.bb index 3289436fa..4cc1c12b6 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_5.9.20210905.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_5.9.20210905.0.bb | |||
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | |||
15 | inherit autotools-brokensep pkgconfig manpages | 15 | inherit autotools-brokensep pkgconfig manpages |
16 | 16 | ||
17 | SRCREV = "ca81123303640582358ce7b8a4e466615950a1f7" | 17 | SRCREV = "ca81123303640582358ce7b8a4e466615950a1f7" |
18 | SRC_URI = "git://github.com/universal-ctags/ctags" | 18 | SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
diff --git a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb index 60ca2ab28..2c9e45fce 100644 --- a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb +++ b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "GPLv2" | |||
3 | 3 | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master " | 6 | SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https" |
7 | SRCREV = "b0d80b7129f1d84cc563a4098d869e7420bcf4bc" | 7 | SRCREV = "b0d80b7129f1d84cc563a4098d869e7420bcf4bc" |
8 | PV = "1.3" | 8 | PV = "1.3" |
9 | 9 | ||
diff --git a/meta-oe/recipes-devtools/exprtk/exprtk_git.bb b/meta-oe/recipes-devtools/exprtk/exprtk_git.bb index a50679ae4..52975c821 100644 --- a/meta-oe/recipes-devtools/exprtk/exprtk_git.bb +++ b/meta-oe/recipes-devtools/exprtk/exprtk_git.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
6 | SRCREV = "281c2ccc65b8f91c012ea3725ebcef406378a225" | 6 | SRCREV = "281c2ccc65b8f91c012ea3725ebcef406378a225" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/ArashPartow/exprtk.git" | 8 | SRC_URI = "git://github.com/ArashPartow/exprtk.git;branch=master;protocol=https" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb index 957f05922..06bb97154 100644 --- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb +++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb | |||
@@ -14,7 +14,7 @@ RDEPENDS:${PN}-dev += "${PN}-compiler" | |||
14 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 14 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
15 | 15 | ||
16 | SRCREV = "a9a295fecf3fbd5a4f571f53b01f63202a3e2113" | 16 | SRCREV = "a9a295fecf3fbd5a4f571f53b01f63202a3e2113" |
17 | SRC_URI = "git://github.com/google/flatbuffers.git" | 17 | SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" |
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | CVE_CHECK_WHITELIST += "CVE-2020-35864" | 20 | CVE_CHECK_WHITELIST += "CVE-2020-35864" |
diff --git a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb b/meta-oe/recipes-devtools/guider/guider_3.9.8.bb index f16cced1a..47d872a40 100644 --- a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb +++ b/meta-oe/recipes-devtools/guider/guider_3.9.8.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" | |||
8 | 8 | ||
9 | PV = "3.9.8+git${SRCPV}" | 9 | PV = "3.9.8+git${SRCPV}" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/iipeace/${BPN}" | 11 | SRC_URI = "git://github.com/iipeace/${BPN};branch=master;protocol=https" |
12 | SRCREV = "a502cd93b13235b7539557a91328de00b7c51bc3" | 12 | SRCREV = "a502cd93b13235b7539557a91328de00b7c51bc3" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb b/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb index 5473eefe7..fad42e399 100644 --- a/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb +++ b/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
9 | 9 | ||
10 | DEPENDS = "zlib boost libunwind elfutils" | 10 | DEPENDS = "zlib boost libunwind elfutils" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/KDE/heaptrack.git;protocol=https \ | 12 | SRC_URI = "git://github.com/KDE/heaptrack.git;protocol=https;branch=master \ |
13 | file://0001-libheaptrack-Replace-__pid_t-with-pid_t.patch \ | 13 | file://0001-libheaptrack-Replace-__pid_t-with-pid_t.patch \ |
14 | file://0002-heaptrack_inject-Include-dlfcn.h-for-dlopen-dlclose.patch \ | 14 | file://0002-heaptrack_inject-Include-dlfcn.h-for-dlopen-dlclose.patch \ |
15 | file://0003-heaptrack_preload-Make-noexcept-attribute-conditiona.patch \ | 15 | file://0003-heaptrack_preload-Make-noexcept-attribute-conditiona.patch \ |
diff --git a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb index 7cd06f102..32fa8f5ff 100644 --- a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb +++ b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb | |||
@@ -13,7 +13,7 @@ SECTION = "libs" | |||
13 | 13 | ||
14 | LIC_FILES_CHKSUM = "file://README;md5=6900e4a158982e4c4715bf16aa54fa10" | 14 | LIC_FILES_CHKSUM = "file://README;md5=6900e4a158982e4c4715bf16aa54fa10" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/jemalloc/jemalloc.git \ | 16 | SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=master;protocol=https \ |
17 | file://0001-Makefile.in-make-sure-doc-generated-before-install.patch \ | 17 | file://0001-Makefile.in-make-sure-doc-generated-before-install.patch \ |
18 | file://run-ptest \ | 18 | file://run-ptest \ |
19 | " | 19 | " |
diff --git a/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.1.0.bb b/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.1.0.bb index 7f6c34eb3..4a8de5f3b 100644 --- a/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.1.0.bb +++ b/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.1.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "JSON schema validator for JSON for Modern C++" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c441d022da1b1663c70181a32225d006" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c441d022da1b1663c70181a32225d006" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/pboettch/json-schema-validator" | 5 | SRC_URI = "git://github.com/pboettch/json-schema-validator;branch=master;protocol=https" |
6 | SRCREV = "27fc1d094503623dfe39365ba82581507524545c" | 6 | SRCREV = "27fc1d094503623dfe39365ba82581507524545c" |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.4.bb b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.4.bb index a02ff4a4d..051304db7 100644 --- a/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.4.bb +++ b/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.4.bb | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fa2a23dd1dc6c139f35105379d76df2b" | |||
14 | PE = "1" | 14 | PE = "1" |
15 | 15 | ||
16 | SRCREV = "9059f5cad030ba11d37818847443a53918c327b1" | 16 | SRCREV = "9059f5cad030ba11d37818847443a53918c327b1" |
17 | SRC_URI = "git://github.com/open-source-parsers/jsoncpp" | 17 | SRC_URI = "git://github.com/open-source-parsers/jsoncpp;branch=master;protocol=https" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
diff --git a/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.3.0.bb b/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.3.0.bb index 586489b74..43dc2e36a 100644 --- a/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.3.0.bb +++ b/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.3.0.bb | |||
@@ -9,7 +9,7 @@ SECTION = "libs" | |||
9 | 9 | ||
10 | DEPENDS = "curl jsoncpp libmicrohttpd hiredis" | 10 | DEPENDS = "curl jsoncpp libmicrohttpd hiredis" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/cinemast/libjson-rpc-cpp \ | 12 | SRC_URI = "git://github.com/cinemast/libjson-rpc-cpp;branch=master;protocol=https \ |
13 | file://0001-Fix-build-with-libmicrohttpd.patch \ | 13 | file://0001-Fix-build-with-libmicrohttpd.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb b/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb index 1664d637b..a87dbf048 100644 --- a/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb +++ b/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=930f8aa500a47c7dab0f8efb5a1c9a40" | |||
14 | DEPENDS = "libgfortran" | 14 | DEPENDS = "libgfortran" |
15 | 15 | ||
16 | SRCREV = "6acc99d5f39130be7cec00fb835606042101a970" | 16 | SRCREV = "6acc99d5f39130be7cec00fb835606042101a970" |
17 | SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https" | 17 | SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master" |
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | EXTRA_OECMAKE = " -DBUILD_SHARED_LIBS=ON " | 20 | EXTRA_OECMAKE = " -DBUILD_SHARED_LIBS=ON " |
diff --git a/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb b/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb index b83e86a48..2dc3776e8 100644 --- a/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb +++ b/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb | |||
@@ -7,7 +7,7 @@ Cluster segmentation described in Annex #29 (UAX #29)." | |||
7 | LICENSE = "Artistic-1.0 | GPLv1+" | 7 | LICENSE = "Artistic-1.0 | GPLv1+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=5b122a36d0f6dc55279a0ebc69f3c60b" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=5b122a36d0f6dc55279a0ebc69f3c60b" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/hatukanezumi/sombok.git;protocol=https \ | 10 | SRC_URI = "git://github.com/hatukanezumi/sombok.git;protocol=https;branch=master \ |
11 | file://0001-configure.ac-fix-cross-compiling-issue.patch \ | 11 | file://0001-configure.ac-fix-cross-compiling-issue.patch \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-oe/recipes-devtools/libubox/libubox_git.bb b/meta-oe/recipes-devtools/libubox/libubox_git.bb index 76d1c8bf3..872bdb63a 100644 --- a/meta-oe/recipes-devtools/libubox/libubox_git.bb +++ b/meta-oe/recipes-devtools/libubox/libubox_git.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "\ | |||
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI = "\ | 15 | SRC_URI = "\ |
16 | git://git.openwrt.org/project/libubox.git \ | 16 | git://git.openwrt.org/project/libubox.git;branch=master \ |
17 | file://0001-version-libraries.patch \ | 17 | file://0001-version-libraries.patch \ |
18 | file://fix-libdir.patch \ | 18 | file://fix-libdir.patch \ |
19 | file://0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch \ | 19 | file://0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch \ |
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb index 37e2ba669..b6fb1dcdd 100644 --- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb +++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb | |||
@@ -14,7 +14,7 @@ PV = "7.91+git${SRCPV}" | |||
14 | SRCREV = "c22d359433b333937ee3d803450dc41998115685" | 14 | SRCREV = "c22d359433b333937ee3d803450dc41998115685" |
15 | 15 | ||
16 | DEPENDS = "elfutils" | 16 | DEPENDS = "elfutils" |
17 | SRC_URI = "git://github.com/sparkleholic/ltrace.git;branch=master;protocol=http \ | 17 | SRC_URI = "git://github.com/sparkleholic/ltrace.git;branch=master;protocol=http;protocol=https \ |
18 | file://configure-allow-to-disable-selinux-support.patch \ | 18 | file://configure-allow-to-disable-selinux-support.patch \ |
19 | file://0001-replace-readdir_r-with-readdir.patch \ | 19 | file://0001-replace-readdir_r-with-readdir.patch \ |
20 | file://0001-Use-correct-enum-type.patch \ | 20 | file://0001-Use-correct-enum-type.patch \ |
diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb b/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb index d9f489b8b..f6578ca09 100644 --- a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb +++ b/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f81069e00c0cad249f20efe958276db1" | |||
5 | 5 | ||
6 | DEPENDS += "lua-native lua virtual/crypt" | 6 | DEPENDS += "lua-native lua virtual/crypt" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV} \ | 8 | SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV};protocol=https \ |
9 | " | 9 | " |
10 | SRCREV = "14043c5086ae738823a5dfbc9170d9e14193fbef" | 10 | SRCREV = "14043c5086ae738823a5dfbc9170d9e14193fbef" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-c_4.0.0.bb b/meta-oe/recipes-devtools/msgpack/msgpack-c_4.0.0.bb index 1bb371add..c6a6ac467 100644 --- a/meta-oe/recipes-devtools/msgpack/msgpack-c_4.0.0.bb +++ b/meta-oe/recipes-devtools/msgpack/msgpack-c_4.0.0.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://NOTICE;md5=7a858c074723608e08614061dc044352 \ | |||
9 | 9 | ||
10 | PV .= "+git${SRCPV}" | 10 | PV .= "+git${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/msgpack/msgpack-c;branch=c_master \ | 12 | SRC_URI = "git://github.com/msgpack/msgpack-c;branch=c_master;protocol=https \ |
13 | " | 13 | " |
14 | SRCREV = "a9a48cea3a78ba661ee8096b5dab456361b0ff23" | 14 | SRCREV = "a9a48cea3a78ba661ee8096b5dab456361b0ff23" |
15 | 15 | ||
diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-cpp_4.0.2.bb b/meta-oe/recipes-devtools/msgpack/msgpack-cpp_4.0.2.bb index f66a00bd8..ef066753d 100644 --- a/meta-oe/recipes-devtools/msgpack/msgpack-cpp_4.0.2.bb +++ b/meta-oe/recipes-devtools/msgpack/msgpack-cpp_4.0.2.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://NOTICE;md5=7a858c074723608e08614061dc044352 \ | |||
9 | 9 | ||
10 | PV .= "+git${SRCPV}" | 10 | PV .= "+git${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/msgpack/msgpack-c;branch=cpp_master \ | 12 | SRC_URI = "git://github.com/msgpack/msgpack-c;branch=cpp_master;protocol=https \ |
13 | " | 13 | " |
14 | SRCREV = "3bdbf0d2ee75d46d71afa691a594777d89a22cf7" | 14 | SRCREV = "3bdbf0d2ee75d46d71afa691a594777d89a22cf7" |
15 | 15 | ||
diff --git a/meta-oe/recipes-devtools/musl/musl-nscd_git.bb b/meta-oe/recipes-devtools/musl/musl-nscd_git.bb index 6af7ab9cd..ac2b5a266 100644 --- a/meta-oe/recipes-devtools/musl/musl-nscd_git.bb +++ b/meta-oe/recipes-devtools/musl/musl-nscd_git.bb | |||
@@ -12,7 +12,7 @@ DEPENDS += "flex-native bison-native flex bison" | |||
12 | PV = "1.0.2" | 12 | PV = "1.0.2" |
13 | 13 | ||
14 | SRCREV = "af581482a3e1059458f3c8b20a56f82807ca3bd4" | 14 | SRCREV = "af581482a3e1059458f3c8b20a56f82807ca3bd4" |
15 | SRC_URI = "git://github.com/pikhq/musl-nscd \ | 15 | SRC_URI = "git://github.com/pikhq/musl-nscd;branch=master;protocol=https \ |
16 | file://0001-Fix-build-under-GCC-fno-common.patch \ | 16 | file://0001-Fix-build-under-GCC-fno-common.patch \ |
17 | file://0001-configure-Check-for-flex-if-lex-is-not-found.patch \ | 17 | file://0001-configure-Check-for-flex-if-lex-is-not-found.patch \ |
18 | file://0001-nsswitch.y-Replace-empty-bison-extension.patch \ | 18 | file://0001-nsswitch.y-Replace-empty-bison-extension.patch \ |
diff --git a/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb b/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb index e3c407e6d..ace321539 100644 --- a/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb +++ b/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=b67209a1e36b682a8226de19d265b1e0" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=b67209a1e36b682a8226de19d265b1e0" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/nlohmann/fifo_map.git" | 7 | SRC_URI = "git://github.com/nlohmann/fifo_map.git;branch=master;protocol=https" |
8 | 8 | ||
9 | PV = "1.0.0+git${SRCPV}" | 9 | PV = "1.0.0+git${SRCPV}" |
10 | 10 | ||
diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.4.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.4.bb index fff32372a..223b141d1 100644 --- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.4.bb +++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.10.4.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=441793d25a658d58d79a1f87516a6ad1" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=441793d25a658d58d79a1f87516a6ad1" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/nlohmann/json.git;nobranch=1 \ | 7 | SRC_URI = "git://github.com/nlohmann/json.git;nobranch=1;protocol=https \ |
8 | " | 8 | " |
9 | 9 | ||
10 | SRCREV = "fec56a1a16c6e1c1b1f4e116a20e79398282626c" | 10 | SRCREV = "fec56a1a16c6e1c1b1f4e116a20e79398282626c" |
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb index ad770ce2a..1b06f29c1 100644 --- a/meta-oe/recipes-devtools/openocd/openocd_git.bb +++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb | |||
@@ -5,10 +5,10 @@ DEPENDS = "libusb-compat libftdi" | |||
5 | RDEPENDS:${PN} = "libusb1" | 5 | RDEPENDS:${PN} = "libusb1" |
6 | 6 | ||
7 | SRC_URI = " \ | 7 | SRC_URI = " \ |
8 | git://repo.or.cz/openocd.git;protocol=http;name=openocd \ | 8 | git://repo.or.cz/openocd.git;protocol=http;name=openocd;branch=master \ |
9 | git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl \ | 9 | git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl;branch=master \ |
10 | git://repo.or.cz/r/jimtcl.git;protocol=http;destsuffix=git/jimtcl;name=jimtcl \ | 10 | git://repo.or.cz/r/jimtcl.git;protocol=http;destsuffix=git/jimtcl;name=jimtcl;branch=master \ |
11 | git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=git/src/jtag/drivers/libjaylink;name=libjaylink \ | 11 | git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=git/src/jtag/drivers/libjaylink;name=libjaylink;branch=master \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRCREV_FORMAT = "openocd" | 14 | SRCREV_FORMAT = "openocd" |
diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.22.bb b/meta-oe/recipes-devtools/pahole/pahole_1.22.bb index 66f776135..c5c5e8325 100644 --- a/meta-oe/recipes-devtools/pahole/pahole_1.22.bb +++ b/meta-oe/recipes-devtools/pahole/pahole_1.22.bb | |||
@@ -10,7 +10,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
10 | COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux" | 10 | COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux" |
11 | 11 | ||
12 | SRCREV = "f02af2553ea58ae1186226af0d0ec835a248358f" | 12 | SRCREV = "f02af2553ea58ae1186226af0d0ec835a248358f" |
13 | SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git \ | 13 | SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \ |
14 | file://0001-CMakeList.txt-make-python-optional.patch \ | 14 | file://0001-CMakeList.txt-make-python-optional.patch \ |
15 | file://0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch \ | 15 | file://0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch \ |
16 | file://0003-CMakeList.txt-don-t-download-libbpf-source-when-syst.patch" | 16 | file://0003-CMakeList.txt-don-t-download-libbpf-source-when-syst.patch" |
diff --git a/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb b/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb index 42f551328..6f4004f97 100644 --- a/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb +++ b/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
8 | COMPATIBLE_HOST = "(x86_64|aarch64|arm|riscv64)" | 8 | COMPATIBLE_HOST = "(x86_64|aarch64|arm|riscv64)" |
9 | 9 | ||
10 | SRCREV = "09724edb1783a98da2b7ae53c5aaa87493aabc9b" | 10 | SRCREV = "09724edb1783a98da2b7ae53c5aaa87493aabc9b" |
11 | SRC_URI = "git://github.com/billfarrow/pcimem.git " | 11 | SRC_URI = "git://github.com/billfarrow/pcimem.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta-oe/recipes-devtools/perl/ipc-run_20200505.0.bb b/meta-oe/recipes-devtools/perl/ipc-run_20200505.0.bb index 27dc358d1..bab1827ff 100644 --- a/meta-oe/recipes-devtools/perl/ipc-run_20200505.0.bb +++ b/meta-oe/recipes-devtools/perl/ipc-run_20200505.0.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0+" | |||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0ebd37caf53781e8b7223e6b99b63f4e" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0ebd37caf53781e8b7223e6b99b63f4e" |
10 | DEPENDS = "perl" | 10 | DEPENDS = "perl" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/toddr/IPC-Run.git" | 12 | SRC_URI = "git://github.com/toddr/IPC-Run.git;branch=master;protocol=https" |
13 | SRCREV = "af435a1635ef9e48a84adc3230099e7ecf20c79d" | 13 | SRCREV = "af435a1635ef9e48a84adc3230099e7ecf20c79d" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb b/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb index 049dc665d..760c0ad0a 100644 --- a/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb +++ b/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb | |||
@@ -15,7 +15,7 @@ DEPENDS += "libdev-checklib-perl-native libdbi-perl-native libmysqlclient" | |||
15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d0a06964340e5c0cde88b7af611f755c" | 15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d0a06964340e5c0cde88b7af611f755c" |
16 | 16 | ||
17 | SRCREV = "9b5b70ea372f49fe9bc9e592dae3870596d1e3d6" | 17 | SRCREV = "9b5b70ea372f49fe9bc9e592dae3870596d1e3d6" |
18 | SRC_URI = "git://github.com/perl5-dbi/DBD-mysql.git;protocol=https" | 18 | SRC_URI = "git://github.com/perl5-dbi/DBD-mysql.git;protocol=https;branch=master" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
diff --git a/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb b/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb index 156d6c352..ea1c1d592 100644 --- a/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb +++ b/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=1171;endline=1176;md5=3be2cb8159d094 | |||
9 | 9 | ||
10 | DEPENDS += "perl" | 10 | DEPENDS += "perl" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/makamaka/JSON.git;protocol=https" | 12 | SRC_URI = "git://github.com/makamaka/JSON.git;protocol=https;branch=master" |
13 | 13 | ||
14 | SRCREV = "ebbae181c5e311fa80ee4c6379b598c7a6400570" | 14 | SRCREV = "ebbae181c5e311fa80ee4c6379b598c7a6400570" |
15 | 15 | ||
diff --git a/meta-oe/recipes-devtools/ply/ply_git.bb b/meta-oe/recipes-devtools/ply/ply_git.bb index b1327efeb..27e04d319 100644 --- a/meta-oe/recipes-devtools/ply/ply_git.bb +++ b/meta-oe/recipes-devtools/ply/ply_git.bb | |||
@@ -7,7 +7,7 @@ DEPENDS += "bison-native" | |||
7 | 7 | ||
8 | PV = "2.1.1+git${SRCPV}" | 8 | PV = "2.1.1+git${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/iovisor/ply" | 10 | SRC_URI = "git://github.com/iovisor/ply;branch=master;protocol=https" |
11 | SRCREV = "e25c9134b856cc7ffe9f562ff95caf9487d16b59" | 11 | SRCREV = "e25c9134b856cc7ffe9f562ff95caf9487d16b59" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-devtools/pmtools/pmtools_git.bb b/meta-oe/recipes-devtools/pmtools/pmtools_git.bb index 27db4bf80..afa503ee4 100644 --- a/meta-oe/recipes-devtools/pmtools/pmtools_git.bb +++ b/meta-oe/recipes-devtools/pmtools/pmtools_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | |||
6 | 6 | ||
7 | PV = "20130209+git${SRCPV}" | 7 | PV = "20130209+git${SRCPV}" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/anyc/pmtools.git \ | 9 | SRC_URI = "git://github.com/anyc/pmtools.git;branch=master;protocol=https \ |
10 | file://pmtools-switch-to-dynamic-buffer-for-huge-ACPI-table.patch \ | 10 | file://pmtools-switch-to-dynamic-buffer-for-huge-ACPI-table.patch \ |
11 | " | 11 | " |
12 | SRCREV = "3ebe0e54c54061b4c627236cbe35d820de2e1168" | 12 | SRCREV = "3ebe0e54c54061b4c627236cbe35d820de2e1168" |
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb index cc037d393..393280524 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cb901168715f4782a2b06c3ddaefa558" | |||
12 | 12 | ||
13 | DEPENDS = "protobuf-native protobuf" | 13 | DEPENDS = "protobuf-native protobuf" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/protobuf-c/protobuf-c.git" | 15 | SRC_URI = "git://github.com/protobuf-c/protobuf-c.git;branch=master;protocol=https" |
16 | SRCREV = "f224ab2eeb648a818eb20687d7150a285442c907" | 16 | SRCREV = "f224ab2eeb648a818eb20687d7150a285442c907" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.1.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.1.bb index 93daa1804..bff159590 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.1.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.1.bb | |||
@@ -12,7 +12,7 @@ DEPENDS:append:class-target = " protobuf-native" | |||
12 | 12 | ||
13 | SRCREV = "7c40b2df1fdf6f414c1c18c789715a9c948a0725" | 13 | SRCREV = "7c40b2df1fdf6f414c1c18c789715a9c948a0725" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=3.19.x \ | 15 | SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=3.19.x;protocol=https \ |
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | file://0001-protobuf-fix-configure-error.patch \ | 17 | file://0001-protobuf-fix-configure-error.patch \ |
18 | file://0001-Makefile.am-include-descriptor.cc-when-building-libp.patch \ | 18 | file://0001-Makefile.am-include-descriptor.cc-when-building-libp.patch \ |
diff --git a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb index 0dd6edb85..b6ff62b91 100644 --- a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb +++ b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://license.txt;md5=ba04aa8f65de1396a7e59d1d746c2125" | 5 | LIC_FILES_CHKSUM = "file://license.txt;md5=ba04aa8f65de1396a7e59d1d746c2125" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/miloyip/rapidjson.git;nobranch=1" | 7 | SRC_URI = "git://github.com/miloyip/rapidjson.git;nobranch=1;protocol=https" |
8 | 8 | ||
9 | SRCREV = "0ccdbf364c577803e2a751f5aededce935314313" | 9 | SRCREV = "0ccdbf364c577803e2a751f5aededce935314313" |
10 | 10 | ||
diff --git a/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb b/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb index 72193b744..797ec0e7b 100644 --- a/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb +++ b/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | 5 | ||
6 | SRC_URI = " \ | 6 | SRC_URI = " \ |
7 | git://github.com/nsekhar/serialcheck.git \ | 7 | git://github.com/nsekhar/serialcheck.git;branch=master;protocol=https \ |
8 | " | 8 | " |
9 | 9 | ||
10 | SRCREV = "45eb2ffa5378396e85432872833890b0a1cba872" | 10 | SRCREV = "45eb2ffa5378396e85432872833890b0a1cba872" |
diff --git a/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb b/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb index 9176cd482..c0b22403b 100644 --- a/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb +++ b/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb | |||
@@ -8,7 +8,7 @@ inherit cmake | |||
8 | DEPENDS += "sqlite3" | 8 | DEPENDS += "sqlite3" |
9 | 9 | ||
10 | SRCREV = "e8a9e9416f421303f4b8970caab26dadf8bae98b" | 10 | SRCREV = "e8a9e9416f421303f4b8970caab26dadf8bae98b" |
11 | SRC_URI = "git://github.com/fnc12/sqlite_orm;protocol=https" | 11 | SRC_URI = "git://github.com/fnc12/sqlite_orm;protocol=https;branch=master" |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | EXTRA_OECMAKE += "-DSqliteOrm_BuildTests=OFF" | 14 | EXTRA_OECMAKE += "-DSqliteOrm_BuildTests=OFF" |
diff --git a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb index 18379bc61..08b1ecbb3 100644 --- a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb +++ b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING.md;md5=c0de2c0aca56349dab98e97992316f7e \ | |||
12 | file://licenses/zstd.txt;md5=8df8137b630239cbdd4c0674124cb0c8" | 12 | file://licenses/zstd.txt;md5=8df8137b630239cbdd4c0674124cb0c8" |
13 | 13 | ||
14 | SRCREV = "b96f0fc154feef531be76034bf6e38925636146f" | 14 | SRCREV = "b96f0fc154feef531be76034bf6e38925636146f" |
15 | SRC_URI = "git://github.com/AgentD/squashfs-tools-ng.git;protocol=https" | 15 | SRC_URI = "git://github.com/AgentD/squashfs-tools-ng.git;protocol=https;branch=master" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
diff --git a/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb b/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb index b5820c1aa..c03cf2f11 100644 --- a/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb +++ b/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LICENSE = "GPLv2 & GPLv3 & BSD-3-Clause & LGPL-2.0 & Apache-2.0" | 1 | LICENSE = "GPLv2 & GPLv3 & BSD-3-Clause & LGPL-2.0 & Apache-2.0" |
2 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5fa987762101f748a6cdd951b64ffc6b" | 2 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5fa987762101f748a6cdd951b64ffc6b" |
3 | SRC_URI = "git://github.com/DrTimothyAldenDavis/SuiteSparse;protocol=https \ | 3 | SRC_URI = "git://github.com/DrTimothyAldenDavis/SuiteSparse;protocol=https;branch=master \ |
4 | file://0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch \ | 4 | file://0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch \ |
5 | file://0002-Preserve-links-when-installing-libmetis.patch \ | 5 | file://0002-Preserve-links-when-installing-libmetis.patch \ |
6 | file://0003-Add-version-information-to-libmetis.patch \ | 6 | file://0003-Add-version-information-to-libmetis.patch \ |
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.10.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.10.bb index 4b79377a9..f7b952fc4 100644 --- a/meta-oe/recipes-devtools/uftrace/uftrace_0.10.bb +++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.10.bb | |||
@@ -12,7 +12,7 @@ inherit autotools | |||
12 | 12 | ||
13 | PV .= "+git${SRCPV}" | 13 | PV .= "+git${SRCPV}" |
14 | SRCREV = "a5e5a51d32bdfe59af8b453ca08d78cbdf0b3c61" | 14 | SRCREV = "a5e5a51d32bdfe59af8b453ca08d78cbdf0b3c61" |
15 | SRC_URI = "git://github.com/namhyung/${BPN} \ | 15 | SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https \ |
16 | " | 16 | " |
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb index aba6dfd88..d3aa6d2ea 100644 --- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb +++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "http://xmlrpc-c.sourceforge.net/" | |||
5 | LICENSE = "BSD & MIT" | 5 | LICENSE = "BSD & MIT" |
6 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=aefbf81ba0750f02176b6f86752ea951" | 6 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=aefbf81ba0750f02176b6f86752ea951" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/mirror/xmlrpc-c.git \ | 8 | SRC_URI = "git://github.com/mirror/xmlrpc-c.git;branch=master;protocol=https \ |
9 | file://0001-test-cpp-server_abyss-Fix-build-with-clang-libc.patch \ | 9 | file://0001-test-cpp-server_abyss-Fix-build-with-clang-libc.patch \ |
10 | file://0002-fix-formatting-issues.patch \ | 10 | file://0002-fix-formatting-issues.patch \ |
11 | file://0003-src-Makefile-Fix-Makefile-macro-error.patch \ | 11 | file://0003-src-Makefile-Fix-Makefile-macro-error.patch \ |
diff --git a/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb b/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb index e112a5e30..186f2c8ed 100644 --- a/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb +++ b/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=da2e9aa80962d54e7c726f232a2bd1e8" | |||
10 | 10 | ||
11 | # Use 1.0.12 tag | 11 | # Use 1.0.12 tag |
12 | SRCREV = "17b1790fb9c8abbb3c0f7e083864a6a014191d56" | 12 | SRCREV = "17b1790fb9c8abbb3c0f7e083864a6a014191d56" |
13 | SRC_URI = "git://github.com/lloyd/yajl;nobranch=1" | 13 | SRC_URI = "git://github.com/lloyd/yajl;nobranch=1;protocol=https" |
14 | 14 | ||
15 | inherit cmake lib_package | 15 | inherit cmake lib_package |
16 | 16 | ||
diff --git a/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb index d9a5821cb..cf8dbb183 100644 --- a/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb +++ b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb | |||
@@ -8,7 +8,7 @@ HOMEPAGE = "http://lloyd.github.com/yajl/" | |||
8 | LICENSE = "ISC" | 8 | LICENSE = "ISC" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=39af6eb42999852bdd3ea00ad120a36d" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=39af6eb42999852bdd3ea00ad120a36d" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/lloyd/yajl" | 11 | SRC_URI = "git://github.com/lloyd/yajl;branch=master;protocol=https" |
12 | SRCREV = "a0ecdde0c042b9256170f2f8890dd9451a4240aa" | 12 | SRCREV = "a0ecdde0c042b9256170f2f8890dd9451a4240aa" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-devtools/yasm/yasm_git.bb b/meta-oe/recipes-devtools/yasm/yasm_git.bb index cacdd74c4..b5cd35ab3 100644 --- a/meta-oe/recipes-devtools/yasm/yasm_git.bb +++ b/meta-oe/recipes-devtools/yasm/yasm_git.bb | |||
@@ -9,7 +9,7 @@ DEPENDS += "flex-native bison-native xmlto-native" | |||
9 | PV = "1.3.0+git${SRCPV}" | 9 | PV = "1.3.0+git${SRCPV}" |
10 | # v1.3.0 | 10 | # v1.3.0 |
11 | SRCREV = "ba463d3c26c0ece2e797b8d6381b161633b5971a" | 11 | SRCREV = "ba463d3c26c0ece2e797b8d6381b161633b5971a" |
12 | SRC_URI = "git://github.com/yasm/yasm.git \ | 12 | SRC_URI = "git://github.com/yasm/yasm.git;branch=master;protocol=https \ |
13 | file://0001-Do-not-use-AC_HEADER_STDC.patch \ | 13 | file://0001-Do-not-use-AC_HEADER_STDC.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-oe/recipes-extended/beep/beep_1.4.9.bb b/meta-oe/recipes-extended/beep/beep_1.4.9.bb index 9437b4523..75cf21590 100644 --- a/meta-oe/recipes-extended/beep/beep_1.4.9.bb +++ b/meta-oe/recipes-extended/beep/beep_1.4.9.bb | |||
@@ -7,7 +7,7 @@ BUGTRACKER = "https://github.com/spkr-beep/beep/issues" | |||
7 | LICENSE = "GPLv2+" | 7 | LICENSE = "GPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/spkr-beep/beep.git;protocol=https \ | 10 | SRC_URI = "git://github.com/spkr-beep/beep.git;protocol=https;branch=master \ |
11 | file://0001-Do-not-use-Werror-as-it-fails-with-newer-clang-11.patch \ | 11 | file://0001-Do-not-use-Werror-as-it-fails-with-newer-clang-11.patch \ |
12 | " | 12 | " |
13 | SRCREV = "8b85ddd09f73b9fd7caa5679298781a57af194ac" | 13 | SRCREV = "8b85ddd09f73b9fd7caa5679298781a57af194ac" |
diff --git a/meta-oe/recipes-extended/brotli/brotli_1.0.9.bb b/meta-oe/recipes-extended/brotli/brotli_1.0.9.bb index 92d6d9f18..4e2813dde 100644 --- a/meta-oe/recipes-extended/brotli/brotli_1.0.9.bb +++ b/meta-oe/recipes-extended/brotli/brotli_1.0.9.bb | |||
@@ -6,7 +6,7 @@ BUGTRACKER = "https://github.com/google/brotli/issues" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=941ee9cd1609382f946352712a319b4b" | 7 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=941ee9cd1609382f946352712a319b4b" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/google/brotli.git \ | 9 | SRC_URI = "git://github.com/google/brotli.git;branch=master;protocol=https \ |
10 | file://838.patch " | 10 | file://838.patch " |
11 | # tag 1.0.9 | 11 | # tag 1.0.9 |
12 | SRCREV= "e61745a6b7add50d380cfd7d3883dd6c62fc2c71" | 12 | SRCREV= "e61745a6b7add50d380cfd7d3883dd6c62fc2c71" |
diff --git a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb index 5c9ea129c..464d25ad0 100644 --- a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb +++ b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b19ee058d2d5f69af45da98051d91064" | |||
6 | SECTION = "Development/Libraries" | 6 | SECTION = "Development/Libraries" |
7 | DEPENDS = "swig-native python3 sblim-cmpi-devel" | 7 | DEPENDS = "swig-native python3 sblim-cmpi-devel" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/kkaempf/cmpi-bindings.git;protocol=http \ | 9 | SRC_URI = "git://github.com/kkaempf/cmpi-bindings.git;protocol=http;branch=master;protocol=https \ |
10 | file://cmpi-bindings-0.4.17-no-ruby-perl.patch \ | 10 | file://cmpi-bindings-0.4.17-no-ruby-perl.patch \ |
11 | file://cmpi-bindings-0.4.17-sblim-sigsegv.patch \ | 11 | file://cmpi-bindings-0.4.17-sblim-sigsegv.patch \ |
12 | file://cmpi-bindings-0.9.5-python-lib-dir.patch \ | 12 | file://cmpi-bindings-0.9.5-python-lib-dir.patch \ |
diff --git a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.7.bb b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.7.bb index 6b906a21c..e5a3c7c29 100644 --- a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.7.bb +++ b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.7.bb | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8184208060df880fe3137b93eb88aeea" | |||
14 | 14 | ||
15 | DEPENDS = "zlib gzip-native json-c" | 15 | DEPENDS = "zlib gzip-native json-c" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/GENIVI/${BPN}.git;protocol=https \ | 17 | SRC_URI = "git://github.com/GENIVI/${BPN}.git;protocol=https;branch=master \ |
18 | file://0002-Don-t-execute-processes-as-a-specific-user.patch \ | 18 | file://0002-Don-t-execute-processes-as-a-specific-user.patch \ |
19 | file://0004-Modify-systemd-config-directory.patch \ | 19 | file://0004-Modify-systemd-config-directory.patch \ |
20 | file://317.patch \ | 20 | file://317.patch \ |
diff --git a/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb b/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb index 7a6b0bf95..28db39ac2 100644 --- a/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb +++ b/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb | |||
@@ -18,7 +18,7 @@ SRCREV = "42ebcec9dc2c99a1b3a4542787572045763ad196" | |||
18 | PV = "0.6.3+git${SRCPV}" | 18 | PV = "0.6.3+git${SRCPV}" |
19 | 19 | ||
20 | SRC_URI = "\ | 20 | SRC_URI = "\ |
21 | git://github.com/docopt/docopt.cpp.git;protocol=https \ | 21 | git://github.com/docopt/docopt.cpp.git;protocol=https;branch=master \ |
22 | " | 22 | " |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-extended/dumb-init/dumb-init_1.2.5.bb b/meta-oe/recipes-extended/dumb-init/dumb-init_1.2.5.bb index d88775f9d..310081b82 100644 --- a/meta-oe/recipes-extended/dumb-init/dumb-init_1.2.5.bb +++ b/meta-oe/recipes-extended/dumb-init/dumb-init_1.2.5.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5940d39995ea6857d01b8227109c2e9c" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5940d39995ea6857d01b8227109c2e9c" |
5 | 5 | ||
6 | SRCREV = "89c1502b9d40b5cb4a844498b14d74ba1dd559bf" | 6 | SRCREV = "89c1502b9d40b5cb4a844498b14d74ba1dd559bf" |
7 | SRC_URI = "git://github.com/Yelp/dumb-init" | 7 | SRC_URI = "git://github.com/Yelp/dumb-init;branch=master;protocol=https" |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS} ${LDFLAGS}'" | 10 | EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS} ${LDFLAGS}'" |
diff --git a/meta-oe/recipes-extended/figlet/figlet_git.bb b/meta-oe/recipes-extended/figlet/figlet_git.bb index 4611646b9..61b050aac 100644 --- a/meta-oe/recipes-extended/figlet/figlet_git.bb +++ b/meta-oe/recipes-extended/figlet/figlet_git.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.figlet.org/" | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1688bcd97b27704f1afcac7336409857" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1688bcd97b27704f1afcac7336409857" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/cmatsuoka/figlet.git \ | 7 | SRC_URI = "git://github.com/cmatsuoka/figlet.git;branch=master;protocol=https \ |
8 | file://0001-build-add-autotools-support-to-allow-easy-cross-comp.patch" | 8 | file://0001-build-add-autotools-support-to-allow-easy-cross-comp.patch" |
9 | SRCREV = "5bbcd7383a8c3a531299b216b0c734e1495c6db3" | 9 | SRCREV = "5bbcd7383a8c3a531299b216b0c734e1495c6db3" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-extended/haveged/haveged_1.9.14.bb b/meta-oe/recipes-extended/haveged/haveged_1.9.14.bb index 30e126db1..ba436c277 100644 --- a/meta-oe/recipes-extended/haveged/haveged_1.9.14.bb +++ b/meta-oe/recipes-extended/haveged/haveged_1.9.14.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM="file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
7 | 7 | ||
8 | # v1.9.14 | 8 | # v1.9.14 |
9 | SRCREV = "4da3080ad4587860e5da73072d6ed54d0052938c" | 9 | SRCREV = "4da3080ad4587860e5da73072d6ed54d0052938c" |
10 | SRC_URI = "git://github.com/jirka-h/haveged.git \ | 10 | SRC_URI = "git://github.com/jirka-h/haveged.git;branch=master;protocol=https \ |
11 | " | 11 | " |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/meta-oe/recipes-extended/hexedit/hexedit_1.5.bb b/meta-oe/recipes-extended/hexedit/hexedit_1.5.bb index 7928df448..658392374 100644 --- a/meta-oe/recipes-extended/hexedit/hexedit_1.5.bb +++ b/meta-oe/recipes-extended/hexedit/hexedit_1.5.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = "ncurses" | |||
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/pixel/hexedit.git \ | 9 | SRC_URI = "git://github.com/pixel/hexedit.git;branch=master;protocol=https \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRCREV = "baf45a289360a39a05253949fb9d1b50e4668d8a" | 12 | SRCREV = "baf45a289360a39a05253949fb9d1b50e4668d8a" |
diff --git a/meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb b/meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb index 93bda3372..2ff494688 100644 --- a/meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb +++ b/meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d84d659a35c666d23233e54503aaea51" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d84d659a35c666d23233e54503aaea51" |
6 | DEPENDS = "redis" | 6 | DEPENDS = "redis" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/redis/hiredis;protocol=git" | 8 | SRC_URI = "git://github.com/redis/hiredis;protocol=https;branch=master" |
9 | SRCREV = "b731283245f3183af527237166261ad0768ba7d4" | 9 | SRCREV = "b731283245f3183af527237166261ad0768ba7d4" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-extended/iotop/iotop_0.6.bb b/meta-oe/recipes-extended/iotop/iotop_0.6.bb index d1b288cf2..97958dd4a 100644 --- a/meta-oe/recipes-extended/iotop/iotop_0.6.bb +++ b/meta-oe/recipes-extended/iotop/iotop_0.6.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" | |||
10 | PV .= "+git${SRCPV}" | 10 | PV .= "+git${SRCPV}" |
11 | 11 | ||
12 | SRCREV = "1bfb3bc70febb1ffb95146b6dcd65257228099a3" | 12 | SRCREV = "1bfb3bc70febb1ffb95146b6dcd65257228099a3" |
13 | SRC_URI = "git://repo.or.cz/iotop.git" | 13 | SRC_URI = "git://repo.or.cz/iotop.git;branch=master" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.3.bb b/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.3.bb index 0c8aaef7d..b0042b658 100644 --- a/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.3.bb +++ b/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.3.bb | |||
@@ -7,7 +7,7 @@ RDEPENDS:${BPN} = "openssl curl" | |||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/rhinstaller/isomd5sum.git;branch=master \ | 10 | SRC_URI = "git://github.com/rhinstaller/isomd5sum.git;branch=master;protocol=https \ |
11 | file://0001-tweak-install-prefix.patch \ | 11 | file://0001-tweak-install-prefix.patch \ |
12 | file://0002-fix-parallel-error.patch \ | 12 | file://0002-fix-parallel-error.patch \ |
13 | " | 13 | " |
diff --git a/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb b/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb index f2805a1b8..caa13958d 100644 --- a/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb +++ b/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | |||
4 | 4 | ||
5 | PV = "2.3.6+git${SRCPV}" | 5 | PV = "2.3.6+git${SRCPV}" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/snarlistic/jpnevulator.git;protocol=http" | 7 | SRC_URI = "git://github.com/snarlistic/jpnevulator.git;protocol=http;branch=master;protocol=https" |
8 | SRCREV = "bc1d4f6587a4a4829b5d55e3ca7ad584da6de545" | 8 | SRCREV = "bc1d4f6587a4a4829b5d55e3ca7ad584da6de545" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb b/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb index 99cf6ab08..15a796593 100644 --- a/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb +++ b/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f673270bfc350d9ce1efc8724c6c1873" | |||
9 | DEPENDS:append:class-target = " swig-native sblim-cmpi-devel python3" | 9 | DEPENDS:append:class-target = " swig-native sblim-cmpi-devel python3" |
10 | DEPENDS:append:class-native = " cmpi-bindings-native" | 10 | DEPENDS:append:class-native = " cmpi-bindings-native" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/rnovacek/konkretcmpi.git \ | 12 | SRC_URI = "git://github.com/rnovacek/konkretcmpi.git;branch=master;protocol=https \ |
13 | file://0001-CMakeLists.txt-fix-lib64-can-not-be-shiped-in-64bit-.patch \ | 13 | file://0001-CMakeLists.txt-fix-lib64-can-not-be-shiped-in-64bit-.patch \ |
14 | file://0001-drop-including-rpath-cmake-module.patch \ | 14 | file://0001-drop-including-rpath-cmake-module.patch \ |
15 | " | 15 | " |
diff --git a/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb b/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb index d930b4348..609e55f4a 100644 --- a/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb +++ b/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=24b5b3feec63c4be0975e1fea5100440" | |||
8 | 8 | ||
9 | DEPENDS += "libunwind" | 9 | DEPENDS += "libunwind" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/ianlancetaylor/libbacktrace;protocol=https" | 11 | SRC_URI = "git://github.com/ianlancetaylor/libbacktrace;protocol=https;branch=master" |
12 | 12 | ||
13 | PV = "1.0+git${SRCPV}" | 13 | PV = "1.0+git${SRCPV}" |
14 | SRCREV = "4f57c999716847e45505b3df170150876b545088" | 14 | SRCREV = "4f57c999716847e45505b3df170150876b545088" |
diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.26.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_2.26.bb index 7325b26e3..c884b1133 100644 --- a/meta-oe/recipes-extended/libblockdev/libblockdev_2.26.bb +++ b/meta-oe/recipes-extended/libblockdev/libblockdev_2.26.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" | |||
10 | 10 | ||
11 | inherit autotools gobject-introspection pkgconfig | 11 | inherit autotools gobject-introspection pkgconfig |
12 | 12 | ||
13 | SRC_URI = "git://github.com/storaged-project/libblockdev;branch=2.x-branch" | 13 | SRC_URI = "git://github.com/storaged-project/libblockdev;branch=2.x-branch;protocol=https" |
14 | SRCREV = "47ff12242c89e36a33259d18b7068b26c3bb1c64" | 14 | SRCREV = "47ff12242c89e36a33259d18b7068b26c3bb1c64" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb index 1e2033882..eabe1d476 100644 --- a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb +++ b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | |||
@@ -10,7 +10,7 @@ DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', ' | |||
10 | DEPENDS:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" | 10 | DEPENDS:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" |
11 | 11 | ||
12 | SRCREV = "29d82c80bcc62be2878a9ac080de7eb286c4beb9" | 12 | SRCREV = "29d82c80bcc62be2878a9ac080de7eb286c4beb9" |
13 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release \ | 13 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release;protocol=https \ |
14 | file://0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch \ | 14 | file://0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch \ |
15 | file://0001-Enhance-reproducibility.patch \ | 15 | file://0001-Enhance-reproducibility.patch \ |
16 | file://0001-Remove-buggy-test-confusing-host-and-target.patch \ | 16 | file://0001-Remove-buggy-test-confusing-host-and-target.patch \ |
diff --git a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb index 116ecd84a..7ca2a5f2c 100644 --- a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb +++ b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb | |||
@@ -11,7 +11,7 @@ inherit autotools pkgconfig | |||
11 | PV = "0.7.0" | 11 | PV = "0.7.0" |
12 | 12 | ||
13 | SRCREV = "47cbed5355ffda7b952193a770a9a9fa9f89b25b" | 13 | SRCREV = "47cbed5355ffda7b952193a770a9a9fa9f89b25b" |
14 | SRC_URI = "git://github.com/libdivecomputer/libdivecomputer.git;protocol=https \ | 14 | SRC_URI = "git://github.com/libdivecomputer/libdivecomputer.git;protocol=https;branch=master \ |
15 | " | 15 | " |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb index 41147647b..a7d2922dd 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "libxml2 glib-2.0 swig python3" | |||
9 | inherit autotools pkgconfig python3native python3targetconfig | 9 | inherit autotools pkgconfig python3native python3targetconfig |
10 | 10 | ||
11 | SRCREV = "c5a30e9267068436a75b5d00fcbf95cb9c1f4dcd" | 11 | SRCREV = "c5a30e9267068436a75b5d00fcbf95cb9c1f4dcd" |
12 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https" | 12 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=master" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
diff --git a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb index f94c76797..171e55586 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb | |||
@@ -9,7 +9,7 @@ inherit autotools pkgconfig gitpkgv | |||
9 | PKGV = "${GITPKGVTAG}" | 9 | PKGV = "${GITPKGVTAG}" |
10 | 10 | ||
11 | SRCREV = "ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af" | 11 | SRCREV = "ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af" |
12 | SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https" | 12 | SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
diff --git a/meta-oe/recipes-extended/libleak/libleak_git.bb b/meta-oe/recipes-extended/libleak/libleak_git.bb index 32d509b4a..60aa07b8b 100644 --- a/meta-oe/recipes-extended/libleak/libleak_git.bb +++ b/meta-oe/recipes-extended/libleak/libleak_git.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://README.md;beginline=18;endline=21;md5=de4f705f12cdedb | |||
8 | 8 | ||
9 | DEPENDS += "libbacktrace" | 9 | DEPENDS += "libbacktrace" |
10 | 10 | ||
11 | SRC_URI = "gitsm://github.com/WuBingzheng/libleak;protocol=https \ | 11 | SRC_URI = "gitsm://github.com/WuBingzheng/libleak;protocol=https;branch=master \ |
12 | file://0001-respect-environment-variables.patch \ | 12 | file://0001-respect-environment-variables.patch \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-oe/recipes-extended/liblightmodbus/liblightmodbus_2.0.2.bb b/meta-oe/recipes-extended/liblightmodbus/liblightmodbus_2.0.2.bb index 7fc599798..bbfee1ff7 100644 --- a/meta-oe/recipes-extended/liblightmodbus/liblightmodbus_2.0.2.bb +++ b/meta-oe/recipes-extended/liblightmodbus/liblightmodbus_2.0.2.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d" | |||
7 | 7 | ||
8 | inherit cmake pkgconfig | 8 | inherit cmake pkgconfig |
9 | 9 | ||
10 | SRC_URI = "git://github.com/Jacajack/liblightmodbus.git;protocol=https \ | 10 | SRC_URI = "git://github.com/Jacajack/liblightmodbus.git;protocol=https;branch=master \ |
11 | file://0001-cmake-Use-GNUInstallDirs-instead-of-hardcoding-lib-p.patch \ | 11 | file://0001-cmake-Use-GNUInstallDirs-instead-of-hardcoding-lib-p.patch \ |
12 | " | 12 | " |
13 | SRCREV = "59d2b405f95701e5b04326589786dbb43ce49e81" | 13 | SRCREV = "59d2b405f95701e5b04326589786dbb43ce49e81" |
diff --git a/meta-oe/recipes-extended/libqb/libqb_2.0.3.bb b/meta-oe/recipes-extended/libqb/libqb_2.0.3.bb index 18d6a4f27..23c3e92df 100644 --- a/meta-oe/recipes-extended/libqb/libqb_2.0.3.bb +++ b/meta-oe/recipes-extended/libqb/libqb_2.0.3.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785" | |||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | SRCREV = "404adbcd998ec83643e47d92b3ea8d9c3970e68b" | 12 | SRCREV = "404adbcd998ec83643e47d92b3ea8d9c3970e68b" |
13 | SRC_URI = "git://github.com/ClusterLabs/${BPN}.git \ | 13 | SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=master;protocol=https \ |
14 | " | 14 | " |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb b/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb index 7741305f0..631860a90 100644 --- a/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb +++ b/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "xmlrpc-c xmlrpc-c-native intltool-native \ | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
12 | 12 | ||
13 | 13 | ||
14 | SRC_URI = "git://github.com/abrt/libreport.git;protocol=https" | 14 | SRC_URI = "git://github.com/abrt/libreport.git;protocol=https;branch=master" |
15 | SRC_URI += "file://0001-Makefile.am-remove-doc-and-apidoc.patch \ | 15 | SRC_URI += "file://0001-Makefile.am-remove-doc-and-apidoc.patch \ |
16 | file://0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch \ | 16 | file://0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch \ |
17 | file://0003-without-build-plugins.patch \ | 17 | file://0003-without-build-plugins.patch \ |
diff --git a/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb b/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb index 781e7aab7..c93c8b0be 100644 --- a/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb +++ b/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb | |||
@@ -3,7 +3,7 @@ SECTION = "base" | |||
3 | LICENSE = "GPL-2.0" | 3 | LICENSE = "GPL-2.0" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
5 | 5 | ||
6 | SRC_URI = "git://git.code.sf.net/p/libuio/code \ | 6 | SRC_URI = "git://git.code.sf.net/p/libuio/code;branch=master \ |
7 | file://replace_inline_with_static-inline.patch \ | 7 | file://replace_inline_with_static-inline.patch \ |
8 | file://0001-include-fcntl.h-for-O_RDWR-define.patch \ | 8 | file://0001-include-fcntl.h-for-O_RDWR-define.patch \ |
9 | " | 9 | " |
diff --git a/meta-oe/recipes-extended/libyang/libyang_2.0.7.bb b/meta-oe/recipes-extended/libyang/libyang_2.0.7.bb index 6c675c406..2f5e4615f 100644 --- a/meta-oe/recipes-extended/libyang/libyang_2.0.7.bb +++ b/meta-oe/recipes-extended/libyang/libyang_2.0.7.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f3916d7d8d42a6508d0ea418cfff10ad" | |||
8 | 8 | ||
9 | SRCREV = "69d9fff65abb58beb0bb6aa9ecacd572ca1dfc56" | 9 | SRCREV = "69d9fff65abb58beb0bb6aa9ecacd572ca1dfc56" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/CESNET/libyang.git \ | 11 | SRC_URI = "git://github.com/CESNET/libyang.git;branch=master;protocol=https \ |
12 | file://libyang-skip-pcre2-config-add-stdint-h.patch \ | 12 | file://libyang-skip-pcre2-config-add-stdint-h.patch \ |
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
diff --git a/meta-oe/recipes-extended/md5deep/md5deep_git.bb b/meta-oe/recipes-extended/md5deep/md5deep_git.bb index e8c6864c1..cc31323c3 100644 --- a/meta-oe/recipes-extended/md5deep/md5deep_git.bb +++ b/meta-oe/recipes-extended/md5deep/md5deep_git.bb | |||
@@ -9,7 +9,7 @@ PV = "4.4+git${SRCPV}" | |||
9 | 9 | ||
10 | SRCREV = "877613493ff44807888ce1928129574be393cbb0" | 10 | SRCREV = "877613493ff44807888ce1928129574be393cbb0" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/jessek/hashdeep.git \ | 12 | SRC_URI = "git://github.com/jessek/hashdeep.git;branch=master;protocol=https \ |
13 | file://wrong-variable-expansion.patch \ | 13 | file://wrong-variable-expansion.patch \ |
14 | file://0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch \ | 14 | file://0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch \ |
15 | " | 15 | " |
diff --git a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb index 596ec0b43..671d32019 100644 --- a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb +++ b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "virtual/crypt expat flex python3 bison-native libxml2 nettle lz4" | |||
11 | RDEPENDS:${PN} = "python3-core" | 11 | RDEPENDS:${PN} = "python3-core" |
12 | 12 | ||
13 | SRCREV = "aa42957a2e227df41510047cece3cd606dc1cb6a" | 13 | SRCREV = "aa42957a2e227df41510047cece3cd606dc1cb6a" |
14 | SRC_URI = "git://github.com/apache/nifi-minifi-cpp.git \ | 14 | SRC_URI = "git://github.com/apache/nifi-minifi-cpp.git;branch=master;protocol=https \ |
15 | https://curl.haxx.se/download/curl-7.64.0.tar.bz2;name=curl;subdir=git/thirdparty \ | 15 | https://curl.haxx.se/download/curl-7.64.0.tar.bz2;name=curl;subdir=git/thirdparty \ |
16 | https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.8.3.tar.gz;name=libressl;subdir=git/thirdparty \ | 16 | https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.8.3.tar.gz;name=libressl;subdir=git/thirdparty \ |
17 | ${DEBIAN_MIRROR}/main/o/ossp-uuid/ossp-uuid_1.6.2.orig.tar.gz;name=ossp-uuid;subdir=git/thirdparty \ | 17 | ${DEBIAN_MIRROR}/main/o/ossp-uuid/ossp-uuid_1.6.2.orig.tar.gz;name=ossp-uuid;subdir=git/thirdparty \ |
diff --git a/meta-oe/recipes-extended/mraa/mraa_git.bb b/meta-oe/recipes-extended/mraa/mraa_git.bb index dcfbabc8a..7ab03eccf 100644 --- a/meta-oe/recipes-extended/mraa/mraa_git.bb +++ b/meta-oe/recipes-extended/mraa/mraa_git.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=91e7de50a8d3cf01057f318d72460acd" | |||
8 | SRCREV = "7786c7ded5c9ce7773890d0e3dc27632898fc6b1" | 8 | SRCREV = "7786c7ded5c9ce7773890d0e3dc27632898fc6b1" |
9 | PV = "2.2.0+git${SRCPV}" | 9 | PV = "2.2.0+git${SRCPV}" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/eclipse/${BPN}.git;protocol=http \ | 11 | SRC_URI = "git://github.com/eclipse/${BPN}.git;protocol=http;branch=master;protocol=https \ |
12 | file://0001-cmake-Use-a-regular-expression-to-match-x86-architec.patch \ | 12 | file://0001-cmake-Use-a-regular-expression-to-match-x86-architec.patch \ |
13 | file://0001-include-Declare-gVERSION-global-as-extern.patch \ | 13 | file://0001-include-Declare-gVERSION-global-as-extern.patch \ |
14 | " | 14 | " |
diff --git a/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb b/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb index 23db7c679..af0a3c2bd 100644 --- a/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb +++ b/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb | |||
@@ -17,7 +17,7 @@ REQUIRED_DISTRO_FEATURES = "pam" | |||
17 | 17 | ||
18 | SRCREV = "d8eba6cb6682b59d84ca1da67a523520b879ade6" | 18 | SRCREV = "d8eba6cb6682b59d84ca1da67a523520b879ade6" |
19 | 19 | ||
20 | SRC_URI = "git://github.com/Openwsman/openwsman.git \ | 20 | SRC_URI = "git://github.com/Openwsman/openwsman.git;branch=master;protocol=https \ |
21 | file://libssl-is-required-if-eventint-supported.patch \ | 21 | file://libssl-is-required-if-eventint-supported.patch \ |
22 | file://openwsmand.service \ | 22 | file://openwsmand.service \ |
23 | file://0001-lock.c-Define-PTHREAD_MUTEX_RECURSIVE_NP-if-undefine.patch \ | 23 | file://0001-lock.c-Define-PTHREAD_MUTEX_RECURSIVE_NP-if-undefine.patch \ |
diff --git a/meta-oe/recipes-extended/ostree/ostree_2021.5.bb b/meta-oe/recipes-extended/ostree/ostree_2021.5.bb index 08cfb136e..7e21a0ce9 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2021.5.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2021.5.bb | |||
@@ -22,7 +22,7 @@ DEPENDS = " \ | |||
22 | PREMIRRORS = "" | 22 | PREMIRRORS = "" |
23 | 23 | ||
24 | SRC_URI = " \ | 24 | SRC_URI = " \ |
25 | gitsm://github.com/ostreedev/ostree;branch=main \ | 25 | gitsm://github.com/ostreedev/ostree;branch=main;protocol=https \ |
26 | file://run-ptest \ | 26 | file://run-ptest \ |
27 | " | 27 | " |
28 | SRCREV = "63bf5e606b24c7343bfe622bf6af2110ee6beabc" | 28 | SRCREV = "63bf5e606b24c7343bfe622bf6af2110ee6beabc" |
diff --git a/meta-oe/recipes-extended/p8platform/p8platform_git.bb b/meta-oe/recipes-extended/p8platform/p8platform_git.bb index b18e52ff4..eca7d874b 100644 --- a/meta-oe/recipes-extended/p8platform/p8platform_git.bb +++ b/meta-oe/recipes-extended/p8platform/p8platform_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://src/os.h;md5=752555fa94e82005d45fd201fee5bd33" | |||
6 | 6 | ||
7 | PV = "2.1.0.1" | 7 | PV = "2.1.0.1" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/Pulse-Eight/platform.git \ | 9 | SRC_URI = "git://github.com/Pulse-Eight/platform.git;branch=master;protocol=https \ |
10 | file://0001-Make-resulting-cmake-config-relocatable.patch" | 10 | file://0001-Make-resulting-cmake-config-relocatable.patch" |
11 | SRCREV = "2d90f98620e25f47702c9e848380c0d93f29462b" | 11 | SRCREV = "2d90f98620e25f47702c9e848380c0d93f29462b" |
12 | 12 | ||
diff --git a/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb b/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb index f98c4a7be..dc7b84986 100644 --- a/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb +++ b/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb | |||
@@ -11,7 +11,7 @@ REQUIRED_DISTRO_FEATURES = "pam" | |||
11 | 11 | ||
12 | SRCREV = "e2145df09469bf84878e4729b4ecd814efb797d1" | 12 | SRCREV = "e2145df09469bf84878e4729b4ecd814efb797d1" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/PADL/pam_ccreds" | 14 | SRC_URI = "git://github.com/PADL/pam_ccreds;branch=master;protocol=https" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
diff --git a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb b/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb index 53745394a..698559006 100644 --- a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb +++ b/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb | |||
@@ -11,7 +11,7 @@ inherit features_check | |||
11 | REQUIRED_DISTRO_FEATURES = "pam" | 11 | REQUIRED_DISTRO_FEATURES = "pam" |
12 | 12 | ||
13 | SRCREV = "84d7b260f1ae6857ae36e014c9a5968e8aa1cbe8" | 13 | SRCREV = "84d7b260f1ae6857ae36e014c9a5968e8aa1cbe8" |
14 | SRC_URI = "git://github.com/rmbreak/pam_ldapdb \ | 14 | SRC_URI = "git://github.com/rmbreak/pam_ldapdb;branch=master;protocol=https \ |
15 | file://0001-include-stdexcept-for-std-invalid_argument.patch \ | 15 | file://0001-include-stdexcept-for-std-invalid_argument.patch \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/meta-oe/recipes-extended/pmdk/pmdk_1.11.1.bb b/meta-oe/recipes-extended/pmdk/pmdk_1.11.1.bb index e456603c1..4354c8337 100644 --- a/meta-oe/recipes-extended/pmdk/pmdk_1.11.1.bb +++ b/meta-oe/recipes-extended/pmdk/pmdk_1.11.1.bb | |||
@@ -11,7 +11,7 @@ DEPENDS:append:libc-musl = " fts" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/pmem/pmdk.git;branch=stable-1.11" | 14 | SRC_URI = "git://github.com/pmem/pmdk.git;branch=stable-1.11;protocol=https" |
15 | SRCREV = "5b21904a257eff47f2e87fcbf2de46111f03ddd8" | 15 | SRCREV = "5b21904a257eff47f2e87fcbf2de46111f03ddd8" |
16 | 16 | ||
17 | inherit autotools-brokensep pkgconfig | 17 | inherit autotools-brokensep pkgconfig |
diff --git a/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb b/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb index 450bbb918..d7e59e963 100644 --- a/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb +++ b/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" | |||
9 | PV = "0.0.1+git${SRCPV}" | 9 | PV = "0.0.1+git${SRCPV}" |
10 | 10 | ||
11 | SRCREV = "45863e849b39c4921d6553e6d27e267a96ac7d77" | 11 | SRCREV = "45863e849b39c4921d6553e6d27e267a96ac7d77" |
12 | SRC_URI = "git://github.com/lib-cpp/${BPN}.git" | 12 | SRC_URI = "git://github.com/lib-cpp/${BPN}.git;branch=master;protocol=https" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
diff --git a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.2.bb b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.2.bb index 2a6bb57ed..5c4c0aaff 100644 --- a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.2.bb +++ b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.2.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/sewenew/redis-plus-plus" | 7 | SRC_URI = "git://github.com/sewenew/redis-plus-plus;branch=master;protocol=https" |
8 | SRCREV = "e29c63db54653a660d7a0f556f670b7a6fce0a78" | 8 | SRCREV = "e29c63db54653a660d7a0f556f670b7a6fce0a78" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb index e96138ea8..bb72316cf 100644 --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb | |||
@@ -10,7 +10,7 @@ SRCREV = "56a83f4f52e6745cd4352f9ee008be3183a6dedf" | |||
10 | PV = "1.7.2" | 10 | PV = "1.7.2" |
11 | 11 | ||
12 | SRC_URI = "\ | 12 | SRC_URI = "\ |
13 | git://github.com/oetiker/rrdtool-1.x.git;branch=master;protocol=http; \ | 13 | git://github.com/oetiker/rrdtool-1.x.git;branch=master;protocol=http;;protocol=https \ |
14 | " | 14 | " |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.9.bb b/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.9.bb index 88ba9edaa..24ad17267 100644 --- a/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.9.bb +++ b/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.9.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a958bb07122368f3e1d9b2efe07d231f" | |||
6 | 6 | ||
7 | DEPENDS = "" | 7 | DEPENDS = "" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https" | 9 | SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https;branch=master" |
10 | 10 | ||
11 | SRCREV = "0293afb3913f760c449348551cca4d2df59c1a00" | 11 | SRCREV = "0293afb3913f760c449348551cca4d2df59c1a00" |
12 | 12 | ||
diff --git a/meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb b/meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb index fa08d0f98..8a9702d86 100644 --- a/meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb +++ b/meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://../README.license;md5=60487bf0bf429d6b5aa72b6d37a0eb2 | |||
13 | 13 | ||
14 | PV .= "+git${SRCPV}" | 14 | PV .= "+git${SRCPV}" |
15 | 15 | ||
16 | SRC_URI = "git://pagure.io/sanlock.git;protocol=http \ | 16 | SRC_URI = "git://pagure.io/sanlock.git;protocol=http;branch=master \ |
17 | file://0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch;patchdir=../ \ | 17 | file://0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch;patchdir=../ \ |
18 | " | 18 | " |
19 | SRCREV = "a181e951376d49a82eef17920c8ebedec80b4823" | 19 | SRCREV = "a181e951376d49a82eef17920c8ebedec80b4823" |
diff --git a/meta-oe/recipes-extended/sedutil/sedutil_git.bb b/meta-oe/recipes-extended/sedutil/sedutil_git.bb index 99e358648..e4323ec83 100644 --- a/meta-oe/recipes-extended/sedutil/sedutil_git.bb +++ b/meta-oe/recipes-extended/sedutil/sedutil_git.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://Common/LICENSE.txt;md5=d32239bcb673463ab874e80d47fae5 | |||
10 | BASEPV = "1.15.1" | 10 | BASEPV = "1.15.1" |
11 | PV = "1.20.0" | 11 | PV = "1.20.0" |
12 | SRCREV = "d3de8e45e06a21d31cca0046ceb16ced1ef3563a" | 12 | SRCREV = "d3de8e45e06a21d31cca0046ceb16ced1ef3563a" |
13 | SRC_URI = "git://github.com/Drive-Trust-Alliance/sedutil.git \ | 13 | SRC_URI = "git://github.com/Drive-Trust-Alliance/sedutil.git;branch=master;protocol=https \ |
14 | file://0001-Fix-build-on-big-endian-architectures.patch \ | 14 | file://0001-Fix-build-on-big-endian-architectures.patch \ |
15 | " | 15 | " |
16 | 16 | ||
diff --git a/meta-oe/recipes-extended/snappy/snappy_1.1.9.bb b/meta-oe/recipes-extended/snappy/snappy_1.1.9.bb index 5c786d891..252ba9f3d 100644 --- a/meta-oe/recipes-extended/snappy/snappy_1.1.9.bb +++ b/meta-oe/recipes-extended/snappy/snappy_1.1.9.bb | |||
@@ -10,7 +10,7 @@ compression ratio." | |||
10 | LICENSE = "BSD-3-Clause" | 10 | LICENSE = "BSD-3-Clause" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f62f3080324a97b3159a7a7e61812d0c" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f62f3080324a97b3159a7a7e61812d0c" |
12 | 12 | ||
13 | SRC_URI = "gitsm://github.com/google/snappy.git;protocol=https \ | 13 | SRC_URI = "gitsm://github.com/google/snappy.git;protocol=https;branch=master \ |
14 | file://0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch \ | 14 | file://0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch \ |
15 | " | 15 | " |
16 | SRCREV = "2b63814b15a2aaae54b7943f0cd935892fae628f" | 16 | SRCREV = "2b63814b15a2aaae54b7943f0cd935892fae628f" |
diff --git a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb index eed79ae7f..0e53cfa8d 100644 --- a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb +++ b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb | |||
@@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931" | |||
3 | SRCREV = "beb4650660179963a8ed5b5cbf2085cc1b34f608" | 3 | SRCREV = "beb4650660179963a8ed5b5cbf2085cc1b34f608" |
4 | PV = "1.0+git${SRCPV}" | 4 | PV = "1.0+git${SRCPV}" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https" | 6 | SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https;branch=master" |
7 | 7 | ||
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb b/meta-oe/recipes-extended/socketcan/can-utils_git.bb index 1a2d33090..45978bb2c 100644 --- a/meta-oe/recipes-extended/socketcan/can-utils_git.bb +++ b/meta-oe/recipes-extended/socketcan/can-utils_git.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=44;md5=a9e1169c6c9a114a61 | |||
4 | 4 | ||
5 | DEPENDS = "libsocketcan" | 5 | DEPENDS = "libsocketcan" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git" | 7 | SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=https;branch=master" |
8 | 8 | ||
9 | SRCREV = "3615bac17e539a06835dcb90855eae844ee18053" | 9 | SRCREV = "3615bac17e539a06835dcb90855eae844ee18053" |
10 | 10 | ||
diff --git a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb index 65e1fde0b..59114b027 100644 --- a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb +++ b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
8 | DEPENDS = "libsocketcan" | 8 | DEPENDS = "libsocketcan" |
9 | 9 | ||
10 | SRCREV = "299dff7f5322bf0348dcdd60071958ebedf5f09d" | 10 | SRCREV = "299dff7f5322bf0348dcdd60071958ebedf5f09d" |
11 | SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git \ | 11 | SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;branch=master \ |
12 | file://0001-canutils-candump-Add-error-frame-s-handling.patch \ | 12 | file://0001-canutils-candump-Add-error-frame-s-handling.patch \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.12.bb b/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.12.bb index b7a7f6f47..27380ee19 100644 --- a/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.12.bb +++ b/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.12.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/libsocketcan.c;beginline=3;endline=17;md5=97e38ad | |||
7 | 7 | ||
8 | SRCREV = "077def398ad303043d73339112968e5112d8d7c8" | 8 | SRCREV = "077def398ad303043d73339112968e5112d8d7c8" |
9 | 9 | ||
10 | SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git" | 10 | SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git;branch=master" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/meta-oe/recipes-extended/sysdig/sysdig_git.bb b/meta-oe/recipes-extended/sysdig/sysdig_git.bb index 90f375b66..340a12496 100644 --- a/meta-oe/recipes-extended/sysdig/sysdig_git.bb +++ b/meta-oe/recipes-extended/sysdig/sysdig_git.bb | |||
@@ -21,7 +21,7 @@ JIT:powerpc64 = "" | |||
21 | DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" | 21 | DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" |
22 | RDEPENDS:${PN} = "bash" | 22 | RDEPENDS:${PN} = "bash" |
23 | 23 | ||
24 | SRC_URI = "git://github.com/draios/sysdig.git;branch=dev \ | 24 | SRC_URI = "git://github.com/draios/sysdig.git;branch=dev;protocol=https \ |
25 | file://0001-fix-build-with-LuaJIT-2.1-betas.patch \ | 25 | file://0001-fix-build-with-LuaJIT-2.1-betas.patch \ |
26 | file://aarch64.patch \ | 26 | file://aarch64.patch \ |
27 | file://0001-libsinsp-Fix-a-lot-of-Werror-format-security-errors-.patch \ | 27 | file://0001-libsinsp-Fix-a-lot-of-Werror-format-security-errors-.patch \ |
diff --git a/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb b/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb index e2e6de6b5..271fe7a28 100644 --- a/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb +++ b/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Transparent Inter-Process Communication protocol" | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://tipclog/tipc.h;endline=35;md5=985b6ea8735818511d276c1b466cce98" | 3 | LIC_FILES_CHKSUM = "file://tipclog/tipc.h;endline=35;md5=985b6ea8735818511d276c1b466cce98" |
4 | 4 | ||
5 | SRC_URI = "git://git.code.sf.net/p/tipc/tipcutils \ | 5 | SRC_URI = "git://git.code.sf.net/p/tipc/tipcutils;branch=master \ |
6 | file://0001-include-sys-select.h-for-FD_-definitions.patch \ | 6 | file://0001-include-sys-select.h-for-FD_-definitions.patch \ |
7 | file://0002-replace-non-standard-uint-with-unsigned-int.patch \ | 7 | file://0002-replace-non-standard-uint-with-unsigned-int.patch \ |
8 | file://0001-multicast_blast-tipcc-Fix-struct-type-for-TIPC_GROUP.patch \ | 8 | file://0001-multicast_blast-tipcc-Fix-struct-type-for-TIPC_GROUP.patch \ |
diff --git a/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb b/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb index 7ae8c5150..6dc5c0c7e 100644 --- a/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb +++ b/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f7d9aab84ec6567139a4755c48d147fb" | |||
7 | 7 | ||
8 | DEPENDS:append = " libevent libssh msgpack-c ncurses" | 8 | DEPENDS:append = " libevent libssh msgpack-c ncurses" |
9 | SRC_URI = "\ | 9 | SRC_URI = "\ |
10 | git://github.com/tmate-io/tmate.git;protocol=https \ | 10 | git://github.com/tmate-io/tmate.git;protocol=https;branch=master \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRCREV = "5e00bfa5e137e76c81888727712ced2b3fd99f5b" | 13 | SRCREV = "5e00bfa5e137e76c81888727712ced2b3fd99f5b" |
diff --git a/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb b/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb index 472a39589..c8d585729 100644 --- a/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb +++ b/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
7 | # matches debian/0.5.0-1 tag | 7 | # matches debian/0.5.0-1 tag |
8 | SRCREV = "44a173195986d0d853316cb02a58785ded66c12b" | 8 | SRCREV = "44a173195986d0d853316cb02a58785ded66c12b" |
9 | PV = "0.5.0+git${SRCPV}" | 9 | PV = "0.5.0+git${SRCPV}" |
10 | SRC_URI = "git://github.com/wertarbyte/${BPN}.git;branch=debian" | 10 | SRC_URI = "git://github.com/wertarbyte/${BPN}.git;branch=debian;protocol=https" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/meta-oe/recipes-extended/upm/upm_git.bb b/meta-oe/recipes-extended/upm/upm_git.bb index cd7dd9ae0..78a45ab4e 100644 --- a/meta-oe/recipes-extended/upm/upm_git.bb +++ b/meta-oe/recipes-extended/upm/upm_git.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "libjpeg-turbo mraa" | |||
10 | SRCREV = "5cf20df96c6b35c19d5b871ba4e319e96b4df72d" | 10 | SRCREV = "5cf20df96c6b35c19d5b871ba4e319e96b4df72d" |
11 | PV = "2.0.0+git${SRCPV}" | 11 | PV = "2.0.0+git${SRCPV}" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/eclipse/${BPN}.git;protocol=http \ | 13 | SRC_URI = "git://github.com/eclipse/${BPN}.git;protocol=http;branch=master;protocol=https \ |
14 | file://0001-CMakeLists.txt-Use-SWIG_SUPPORT_FILES-to-find-the-li.patch \ | 14 | file://0001-CMakeLists.txt-Use-SWIG_SUPPORT_FILES-to-find-the-li.patch \ |
15 | file://0001-Use-stdint-types.patch \ | 15 | file://0001-Use-stdint-types.patch \ |
16 | file://0001-initialize-local-variables-before-use.patch \ | 16 | file://0001-initialize-local-variables-before-use.patch \ |
diff --git a/meta-oe/recipes-extended/wipe/wipe_0.24.bb b/meta-oe/recipes-extended/wipe/wipe_0.24.bb index 831d514a4..3ccc5afd5 100644 --- a/meta-oe/recipes-extended/wipe/wipe_0.24.bb +++ b/meta-oe/recipes-extended/wipe/wipe_0.24.bb | |||
@@ -9,7 +9,7 @@ HOMEPAGE = "http://lambda-diode.com/software/wipe/" | |||
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
10 | LIC_FILES_CHKSUM = "file://GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" | 10 | LIC_FILES_CHKSUM = "file://GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/berke/wipe.git;branch=master \ | 12 | SRC_URI = "git://github.com/berke/wipe.git;branch=master;protocol=https \ |
13 | file://support-cross-compile-for-linux.patch \ | 13 | file://support-cross-compile-for-linux.patch \ |
14 | file://makefile-add-ldflags.patch \ | 14 | file://makefile-add-ldflags.patch \ |
15 | " | 15 | " |
diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb b/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb index 9d9fab2ea..404ab2605 100644 --- a/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb +++ b/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb | |||
@@ -22,7 +22,7 @@ DEPENDS += " \ | |||
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI = " \ | 24 | SRC_URI = " \ |
25 | git://github.com/wxWidgets/wxWidgets.git \ | 25 | git://github.com/wxWidgets/wxWidgets.git;branch=master;protocol=https \ |
26 | file://0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch \ | 26 | file://0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch \ |
27 | " | 27 | " |
28 | PV = "3.1.4" | 28 | PV = "3.1.4" |
diff --git a/meta-oe/recipes-extended/zlog/zlog_1.2.15.bb b/meta-oe/recipes-extended/zlog/zlog_1.2.15.bb index 7dde4182f..1a77665e9 100644 --- a/meta-oe/recipes-extended/zlog/zlog_1.2.15.bb +++ b/meta-oe/recipes-extended/zlog/zlog_1.2.15.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "LGPLv2.1" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | SRCREV = "876099f3c66033f3de11d79f63814766b1021dbe" | 6 | SRCREV = "876099f3c66033f3de11d79f63814766b1021dbe" |
7 | SRC_URI = "git://github.com/HardySimpson/zlog" | 7 | SRC_URI = "git://github.com/HardySimpson/zlog;branch=master;protocol=https" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
diff --git a/meta-oe/recipes-extended/zsync/zsync-curl_git.bb b/meta-oe/recipes-extended/zsync/zsync-curl_git.bb index adb72d5de..84593387d 100644 --- a/meta-oe/recipes-extended/zsync/zsync-curl_git.bb +++ b/meta-oe/recipes-extended/zsync/zsync-curl_git.bb | |||
@@ -5,7 +5,7 @@ DEPENDS = "curl" | |||
5 | LICENSE = "Artistic-2.0" | 5 | LICENSE = "Artistic-2.0" |
6 | LIC_FILES_CHKSUM = "file://src/COPYING;md5=71c0ac4d86266533509aa0825b8d323c" | 6 | LIC_FILES_CHKSUM = "file://src/COPYING;md5=71c0ac4d86266533509aa0825b8d323c" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/probonopd/zsync-curl;protocol=https \ | 8 | SRC_URI = "git://github.com/probonopd/zsync-curl;protocol=https;branch=master \ |
9 | file://fixes.patch \ | 9 | file://fixes.patch \ |
10 | file://make.patch" | 10 | file://make.patch" |
11 | SRCREV = "00141c2806ccc4ddf2ff6263ee1612d19c0b713f" | 11 | SRCREV = "00141c2806ccc4ddf2ff6263ee1612d19c0b713f" |
diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.8.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.8.bb index 977c3213f..87767ac2a 100644 --- a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.8.bb +++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.8.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "\ | |||
8 | " | 8 | " |
9 | 9 | ||
10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
11 | git://github.com/hughsie/libjcat.git \ | 11 | git://github.com/hughsie/libjcat.git;branch=master;protocol=https \ |
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | SRCREV = "356cd2faf2d2197156b0dae7984482cf781d64db" | 14 | SRCREV = "356cd2faf2d2197156b0dae7984482cf781d64db" |
diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb index 0ebd653fe..7feb209e0 100644 --- a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb +++ b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.3.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "A library to help create and query binary XML blobs" | |||
2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPLv2.1" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/hughsie/libxmlb.git;branch=main \ | 5 | SRC_URI = "git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \ |
6 | file://run-ptest \ | 6 | file://run-ptest \ |
7 | " | 7 | " |
8 | SRCREV = "5108556a17bb1c2863c2ca5df088143ea65474a3" | 8 | SRCREV = "5108556a17bb1c2863c2ca5df088143ea65474a3" |
diff --git a/meta-oe/recipes-gnome/pyxdg/pyxdg_0.26.bb b/meta-oe/recipes-gnome/pyxdg/pyxdg_0.26.bb index a957c1d67..6fa31c58f 100644 --- a/meta-oe/recipes-gnome/pyxdg/pyxdg_0.26.bb +++ b/meta-oe/recipes-gnome/pyxdg/pyxdg_0.26.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "LGPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" |
6 | 6 | ||
7 | SRCREV = "7db14dcf4c4305c3859a2d9fcf9f5da2db328330" | 7 | SRCREV = "7db14dcf4c4305c3859a2d9fcf9f5da2db328330" |
8 | SRC_URI = "git://anongit.freedesktop.org/xdg/pyxdg" | 8 | SRC_URI = "git://anongit.freedesktop.org/xdg/pyxdg;branch=master" |
9 | 9 | ||
10 | inherit distutils3 | 10 | inherit distutils3 |
11 | 11 | ||
diff --git a/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb index 985706a8a..541b93896 100644 --- a/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb +++ b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb | |||
@@ -8,7 +8,7 @@ PV = "0.3" | |||
8 | PR = "r1" | 8 | PR = "r1" |
9 | 9 | ||
10 | SRCREV = "ef2e1a390e768e21e6a6268977580ee129a96633" | 10 | SRCREV = "ef2e1a390e768e21e6a6268977580ee129a96633" |
11 | SRC_URI = "git://github.com/lucasdemarchi/dietsplash.git \ | 11 | SRC_URI = "git://github.com/lucasdemarchi/dietsplash.git;branch=master;protocol=https \ |
12 | file://0001-configure.ac-Do-not-demand-linker-hash-style.patch \ | 12 | file://0001-configure.ac-Do-not-demand-linker-hash-style.patch \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb index 70e1a47f0..fdc164d56 100644 --- a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb +++ b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "GPLv3" | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504 \ | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504 \ |
4 | " | 4 | " |
5 | 5 | ||
6 | SRC_URI = "git://github.com/manatools/dnfdragora.git \ | 6 | SRC_URI = "git://github.com/manatools/dnfdragora.git;branch=master;protocol=https \ |
7 | file://0001-disable-build-manpages.patch \ | 7 | file://0001-disable-build-manpages.patch \ |
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 | file://0001-To-fix-error-when-do_package.patch \ | 9 | file://0001-To-fix-error-when-do_package.patch \ |
diff --git a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb index dfd137c04..833a41683 100644 --- a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb +++ b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a" |
5 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
6 | DEPENDS = "libpng zlib" | 6 | DEPENDS = "libpng zlib" |
7 | SRC_URI = "git://github.com/GunnarMonell/fbgrab.git;protocol=https" | 7 | SRC_URI = "git://github.com/GunnarMonell/fbgrab.git;protocol=https;branch=master" |
8 | 8 | ||
9 | SRCREV = "f43ce6d5ce48fb01360eaa7c4a92c2573a1d02f8" | 9 | SRCREV = "f43ce6d5ce48fb01360eaa7c4a92c2573a1d02f8" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb index bcc85157c..e715f7433 100644 --- a/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb | |||
@@ -15,7 +15,7 @@ REQUIRED_DISTRO_FEATURES:append:class-target = " x11" | |||
15 | 15 | ||
16 | # tag 20190801 | 16 | # tag 20190801 |
17 | SRCREV = "ac635b818e38ddb8e7e2e1057330a32b4e25476e" | 17 | SRCREV = "ac635b818e38ddb8e7e2e1057330a32b4e25476e" |
18 | SRC_URI = "git://github.com/${BPN}/${BPN}.git \ | 18 | SRC_URI = "git://github.com/${BPN}/${BPN}.git;branch=master;protocol=https \ |
19 | file://0001-include-sys-select-on-non-glibc-platforms.patch \ | 19 | file://0001-include-sys-select-on-non-glibc-platforms.patch \ |
20 | " | 20 | " |
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb index e0449269c..b2ad1b611 100644 --- a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb +++ b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb | |||
@@ -32,7 +32,7 @@ DEPENDS = " \ | |||
32 | " | 32 | " |
33 | 33 | ||
34 | SRC_URI = " \ | 34 | SRC_URI = " \ |
35 | git://github.com/fvwmorg/fvwm.git;protocol=https \ | 35 | git://github.com/fvwmorg/fvwm.git;protocol=https;branch=master \ |
36 | file://0001-Fix-compilation-for-disabled-gnome.patch \ | 36 | file://0001-Fix-compilation-for-disabled-gnome.patch \ |
37 | " | 37 | " |
38 | 38 | ||
diff --git a/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb b/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb index a2eb864b9..71a005a56 100644 --- a/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb +++ b/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "MIT" | |||
9 | LIC_FILES_CHKSUM = "file://copying.txt;md5=462e4b97f73ef12f8171c3c546ce4e8d" | 9 | LIC_FILES_CHKSUM = "file://copying.txt;md5=462e4b97f73ef12f8171c3c546ce4e8d" |
10 | 10 | ||
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
12 | git://github.com/g-truc/glm;branch=master \ | 12 | git://github.com/g-truc/glm;branch=master;protocol=https \ |
13 | file://0001-Silence-clang-warnings.patch \ | 13 | file://0001-Silence-clang-warnings.patch \ |
14 | file://glmConfig.cmake.in \ | 14 | file://glmConfig.cmake.in \ |
15 | file://glmConfigVersion.cmake.in \ | 15 | file://glmConfigVersion.cmake.in \ |
diff --git a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb index a90d40e4d..9e4daddd5 100644 --- a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb +++ b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb | |||
@@ -14,7 +14,7 @@ inherit autotools pkgconfig lib_package | |||
14 | 14 | ||
15 | AUTO_LIBNAME_PKGS = "" | 15 | AUTO_LIBNAME_PKGS = "" |
16 | 16 | ||
17 | SRC_URI = "git://git.enlightenment.org/legacy/${BPN}.git;protocol=https" | 17 | SRC_URI = "git://git.enlightenment.org/legacy/${BPN}.git;protocol=https;branch=master" |
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | PACKAGECONFIG ??= "jpeg png zlib ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 20 | PACKAGECONFIG ??= "jpeg png zlib ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
diff --git a/meta-oe/recipes-graphics/jasper/jasper_2.0.33.bb b/meta-oe/recipes-graphics/jasper/jasper_2.0.33.bb index da863b731..4c17105a9 100644 --- a/meta-oe/recipes-graphics/jasper/jasper_2.0.33.bb +++ b/meta-oe/recipes-graphics/jasper/jasper_2.0.33.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://jasper-software.github.io/jasper/" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a80440d1d8f17d041c71c7271d6e06eb" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a80440d1d8f17d041c71c7271d6e06eb" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/jasper-software/jasper.git;protocol=https" | 6 | SRC_URI = "git://github.com/jasper-software/jasper.git;protocol=https;branch=master" |
7 | SRCREV = "fe00207dc10db1d7cc6f2757961c5c6bdfd10973" | 7 | SRCREV = "fe00207dc10db1d7cc6f2757961c5c6bdfd10973" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb index 3ed9e9473..c3b664599 100644 --- a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb +++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb | |||
@@ -44,7 +44,7 @@ FILES:libvncclient = "${libdir}/libvncclient.*" | |||
44 | 44 | ||
45 | inherit cmake | 45 | inherit cmake |
46 | 46 | ||
47 | SRC_URI = "git://github.com/LibVNC/libvncserver" | 47 | SRC_URI = "git://github.com/LibVNC/libvncserver;branch=master;protocol=https" |
48 | SRCREV = "2aa20dad4c23c18948d3f63b33f9dfec1f837729" | 48 | SRCREV = "2aa20dad4c23c18948d3f63b33f9dfec1f837729" |
49 | 49 | ||
50 | S = "${WORKDIR}/git" | 50 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.1.1.bb b/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.1.1.bb index b298684ff..bdcbfd7c3 100644 --- a/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.1.1.bb +++ b/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.1.1.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://../COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad0 | |||
4 | file://../COPYING.lgpl-2.1;md5=4fbd65380cdd255951079008b364516c \ | 4 | file://../COPYING.lgpl-2.1;md5=4fbd65380cdd255951079008b364516c \ |
5 | " | 5 | " |
6 | 6 | ||
7 | SRC_URI = "git://github.com/libyui/libyui.git" | 7 | SRC_URI = "git://github.com/libyui/libyui.git;branch=master;protocol=https" |
8 | 8 | ||
9 | SRC_URI:append:class-target = " file://0001-Fix-the-error-of-can-t-find-header-file.patch" | 9 | SRC_URI:append:class-target = " file://0001-Fix-the-error-of-can-t-find-header-file.patch" |
10 | 10 | ||
diff --git a/meta-oe/recipes-graphics/libyui/libyui_4.1.1.bb b/meta-oe/recipes-graphics/libyui/libyui_4.1.1.bb index b15343c2c..4ea217736 100644 --- a/meta-oe/recipes-graphics/libyui/libyui_4.1.1.bb +++ b/meta-oe/recipes-graphics/libyui/libyui_4.1.1.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://../COPYING.gpl-3;md5=d32239bcb673463ab874e80d47fae504 | |||
5 | file://../COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | 5 | file://../COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ |
6 | " | 6 | " |
7 | 7 | ||
8 | SRC_URI = "git://github.com/libyui/libyui.git \ | 8 | SRC_URI = "git://github.com/libyui/libyui.git;branch=master;protocol=https \ |
9 | file://0001-Fix-build-with-clang.patch \ | 9 | file://0001-Fix-build-with-clang.patch \ |
10 | file://0001-Use-relative-install-paths-for-CMake.patch \ | 10 | file://0001-Use-relative-install-paths-for-CMake.patch \ |
11 | " | 11 | " |
diff --git a/meta-oe/recipes-graphics/openbox/obconf_git.bb b/meta-oe/recipes-graphics/openbox/obconf_git.bb index bb1e7528e..4ff0d2621 100644 --- a/meta-oe/recipes-graphics/openbox/obconf_git.bb +++ b/meta-oe/recipes-graphics/openbox/obconf_git.bb | |||
@@ -13,7 +13,7 @@ PV = "2.0.4+git${SRCPV}" | |||
13 | 13 | ||
14 | SRCREV = "63ec47c5e295ad4f09d1df6d92afb7e10c3fec39" | 14 | SRCREV = "63ec47c5e295ad4f09d1df6d92afb7e10c3fec39" |
15 | SRC_URI = " \ | 15 | SRC_URI = " \ |
16 | git://git.openbox.org/dana/obconf \ | 16 | git://git.openbox.org/dana/obconf;branch=master \ |
17 | " | 17 | " |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb index 9f610ef73..0533f9262 100644 --- a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb +++ b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c" | |||
6 | DEPENDS = "libpng tiff lcms zlib" | 6 | DEPENDS = "libpng tiff lcms zlib" |
7 | 7 | ||
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | git://github.com/uclouvain/openjpeg.git \ | 9 | git://github.com/uclouvain/openjpeg.git;branch=master;protocol=https \ |
10 | file://0002-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch \ | 10 | file://0002-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch \ |
11 | file://0001-This-patch-fixed-include-dir-to-usr-include-.-Obviou.patch \ | 11 | file://0001-This-patch-fixed-include-dir-to-usr-include-.-Obviou.patch \ |
12 | " | 12 | " |
diff --git a/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner_git.bb b/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner_git.bb index 4c02cc55a..52723d7af 100644 --- a/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner_git.bb +++ b/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | LICENSE = "MIT" | 1 | LICENSE = "MIT" |
2 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4f59d6446bf2e004e80df1a0937129fa" | 2 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4f59d6446bf2e004e80df1a0937129fa" |
3 | 3 | ||
4 | SRC_URI = "git://gitlab.freedesktop.org/mesa/parallel-deqp-runner.git;protocol=https \ | 4 | SRC_URI = "git://gitlab.freedesktop.org/mesa/parallel-deqp-runner.git;protocol=https;branch=master \ |
5 | file://0001-meson.build-WORKAROUND-Remove-vulkan-dependency.patch \ | 5 | file://0001-meson.build-WORKAROUND-Remove-vulkan-dependency.patch \ |
6 | " | 6 | " |
7 | 7 | ||
diff --git a/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb b/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb index 3eb23dc0f..defaaeea7 100644 --- a/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb +++ b/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
7 | 7 | ||
8 | SRCREV = "715e29fd4cd71b6e452ae0f4e36d917b43122ce8" | 8 | SRCREV = "715e29fd4cd71b6e452ae0f4e36d917b43122ce8" |
9 | SRC_URI = "git://github.com/fukuchi/libqrencode.git" | 9 | SRC_URI = "git://github.com/fukuchi/libqrencode.git;branch=master;protocol=https" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
diff --git a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb index be5b6013f..0bc03941f 100644 --- a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb +++ b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5486c0df458c74c85828e0cdbffd499e" | |||
6 | 6 | ||
7 | SRCREV = "cc05b288b6d1660ab04c6cf01173f1bb62e6f5dd" | 7 | SRCREV = "cc05b288b6d1660ab04c6cf01173f1bb62e6f5dd" |
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | git://github.com/baldurk/${BPN}.git;protocol=http;branch=v1.x \ | 9 | git://github.com/baldurk/${BPN}.git;protocol=http;branch=v1.x;protocol=https \ |
10 | file://0001-renderdoc-use-xxd-instead-of-cross-compiling-shim-bi.patch \ | 10 | file://0001-renderdoc-use-xxd-instead-of-cross-compiling-shim-bi.patch \ |
11 | " | 11 | " |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-graphics/spir/spirv-shader-generator_git.bb b/meta-oe/recipes-graphics/spir/spirv-shader-generator_git.bb index b787972da..bf0a5947b 100644 --- a/meta-oe/recipes-graphics/spir/spirv-shader-generator_git.bb +++ b/meta-oe/recipes-graphics/spir/spirv-shader-generator_git.bb | |||
@@ -6,7 +6,7 @@ SECTION = "graphics" | |||
6 | 6 | ||
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | SRCREV = "ed16b3e69985feaf565efbecea70a1cc2fca2a58" | 8 | SRCREV = "ed16b3e69985feaf565efbecea70a1cc2fca2a58" |
9 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Cross.git \ | 9 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Cross.git;branch=master;protocol=https \ |
10 | file://0001-Add-install-PHONY-target-in-Makefile.patch \ | 10 | file://0001-Add-install-PHONY-target-in-Makefile.patch \ |
11 | " | 11 | " |
12 | 12 | ||
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb b/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb index dea579c4f..3a3068f73 100644 --- a/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb +++ b/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "Apache-2.0" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
5 | 5 | ||
6 | SRCREV = "4767ea922bcc460e70b87b1d303ebdfed0897da8" | 6 | SRCREV = "4767ea922bcc460e70b87b1d303ebdfed0897da8" |
7 | SRC_URI = "git://github.com/tesseract-ocr/tessdata.git" | 7 | SRC_URI = "git://github.com/tesseract-ocr/tessdata.git;branch=master;protocol=https" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_4.1.1.bb b/meta-oe/recipes-graphics/tesseract/tesseract_4.1.1.bb index 7856fabb5..0c21685b1 100644 --- a/meta-oe/recipes-graphics/tesseract/tesseract_4.1.1.bb +++ b/meta-oe/recipes-graphics/tesseract/tesseract_4.1.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
7 | 7 | ||
8 | BRANCH = "4.1" | 8 | BRANCH = "4.1" |
9 | SRCREV = "f4ef2f2050f4c25b28bdbf0063b7d2eb30f41cf7" | 9 | SRCREV = "f4ef2f2050f4c25b28bdbf0063b7d2eb30f41cf7" |
10 | SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=${BRANCH} \ | 10 | SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=${BRANCH};protocol=https \ |
11 | file://0001-include-sys-time.h.patch \ | 11 | file://0001-include-sys-time.h.patch \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb index e7673c58d..a946d92ff 100644 --- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb +++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb | |||
@@ -17,7 +17,7 @@ B = "${S}" | |||
17 | 17 | ||
18 | SRCREV = "540bfc3278e396321124d4b18a798ac2bc18b6ca" | 18 | SRCREV = "540bfc3278e396321124d4b18a798ac2bc18b6ca" |
19 | 19 | ||
20 | SRC_URI = "git://github.com/TigerVNC/tigervnc.git;branch=1.11-branch \ | 20 | SRC_URI = "git://github.com/TigerVNC/tigervnc.git;branch=1.11-branch;protocol=https \ |
21 | file://0002-do-not-build-tests-sub-directory.patch \ | 21 | file://0002-do-not-build-tests-sub-directory.patch \ |
22 | file://0003-add-missing-dynamic-library-to-FLTK_LIBRARIES.patch \ | 22 | file://0003-add-missing-dynamic-library-to-FLTK_LIBRARIES.patch \ |
23 | file://0004-tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch \ | 23 | file://0004-tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch \ |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb index 4cec02db9..7fa155a22 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb | |||
@@ -8,7 +8,7 @@ SRCREV = "21e6e2de1f0062f949fcc52d0b4559dfa3246e0e" | |||
8 | PV = "0.1+gitr${SRCPV}" | 8 | PV = "0.1+gitr${SRCPV}" |
9 | PR = "r3" | 9 | PR = "r3" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/android/platform_frameworks_base.git;branch=master" | 11 | SRC_URI = "git://github.com/android/platform_frameworks_base.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git/data/fonts" | 13 | S = "${WORKDIR}/git/data/fonts" |
14 | 14 | ||
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb index f72b8b6fe..8340cccbb 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "OFL-1.1" | |||
8 | LIC_FILES_CHKSUM = "file://OFL.txt;md5=7dfa0a236dc535ad2d2548e6170c4402" | 8 | LIC_FILES_CHKSUM = "file://OFL.txt;md5=7dfa0a236dc535ad2d2548e6170c4402" |
9 | 9 | ||
10 | SRCREV = "a403c9b7f509dad5e58dde85ef63b1c36fde3a21" | 10 | SRCREV = "a403c9b7f509dad5e58dde85ef63b1c36fde3a21" |
11 | SRC_URI = "git://github.com/pravins/lohit.git;branch=master" | 11 | SRC_URI = "git://github.com/pravins/lohit.git;branch=master;protocol=https" |
12 | 12 | ||
13 | DEPENDS = "fontforge-native" | 13 | DEPENDS = "fontforge-native" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb b/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb index 8a6b6f814..f3602f194 100644 --- a/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb +++ b/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb | |||
@@ -5,7 +5,7 @@ AUTHOR = "Ingo Bürk" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b25d2c4cca175f44120d1b8e67cb358d" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b25d2c4cca175f44120d1b8e67cb358d" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/Airblader/unclutter-xfixes.git \ | 8 | SRC_URI = "git://github.com/Airblader/unclutter-xfixes.git;branch=master;protocol=https \ |
9 | file://0001-build-use-autotools.patch" | 9 | file://0001-build-use-autotools.patch" |
10 | SRCREV = "160ae3760a51126eb225ce77d83e4706eccd4ed9" | 10 | SRCREV = "160ae3760a51126eb225ce77d83e4706eccd4ed9" |
11 | 11 | ||
diff --git a/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb b/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb index 64dd3ea78..2c08ff3ec 100644 --- a/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb +++ b/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=83af8811a28727a13f04132cc33b7f58" | |||
6 | DEPENDS = "virtual/libx11 libxext xorgproto" | 6 | DEPENDS = "virtual/libx11 libxext xorgproto" |
7 | 7 | ||
8 | SRCREV = "c3d1a9dbafdfe6144ff474d0d523dc01b068750f" | 8 | SRCREV = "c3d1a9dbafdfe6144ff474d0d523dc01b068750f" |
9 | SRC_URI = "git://anongit.freedesktop.org/vdpau/libvdpau" | 9 | SRC_URI = "git://anongit.freedesktop.org/vdpau/libvdpau;branch=master" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc index 1faee4d3a..7d73bfbf3 100644 --- a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc +++ b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | |||
@@ -4,9 +4,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
4 | SRC_URI = "\ | 4 | SRC_URI = "\ |
5 | git://github.com/KhronosGroup/VK-GL-CTS.git;protocol=https;name=vk-gl-cts;nobranch=1 \ | 5 | git://github.com/KhronosGroup/VK-GL-CTS.git;protocol=https;name=vk-gl-cts;nobranch=1 \ |
6 | git://github.com/google/amber;protocol=https;destsuffix=git/external/amber/src;name=amber;branch=main \ | 6 | git://github.com/google/amber;protocol=https;destsuffix=git/external/amber/src;name=amber;branch=main \ |
7 | git://github.com/KhronosGroup/glslang.git;protocol=https;destsuffix=git/external/glslang/src;name=glslang \ | 7 | git://github.com/KhronosGroup/glslang.git;protocol=https;destsuffix=git/external/glslang/src;name=glslang;branch=master \ |
8 | git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;destsuffix=git/external/spirv-headers/src;name=spirv-headers \ | 8 | git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;destsuffix=git/external/spirv-headers/src;name=spirv-headers;branch=master \ |
9 | git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;destsuffix=git/external/spirv-tools/src;name=spirv-tools \ | 9 | git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;destsuffix=git/external/spirv-tools/src;name=spirv-tools;branch=master \ |
10 | https://raw.githubusercontent.com/baldurk/renderdoc/v1.1/renderdoc/api/app/renderdoc_app.h;subdir=git/external/renderdoc/src;name=renderdoc \ | 10 | https://raw.githubusercontent.com/baldurk/renderdoc/v1.1/renderdoc/api/app/renderdoc_app.h;subdir=git/external/renderdoc/src;name=renderdoc \ |
11 | " | 11 | " |
12 | 12 | ||
diff --git a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb index 21b20f42f..0a7af92da 100644 --- a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb +++ b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
10 | SRCREV = "87cd0530f438372dda3c70bb491a6fd19f09acc2" | 10 | SRCREV = "87cd0530f438372dda3c70bb491a6fd19f09acc2" |
11 | PV .= "+git${SRCPV}" | 11 | PV .= "+git${SRCPV}" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/LibVNC/x11vnc \ | 13 | SRC_URI = "git://github.com/LibVNC/x11vnc;branch=master;protocol=https \ |
14 | file://starting-fix.patch \ | 14 | file://starting-fix.patch \ |
15 | " | 15 | " |
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb index 3b7bbd138..404df4ee9 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602" | |||
7 | DEPENDS += "virtual/libx11 libdrm xorgproto" | 7 | DEPENDS += "virtual/libx11 libdrm xorgproto" |
8 | 8 | ||
9 | SRCREV = "8bbdb2ae3bb8ef649999a8da33ddbe11a04763b8" | 9 | SRCREV = "8bbdb2ae3bb8ef649999a8da33ddbe11a04763b8" |
10 | SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-armsoc" | 10 | SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-armsoc;branch=master" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/meta-oe/recipes-graphics/yad/yad_6.0.bb b/meta-oe/recipes-graphics/yad/yad_6.0.bb index 6ede557c7..029d79316 100644 --- a/meta-oe/recipes-graphics/yad/yad_6.0.bb +++ b/meta-oe/recipes-graphics/yad/yad_6.0.bb | |||
@@ -5,7 +5,7 @@ AUTHOR = "Victor Ananjevsky" | |||
5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/v1cont/yad.git" | 8 | SRC_URI = "git://github.com/v1cont/yad.git;branch=master;protocol=https" |
9 | SRCREV = "a5b1a7a3867bc7dffbbc539f586f301687b6ec02" | 9 | SRCREV = "a5b1a7a3867bc7dffbbc539f586f301687b6ec02" |
10 | 10 | ||
11 | inherit autotools gsettings features_check pkgconfig | 11 | inherit autotools gsettings features_check pkgconfig |
diff --git a/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb b/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb index 2eb19206d..57232f8d5 100644 --- a/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb +++ b/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb | |||
@@ -10,7 +10,7 @@ EXTRA_OEMAKE = "'CC=${CC}'" | |||
10 | 10 | ||
11 | SRCREV = "468fe4c31e6c62c9bbb328b06ba71eaf7be0b76a" | 11 | SRCREV = "468fe4c31e6c62c9bbb328b06ba71eaf7be0b76a" |
12 | 12 | ||
13 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kgdb/agent-proxy.git;protocol=git \ | 13 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kgdb/agent-proxy.git;protocol=git;branch=master \ |
14 | file://0001-Makefile-Add-LDFLAGS-variable.patch \ | 14 | file://0001-Makefile-Add-LDFLAGS-variable.patch \ |
15 | " | 15 | " |
16 | 16 | ||
diff --git a/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p2.bb b/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p2.bb index bc00e3d32..e135b05c8 100644 --- a/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p2.bb +++ b/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p2.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "Firmware-Broadcom-WIDCOMM" | |||
9 | NO_GENERIC_LICENSE[Firmware-Broadcom-WIDCOMM] = "LICENSE.broadcom_bcm20702" | 9 | NO_GENERIC_LICENSE[Firmware-Broadcom-WIDCOMM] = "LICENSE.broadcom_bcm20702" |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://LICENSE.broadcom_bcm20702;md5=c0d5ea0502b00df74173d0f8a48b619d" | 11 | LIC_FILES_CHKSUM = "file://LICENSE.broadcom_bcm20702;md5=c0d5ea0502b00df74173d0f8a48b619d" |
12 | SRC_URI = "git://github.com/winterheart/broadcom-bt-firmware.git" | 12 | SRC_URI = "git://github.com/winterheart/broadcom-bt-firmware.git;branch=master;protocol=https" |
13 | SRCREV = "1af1116f73782951bd7bbe2139928e497c3a634b" | 13 | SRCREV = "1af1116f73782951bd7bbe2139928e497c3a634b" |
14 | 14 | ||
15 | PE = "1" | 15 | PE = "1" |
diff --git a/meta-oe/recipes-kernel/crash/crash_7.3.0.bb b/meta-oe/recipes-kernel/crash/crash_7.3.0.bb index 4b228bbd9..35de3c5c3 100644 --- a/meta-oe/recipes-kernel/crash/crash_7.3.0.bb +++ b/meta-oe/recipes-kernel/crash/crash_7.3.0.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING3;md5=d32239bcb673463ab874e80d47fae504" | |||
13 | DEPENDS = "zlib readline coreutils-native ncurses-native" | 13 | DEPENDS = "zlib readline coreutils-native ncurses-native" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | SRC_URI = "git://github.com/crash-utility/${BPN}.git \ | 16 | SRC_URI = "git://github.com/crash-utility/${BPN}.git;branch=master;protocol=https \ |
17 | ${GNU_MIRROR}/gdb/gdb-7.6.tar.gz;name=gdb;subdir=git \ | 17 | ${GNU_MIRROR}/gdb/gdb-7.6.tar.gz;name=gdb;subdir=git \ |
18 | file://7001force_define_architecture.patch \ | 18 | file://7001force_define_architecture.patch \ |
19 | file://7003cross_ranlib.patch \ | 19 | file://7003cross_ranlib.patch \ |
diff --git a/meta-oe/recipes-kernel/kpatch/kpatch.inc b/meta-oe/recipes-kernel/kpatch/kpatch.inc index 9e626179f..13c454921 100644 --- a/meta-oe/recipes-kernel/kpatch/kpatch.inc +++ b/meta-oe/recipes-kernel/kpatch/kpatch.inc | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "kpatch is a Linux dynamic kernel patching infrastructure which al | |||
3 | LICENSE = "GPLv2 & LGPLv2" | 3 | LICENSE = "GPLv2 & LGPLv2" |
4 | DEPENDS = "elfutils bash" | 4 | DEPENDS = "elfutils bash" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/dynup/kpatch.git;protocol=https \ | 6 | SRC_URI = "git://github.com/dynup/kpatch.git;protocol=https;branch=master \ |
7 | file://0001-kpatch-build-add-cross-compilation-support.patch \ | 7 | file://0001-kpatch-build-add-cross-compilation-support.patch \ |
8 | file://0002-kpatch-build-allow-overriding-of-distro-name.patch \ | 8 | file://0002-kpatch-build-allow-overriding-of-distro-name.patch \ |
9 | " | 9 | " |
diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_0.5.0.bb b/meta-oe/recipes-kernel/libbpf/libbpf_0.5.0.bb index 7ce723452..4a3b834c7 100644 --- a/meta-oe/recipes-kernel/libbpf/libbpf_0.5.0.bb +++ b/meta-oe/recipes-kernel/libbpf/libbpf_0.5.0.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238 | |||
8 | 8 | ||
9 | DEPENDS = "zlib elfutils" | 9 | DEPENDS = "zlib elfutils" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https" | 11 | SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=master" |
12 | SRCREV = "5579664205e42194e1921d69d0839f660c801a4d" | 12 | SRCREV = "5579664205e42194e1921d69d0839f660c801a4d" |
13 | 13 | ||
14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.9.bb b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.9.bb index cf34d34d9..8de4a7ad6 100644 --- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.9.bb +++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.9.bb | |||
@@ -24,7 +24,7 @@ PACKAGES =+ "${PN}-tools" | |||
24 | FILES:${PN}-tools = "${bindir}/*.pl" | 24 | FILES:${PN}-tools = "${bindir}/*.pl" |
25 | 25 | ||
26 | SRC_URI = "\ | 26 | SRC_URI = "\ |
27 | git://github.com/makedumpfile/makedumpfile;branch=${SRCBRANCH} \ | 27 | git://github.com/makedumpfile/makedumpfile;branch=${SRCBRANCH};protocol=https \ |
28 | file://0001-makedumpfile-replace-hardcode-CFLAGS.patch \ | 28 | file://0001-makedumpfile-replace-hardcode-CFLAGS.patch \ |
29 | file://0002-mem_section-Support-only-46-bit-for-MAX_PHYSMEM_BITS.patch \ | 29 | file://0002-mem_section-Support-only-46-bit-for-MAX_PHYSMEM_BITS.patch \ |
30 | " | 30 | " |
diff --git a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb index 1b578d33b..887390c8b 100644 --- a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb +++ b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb | |||
@@ -13,7 +13,7 @@ SRCREV = "16a0d44f1725eaa93096eaa0e086f42ef4c2712c" | |||
13 | 13 | ||
14 | PR .= "+git${SRCPV}" | 14 | PR .= "+git${SRCPV}" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/diamon/minicoredumper;protocol=https \ | 16 | SRC_URI = "git://github.com/diamon/minicoredumper;protocol=https;branch=master \ |
17 | file://0001-replace-pthread_mutexattr_setrobust_np-with-pthread_.patch \ | 17 | file://0001-replace-pthread_mutexattr_setrobust_np-with-pthread_.patch \ |
18 | file://minicoredumper.service \ | 18 | file://minicoredumper.service \ |
19 | file://minicoredumper.init \ | 19 | file://minicoredumper.init \ |
diff --git a/meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb b/meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb index 06a02bb1c..0562f3111 100644 --- a/meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb +++ b/meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPL-2" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" |
7 | 7 | ||
8 | SRCREV = "cf59527dc24fdd2f314ae4dcaeb3d68a117988f6" | 8 | SRCREV = "cf59527dc24fdd2f314ae4dcaeb3d68a117988f6" |
9 | SRC_URI = "git://github.com/intel/pm-graph.git \ | 9 | SRC_URI = "git://github.com/intel/pm-graph.git;branch=master;protocol=https \ |
10 | file://0001-Makefile-fix-multilib-build-failure.patch \ | 10 | file://0001-Makefile-fix-multilib-build-failure.patch \ |
11 | file://0001-sleepgraph.py-use-python3.patch \ | 11 | file://0001-sleepgraph.py-use-python3.patch \ |
12 | file://0001-sleepgraph-add-support-for-RT-kernel-ftrace-flags.patch \ | 12 | file://0001-sleepgraph-add-support-for-RT-kernel-ftrace-flags.patch \ |
diff --git a/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb b/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb index 1351dc4e1..fa4da18c8 100644 --- a/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb +++ b/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb | |||
@@ -11,7 +11,7 @@ DEPENDS:append:libc-musl = " libexecinfo" | |||
11 | 11 | ||
12 | SRCREV = "de37569c926c5886768f892c019e3f0468615038" | 12 | SRCREV = "de37569c926c5886768f892c019e3f0468615038" |
13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
14 | git://github.com/linuxaudio/a2jmidid;protocol=https \ | 14 | git://github.com/linuxaudio/a2jmidid;protocol=https;branch=master \ |
15 | file://riscv_ucontext.patch \ | 15 | file://riscv_ucontext.patch \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb b/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb index c4a271e92..8411cbaef 100644 --- a/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb +++ b/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = " \ | |||
14 | 14 | ||
15 | DEPENDS = "libsamplerate0 libsndfile1 readline" | 15 | DEPENDS = "libsamplerate0 libsndfile1 readline" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/jackaudio/jack2.git \ | 17 | SRC_URI = "git://github.com/jackaudio/jack2.git;branch=master;protocol=https \ |
18 | file://0001-example-clients-Use-c-compiler-for-jack_simdtests.patch \ | 18 | file://0001-example-clients-Use-c-compiler-for-jack_simdtests.patch \ |
19 | " | 19 | " |
20 | SRCREV = "3e6ca6b734b69e2f5dfb85935068e15006fb5acf" | 20 | SRCREV = "3e6ca6b734b69e2f5dfb85935068e15006fb5acf" |
diff --git a/meta-oe/recipes-multimedia/libass/libass_0.14.0.bb b/meta-oe/recipes-multimedia/libass/libass_0.14.0.bb index 8b57c39e2..0e6230736 100644 --- a/meta-oe/recipes-multimedia/libass/libass_0.14.0.bb +++ b/meta-oe/recipes-multimedia/libass/libass_0.14.0.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a42532a0684420bdb15556c3cdd49a75" | |||
7 | 7 | ||
8 | DEPENDS = "enca fontconfig freetype libpng fribidi" | 8 | DEPENDS = "enca fontconfig freetype libpng fribidi" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/libass/libass.git" | 10 | SRC_URI = "git://github.com/libass/libass.git;branch=master;protocol=https" |
11 | SRCREV = "73284b676b12b47e17af2ef1b430527299e10c17" | 11 | SRCREV = "73284b676b12b47e17af2ef1b430527299e10c17" |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb index deffa4a14..39e73d3b7 100644 --- a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb +++ b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Yet Another V4L2 Test Application" | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |
4 | 4 | ||
5 | SRC_URI = "git://git.ideasonboard.org/yavta.git \ | 5 | SRC_URI = "git://git.ideasonboard.org/yavta.git;branch=master \ |
6 | " | 6 | " |
7 | SRCREV = "65f740aa1758531fd810339bc1b7d1d33666e28a" | 7 | SRCREV = "65f740aa1758531fd810339bc1b7d1d33666e28a" |
8 | 8 | ||
diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.8.2.bb b/meta-oe/recipes-multimedia/webm/libvpx_1.8.2.bb index fe428be7d..0e12587a2 100644 --- a/meta-oe/recipes-multimedia/webm/libvpx_1.8.2.bb +++ b/meta-oe/recipes-multimedia/webm/libvpx_1.8.2.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "BSD-3-Clause" | |||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4" |
9 | 9 | ||
10 | SRCREV = "7ec7a33a081aeeb53fed1a8d87e4cbd189152527" | 10 | SRCREV = "7ec7a33a081aeeb53fed1a8d87e4cbd189152527" |
11 | SRC_URI += "git://chromium.googlesource.com/webm/libvpx;protocol=https \ | 11 | SRC_URI += "git://chromium.googlesource.com/webm/libvpx;protocol=https;branch=master \ |
12 | file://libvpx-configure-support-blank-prefix.patch \ | 12 | file://libvpx-configure-support-blank-prefix.patch \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-oe/recipes-security/audit/audit_2.8.5.bb b/meta-oe/recipes-security/audit/audit_2.8.5.bb index 10c1afbb8..b3a377d8a 100644 --- a/meta-oe/recipes-security/audit/audit_2.8.5.bb +++ b/meta-oe/recipes-security/audit/audit_2.8.5.bb | |||
@@ -7,7 +7,7 @@ SECTION = "base" | |||
7 | LICENSE = "GPLv2+ & LGPLv2+" | 7 | LICENSE = "GPLv2+ & LGPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=2.8_maintenance \ | 10 | SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=2.8_maintenance;protocol=https \ |
11 | file://0001-Add-substitue-functions-for-strndupa-rawmemchr.patch \ | 11 | file://0001-Add-substitue-functions-for-strndupa-rawmemchr.patch \ |
12 | file://0002-Fixed-swig-host-contamination-issue.patch \ | 12 | file://0002-Fixed-swig-host-contamination-issue.patch \ |
13 | file://0003-Header-definitions-need-to-be-external-when-building.patch \ | 13 | file://0003-Header-definitions-need-to-be-external-when-building.patch \ |
diff --git a/meta-oe/recipes-security/audit/audit_3.0.6.bb b/meta-oe/recipes-security/audit/audit_3.0.6.bb index 2d75232b8..7e4cc274e 100644 --- a/meta-oe/recipes-security/audit/audit_3.0.6.bb +++ b/meta-oe/recipes-security/audit/audit_3.0.6.bb | |||
@@ -7,7 +7,7 @@ SECTION = "base" | |||
7 | LICENSE = "GPLv2+ & LGPLv2+" | 7 | LICENSE = "GPLv2+ & LGPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master \ | 10 | SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master;protocol=https \ |
11 | file://Fixed-swig-host-contamination-issue.patch \ | 11 | file://Fixed-swig-host-contamination-issue.patch \ |
12 | file://auditd \ | 12 | file://auditd \ |
13 | file://auditd.service \ | 13 | file://auditd.service \ |
diff --git a/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb b/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb index 15cfb6eec..746d4182a 100644 --- a/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb +++ b/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb | |||
@@ -4,7 +4,7 @@ SUMMARY = "Ace is a code editor written in JavaScript. This repository has only | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=794d11c5219c59c9efa2487c2b4066b2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=794d11c5219c59c9efa2487c2b4066b2" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/ajaxorg/ace-builds.git;protocol=https" | 7 | SRC_URI = "git://github.com/ajaxorg/ace-builds.git;protocol=https;branch=master" |
8 | 8 | ||
9 | PV = "02.07.17+git${SRCPV}" | 9 | PV = "02.07.17+git${SRCPV}" |
10 | SRCREV = "812e2c56aed246931a667f16c28b096e34597016" | 10 | SRCREV = "812e2c56aed246931a667f16c28b096e34597016" |
diff --git a/meta-oe/recipes-support/avro/avro-c_1.11.0.bb b/meta-oe/recipes-support/avro/avro-c_1.11.0.bb index 5fbd44a8e..8558f75c5 100644 --- a/meta-oe/recipes-support/avro/avro-c_1.11.0.bb +++ b/meta-oe/recipes-support/avro/avro-c_1.11.0.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "jansson zlib xz" | |||
9 | 9 | ||
10 | BRANCH = "branch-1.11" | 10 | BRANCH = "branch-1.11" |
11 | SRCREV = "4e1fefca493029ace961b7ef8889a3722458565a" | 11 | SRCREV = "4e1fefca493029ace961b7ef8889a3722458565a" |
12 | SRC_URI = "git://github.com/apache/avro;branch=${BRANCH} \ | 12 | SRC_URI = "git://github.com/apache/avro;branch=${BRANCH};protocol=https \ |
13 | " | 13 | " |
14 | 14 | ||
15 | S = "${WORKDIR}/git/lang/c" | 15 | S = "${WORKDIR}/git/lang/c" |
diff --git a/meta-oe/recipes-support/bdwgc/bdwgc_8.2.0.bb b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.0.bb index ad94009b7..7ee63b133 100644 --- a/meta-oe/recipes-support/bdwgc/bdwgc_8.2.0.bb +++ b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.0.bb | |||
@@ -24,7 +24,7 @@ LIC_FILES_CHKSUM = "file://README.QUICK;md5=7912d9213b3547f8a81aadd08893fe84" | |||
24 | DEPENDS = "libatomic-ops" | 24 | DEPENDS = "libatomic-ops" |
25 | 25 | ||
26 | SRCREV = "47e9106c17b72e9ee5501308f69ea94531e798b3" | 26 | SRCREV = "47e9106c17b72e9ee5501308f69ea94531e798b3" |
27 | SRC_URI = "git://github.com/ivmai/bdwgc.git" | 27 | SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=master;protocol=https" |
28 | 28 | ||
29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
30 | 30 | ||
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb b/meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb index 71c94b4ce..2cd00cb57 100644 --- a/meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb +++ b/meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb | |||
@@ -5,7 +5,7 @@ SECTION = "libs" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main" | 8 | SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main;protocol=https" |
9 | SRCREV = "2aa086f822aad5017a6f2061ef656f237a62d0ed" | 9 | SRCREV = "2aa086f822aad5017a6f2061ef656f237a62d0ed" |
10 | 10 | ||
11 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" |
diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb index effab9de9..b5bdcd5b1 100644 --- a/meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb +++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb | |||
@@ -8,7 +8,7 @@ SECTION = "libs" | |||
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4097ec544cf01e9c7cfc4bdf8e4ed887" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4097ec544cf01e9c7cfc4bdf8e4ed887" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https" | 11 | SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" |
12 | SRCREV = "23bfa4ab481edbad82a69ee385fc58ce03b63084" | 12 | SRCREV = "23bfa4ab481edbad82a69ee385fc58ce03b63084" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb b/meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb index a5165166c..bfd2d035f 100644 --- a/meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb +++ b/meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bb761279816b72be19d7ce646e4e2a14" | |||
6 | 6 | ||
7 | DEPENDS = "libeigen glog" | 7 | DEPENDS = "libeigen glog" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/ceres-solver/ceres-solver.git" | 9 | SRC_URI = "git://github.com/ceres-solver/ceres-solver.git;branch=master;protocol=https" |
10 | SRCREV = "399cda773035d99eaf1f4a129a666b3c4df9d1b1" | 10 | SRCREV = "399cda773035d99eaf1f4a129a666b3c4df9d1b1" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/cli11/cli11_1.9.1.bb b/meta-oe/recipes-support/cli11/cli11_1.9.1.bb index a01f2c272..7de3335ab 100644 --- a/meta-oe/recipes-support/cli11/cli11_1.9.1.bb +++ b/meta-oe/recipes-support/cli11/cli11_1.9.1.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b73927b18d5c6cd8d2ed28a6ad539733" | |||
6 | SRCREV = "5cb3efabce007c3a0230e4cc2e27da491c646b6c" | 6 | SRCREV = "5cb3efabce007c3a0230e4cc2e27da491c646b6c" |
7 | PV .= "+git${SRCPV}" | 7 | PV .= "+git${SRCPV}" |
8 | 8 | ||
9 | SRC_URI += "gitsm://github.com/CLIUtils/CLI11;branch=v1" | 9 | SRC_URI += "gitsm://github.com/CLIUtils/CLI11;branch=v1;protocol=https" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
diff --git a/meta-oe/recipes-support/cmark/cmark_0.30.2.bb b/meta-oe/recipes-support/cmark/cmark_0.30.2.bb index 6669c6e50..6d6d3e585 100644 --- a/meta-oe/recipes-support/cmark/cmark_0.30.2.bb +++ b/meta-oe/recipes-support/cmark/cmark_0.30.2.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/commonmark/cmark" | |||
3 | LICENSE = "BSD-2-Clause & MIT" | 3 | LICENSE = "BSD-2-Clause & MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=81f9cae6293cc0345a9144b78152ab62" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=81f9cae6293cc0345a9144b78152ab62" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/commonmark/cmark.git" | 6 | SRC_URI = "git://github.com/commonmark/cmark.git;branch=master;protocol=https" |
7 | SRCREV = "a8da5a2f252b96eca60ae8bada1a9ba059a38401" | 7 | SRCREV = "a8da5a2f252b96eca60ae8bada1a9ba059a38401" |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
diff --git a/meta-oe/recipes-support/consolation/consolation_0.0.8.bb b/meta-oe/recipes-support/consolation/consolation_0.0.8.bb index 2bd69e8d5..01a02d496 100644 --- a/meta-oe/recipes-support/consolation/consolation_0.0.8.bb +++ b/meta-oe/recipes-support/consolation/consolation_0.0.8.bb | |||
@@ -14,7 +14,7 @@ DEPENDS = " \ | |||
14 | udev \ | 14 | udev \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI = "git://salsa.debian.org/consolation-team/consolation.git" | 17 | SRC_URI = "git://salsa.debian.org/consolation-team/consolation.git;branch=master" |
18 | SRCREV = "4581eaece6e49fa2b687efbdbe23b2de452e7902" | 18 | SRCREV = "4581eaece6e49fa2b687efbdbe23b2de452e7902" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/daemonize/daemonize_git.bb b/meta-oe/recipes-support/daemonize/daemonize_git.bb index c76632781..f46dec59f 100644 --- a/meta-oe/recipes-support/daemonize/daemonize_git.bb +++ b/meta-oe/recipes-support/daemonize/daemonize_git.bb | |||
@@ -7,7 +7,7 @@ PV = "1.7.8" | |||
7 | inherit autotools | 7 | inherit autotools |
8 | 8 | ||
9 | SRCREV = "18869a797dab12bf1c917ba3b4782fef484c407c" | 9 | SRCREV = "18869a797dab12bf1c917ba3b4782fef484c407c" |
10 | SRC_URI = "git://github.com/bmc/daemonize.git \ | 10 | SRC_URI = "git://github.com/bmc/daemonize.git;branch=master;protocol=https \ |
11 | " | 11 | " |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb b/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb index 9fcc278d3..cac2b4fd6 100644 --- a/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb +++ b/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb | |||
@@ -4,7 +4,7 @@ DEPENDS = "libusb1" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/bcl/digitemp" | 7 | SRC_URI = "git://github.com/bcl/digitemp;branch=master;protocol=https" |
8 | 8 | ||
9 | SRCREV = "a162e63aad35358aab325388f3d5e88121606419" | 9 | SRCREV = "a162e63aad35358aab325388f3d5e88121606419" |
10 | 10 | ||
diff --git a/meta-oe/recipes-support/driverctl/driverctl_0.111.bb b/meta-oe/recipes-support/driverctl/driverctl_0.111.bb index 7404f40c2..2b9a2f808 100644 --- a/meta-oe/recipes-support/driverctl/driverctl_0.111.bb +++ b/meta-oe/recipes-support/driverctl/driverctl_0.111.bb | |||
@@ -7,7 +7,7 @@ REQUIRED_DISTRO_FEATURES = "systemd" | |||
7 | DEPENDS = "systemd" | 7 | DEPENDS = "systemd" |
8 | RDEPENDS:${PN} += "bash bash-completion" | 8 | RDEPENDS:${PN} += "bash bash-completion" |
9 | 9 | ||
10 | SRC_URI = " git://gitlab.com/driverctl/driverctl.git" | 10 | SRC_URI = " git://gitlab.com/driverctl/driverctl.git;branch=master" |
11 | SRCREV = "fa9dce43d1a667d6e6e26895fbed01b3b04362c9" | 11 | SRCREV = "fa9dce43d1a667d6e6e26895fbed01b3b04362c9" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.4.bb b/meta-oe/recipes-support/dstat/dstat_0.7.4.bb index a1076ccf9..bc73f639b 100644 --- a/meta-oe/recipes-support/dstat/dstat_0.7.4.bb +++ b/meta-oe/recipes-support/dstat/dstat_0.7.4.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
9 | 9 | ||
10 | DEPENDS += "asciidoc-native xmlto-native" | 10 | DEPENDS += "asciidoc-native xmlto-native" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/dagwieers/dstat.git \ | 12 | SRC_URI = "git://github.com/dagwieers/dstat.git;branch=master;protocol=https \ |
13 | file://0001-change-dstat-to-python3.patch \ | 13 | file://0001-change-dstat-to-python3.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-oe/recipes-support/epeg/epeg_git.bb b/meta-oe/recipes-support/epeg/epeg_git.bb index 8ca574014..bdffe4ba7 100644 --- a/meta-oe/recipes-support/epeg/epeg_git.bb +++ b/meta-oe/recipes-support/epeg/epeg_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e7732a9290ea1e4b034fdc15cf49968d \ | |||
5 | file://COPYING-PLAIN;md5=f59cacc08235a546b0c34a5422133035" | 5 | file://COPYING-PLAIN;md5=f59cacc08235a546b0c34a5422133035" |
6 | DEPENDS = "jpeg libexif" | 6 | DEPENDS = "jpeg libexif" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/mattes/epeg.git" | 8 | SRC_URI = "git://github.com/mattes/epeg.git;branch=master;protocol=https" |
9 | SRCREV = "9a175cd67eaa61fe45413d8da82da72936567047" | 9 | SRCREV = "9a175cd67eaa61fe45413d8da82da72936567047" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
diff --git a/meta-oe/recipes-support/fmt/fmt_8.0.1.bb b/meta-oe/recipes-support/fmt/fmt_8.0.1.bb index 0dc8e038d..ee14ad55b 100644 --- a/meta-oe/recipes-support/fmt/fmt_8.0.1.bb +++ b/meta-oe/recipes-support/fmt/fmt_8.0.1.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://fmt.dev" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/fmtlib/fmt" | 7 | SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https" |
8 | SRCREV = "d141cdbeb0fb422a3fb7173b285fd38e0d1772dc" | 8 | SRCREV = "d141cdbeb0fb422a3fb7173b285fd38e0d1772dc" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.3.0.bb b/meta-oe/recipes-support/freerdp/freerdp_2.3.0.bb index 78af5389b..6f9dc780b 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_2.3.0.bb +++ b/meta-oe/recipes-support/freerdp/freerdp_2.3.0.bb | |||
@@ -14,7 +14,7 @@ PE = "1" | |||
14 | PKGV = "${GITPKGVTAG}" | 14 | PKGV = "${GITPKGVTAG}" |
15 | 15 | ||
16 | SRCREV = "14c7f7aed7dd4e2454ee0cd81028b9f790885021" | 16 | SRCREV = "14c7f7aed7dd4e2454ee0cd81028b9f790885021" |
17 | SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0 \ | 17 | SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https \ |
18 | file://winpr-makecert-Build-with-install-RPATH.patch \ | 18 | file://winpr-makecert-Build-with-install-RPATH.patch \ |
19 | file://0001-Fix-FIPS-mode-support-and-build-with-OpenSSL-3.0.patch \ | 19 | file://0001-Fix-FIPS-mode-support-and-build-with-OpenSSL-3.0.patch \ |
20 | file://0002-winpr-avoid-calling-FIPS_mode-with-OpenSSL-3.0.patch \ | 20 | file://0002-winpr-avoid-calling-FIPS_mode-with-OpenSSL-3.0.patch \ |
diff --git a/meta-oe/recipes-support/function2/function2_4.2.0.bb b/meta-oe/recipes-support/function2/function2_4.2.0.bb index 8b0c78667..2843939ee 100644 --- a/meta-oe/recipes-support/function2/function2_4.2.0.bb +++ b/meta-oe/recipes-support/function2/function2_4.2.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | |||
6 | SRCREV = "02ca99831de59c7c3a4b834789260253cace0ced" | 6 | SRCREV = "02ca99831de59c7c3a4b834789260253cace0ced" |
7 | PV .= "+git${SRCPV}" | 7 | PV .= "+git${SRCPV}" |
8 | 8 | ||
9 | SRC_URI += "gitsm://github.com/Naios/function2" | 9 | SRC_URI += "gitsm://github.com/Naios/function2;branch=master;protocol=https" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
diff --git a/meta-oe/recipes-support/gd/gd_2.3.3.bb b/meta-oe/recipes-support/gd/gd_2.3.3.bb index cbd45c088..9d4ee1fe4 100644 --- a/meta-oe/recipes-support/gd/gd_2.3.3.bb +++ b/meta-oe/recipes-support/gd/gd_2.3.3.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ace63adfdac78400fc30fa22ee9c1bb1" | |||
13 | 13 | ||
14 | DEPENDS = "freetype libpng jpeg zlib tiff" | 14 | DEPENDS = "freetype libpng jpeg zlib tiff" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/libgd/libgd.git;nobranch=1 \ | 16 | SRC_URI = "git://github.com/libgd/libgd.git;nobranch=1;protocol=https \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRCREV = "b5319a41286107b53daa0e08e402aa1819764bdc" | 19 | SRCREV = "b5319a41286107b53daa0e08e402aa1819764bdc" |
diff --git a/meta-oe/recipes-support/gflags/gflags_2.2.2.bb b/meta-oe/recipes-support/gflags/gflags_2.2.2.bb index 6436df457..a9a867b57 100644 --- a/meta-oe/recipes-support/gflags/gflags_2.2.2.bb +++ b/meta-oe/recipes-support/gflags/gflags_2.2.2.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/gflags/gflags" | |||
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df" | 4 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/gflags/gflags.git" | 6 | SRC_URI = "git://github.com/gflags/gflags.git;branch=master;protocol=https" |
7 | SRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067" | 7 | SRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/glog/glog_0.5.0.bb b/meta-oe/recipes-support/glog/glog_0.5.0.bb index 40199343e..61581d96d 100644 --- a/meta-oe/recipes-support/glog/glog_0.5.0.bb +++ b/meta-oe/recipes-support/glog/glog_0.5.0.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=dc9db360e0bbd4e46672f3fd91dd6c4b" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=dc9db360e0bbd4e46672f3fd91dd6c4b" |
8 | 8 | ||
9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
10 | git://github.com/google/glog.git;nobranch=1 \ | 10 | git://github.com/google/glog.git;nobranch=1;protocol=https \ |
11 | file://libexecinfo.patch \ | 11 | file://libexecinfo.patch \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb b/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb index 146747eee..ac46b5676 100644 --- a/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb +++ b/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb | |||
@@ -13,7 +13,7 @@ LICENSE = "LGPLv2+" | |||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=56a22a6e5bcce45e2c8ac184f81412b5" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=56a22a6e5bcce45e2c8ac184f81412b5" |
14 | SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3" | 14 | SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3" |
15 | 15 | ||
16 | SRC_URI = "git://git.sv.gnu.org/gnulib.git \ | 16 | SRC_URI = "git://git.sv.gnu.org/gnulib.git;branch=master \ |
17 | " | 17 | " |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb b/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb index 557af0e85..bd42e7c4e 100644 --- a/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb +++ b/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a" | |||
11 | DEPENDS:append:libc-musl = " libucontext" | 11 | DEPENDS:append:libc-musl = " libucontext" |
12 | 12 | ||
13 | SRCREV = "f7c6fb6c8e99d6b1b725e5994373bcd19ffdf8fd" | 13 | SRCREV = "f7c6fb6c8e99d6b1b725e5994373bcd19ffdf8fd" |
14 | SRC_URI = "git://github.com/gperftools/gperftools \ | 14 | SRC_URI = "git://github.com/gperftools/gperftools;branch=master;protocol=https \ |
15 | file://0001-Support-Atomic-ops-on-clang.patch \ | 15 | file://0001-Support-Atomic-ops-on-clang.patch \ |
16 | file://0001-fix-build-with-musl-libc.patch \ | 16 | file://0001-fix-build-with-musl-libc.patch \ |
17 | file://0001-disbale-heap-checkers-and-debug-allocator-on-musl.patch \ | 17 | file://0001-disbale-heap-checkers-and-debug-allocator-on-musl.patch \ |
diff --git a/meta-oe/recipes-support/gpm/gpm_git.bb b/meta-oe/recipes-support/gpm/gpm_git.bb index 039c9554e..7e353d5af 100644 --- a/meta-oe/recipes-support/gpm/gpm_git.bb +++ b/meta-oe/recipes-support/gpm/gpm_git.bb | |||
@@ -13,7 +13,7 @@ SRCREV = "e82d1a653ca94aa4ed12441424da6ce780b1e530" | |||
13 | 13 | ||
14 | DEPENDS = "ncurses bison-native" | 14 | DEPENDS = "ncurses bison-native" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/telmich/gpm;protocol=git \ | 16 | SRC_URI = "git://github.com/telmich/gpm;protocol=https;branch=master \ |
17 | file://init \ | 17 | file://init \ |
18 | file://gpm.service.in \ | 18 | file://gpm.service.in \ |
19 | " | 19 | " |
diff --git a/meta-oe/recipes-support/hidapi/hidapi_git.bb b/meta-oe/recipes-support/hidapi/hidapi_git.bb index e45445073..9106abec2 100644 --- a/meta-oe/recipes-support/hidapi/hidapi_git.bb +++ b/meta-oe/recipes-support/hidapi/hidapi_git.bb | |||
@@ -11,7 +11,7 @@ RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16" | |||
11 | 11 | ||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https \ | 14 | SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master \ |
15 | file://0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch \ | 15 | file://0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch \ |
16 | " | 16 | " |
17 | PV = "0.10.1" | 17 | PV = "0.10.1" |
diff --git a/meta-oe/recipes-support/htop/htop_3.0.5.bb b/meta-oe/recipes-support/htop/htop_3.0.5.bb index 7854c7beb..2772aa577 100644 --- a/meta-oe/recipes-support/htop/htop_3.0.5.bb +++ b/meta-oe/recipes-support/htop/htop_3.0.5.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4099d367cd5e59b6d4fc1ee33accb891" | |||
6 | 6 | ||
7 | DEPENDS = "ncurses" | 7 | DEPENDS = "ncurses" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/htop-dev/htop.git \ | 9 | SRC_URI = "git://github.com/htop-dev/htop.git;branch=master;protocol=https \ |
10 | file://0001-Use-pkg-config.patch \ | 10 | file://0001-Use-pkg-config.patch \ |
11 | " | 11 | " |
12 | SRCREV = "ce6d60e7def146c13d0b8bca4642e7401a0a8995" | 12 | SRCREV = "ce6d60e7def146c13d0b8bca4642e7401a0a8995" |
diff --git a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb index eb1472fea..9e8583be1 100644 --- a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb +++ b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb | |||
@@ -135,7 +135,7 @@ RDEPENDS:${PN} = "hunspell" | |||
135 | 135 | ||
136 | PV = "0.0.0+git${SRCPV}" | 136 | PV = "0.0.0+git${SRCPV}" |
137 | SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee" | 137 | SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee" |
138 | SRC_URI = "git://github.com/wooorm/dictionaries.git" | 138 | SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=master;protocol=https" |
139 | 139 | ||
140 | S = "${WORKDIR}/git" | 140 | S = "${WORKDIR}/git" |
141 | 141 | ||
diff --git a/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb b/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb index b0aa4f719..f5813dfcb 100644 --- a/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb +++ b/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \ | |||
7 | " | 7 | " |
8 | 8 | ||
9 | SRCREV = "4ddd8ed5ca6484b930b111aec50c2750a6119a0f" | 9 | SRCREV = "4ddd8ed5ca6484b930b111aec50c2750a6119a0f" |
10 | SRC_URI = "git://github.com/${BPN}/${BPN}.git" | 10 | SRC_URI = "git://github.com/${BPN}/${BPN}.git;branch=master;protocol=https" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.347.bb b/meta-oe/recipes-support/hwdata/hwdata_0.347.bb index 192aa5746..3713004e8 100644 --- a/meta-oe/recipes-support/hwdata/hwdata_0.347.bb +++ b/meta-oe/recipes-support/hwdata/hwdata_0.347.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPL-2.0+" | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" |
7 | 7 | ||
8 | SRCREV = "ae89c73d89bb9f416b25ad9e850e9606e66a573e" | 8 | SRCREV = "ae89c73d89bb9f416b25ad9e850e9606e66a573e" |
9 | SRC_URI = "git://github.com/vcrhonek/${BPN}.git" | 9 | SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | do_configure() { | 12 | do_configure() { |
diff --git a/meta-oe/recipes-support/iksemel/iksemel_1.5.bb b/meta-oe/recipes-support/iksemel/iksemel_1.5.bb index 986984d1f..ac23630d0 100644 --- a/meta-oe/recipes-support/iksemel/iksemel_1.5.bb +++ b/meta-oe/recipes-support/iksemel/iksemel_1.5.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" | |||
7 | SRCREV = "978b733462e41efd5db72bc9974cb3b0d1d5f6fa" | 7 | SRCREV = "978b733462e41efd5db72bc9974cb3b0d1d5f6fa" |
8 | PV = "1.5+git${SRCPV}" | 8 | PV = "1.5+git${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/meduketto/iksemel.git;protocol=https \ | 10 | SRC_URI = "git://github.com/meduketto/iksemel.git;protocol=https;branch=master \ |
11 | file://fix-configure-option-parsing.patch \ | 11 | file://fix-configure-option-parsing.patch \ |
12 | file://avoid-obsolete-gnutls-apis.patch" | 12 | file://avoid-obsolete-gnutls-apis.patch" |
13 | 13 | ||
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb index d8e63156e..bb111a1c9 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool" | |||
11 | 11 | ||
12 | BASE_PV := "${PV}" | 12 | BASE_PV := "${PV}" |
13 | PV .= "_25" | 13 | PV .= "_25" |
14 | SRC_URI = "git://github.com/ImageMagick/ImageMagick.git " | 14 | SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=master;protocol=https" |
15 | SRCREV = "8b4e00829eb84d4e7b4da11acf1f98f1e8166e5b" | 15 | SRCREV = "8b4e00829eb84d4e7b4da11acf1f98f1e8166e5b" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/inih/libinih_git.bb b/meta-oe/recipes-support/inih/libinih_git.bb index 00747f4d4..cf390800b 100644 --- a/meta-oe/recipes-support/inih/libinih_git.bb +++ b/meta-oe/recipes-support/inih/libinih_git.bb | |||
@@ -9,7 +9,7 @@ PR = "r3" | |||
9 | 9 | ||
10 | # The github repository provides a cmake and pkg-config integration | 10 | # The github repository provides a cmake and pkg-config integration |
11 | SRCREV = "c858aff8c31fa63ef4d1e0176c10e5928cde9a23" | 11 | SRCREV = "c858aff8c31fa63ef4d1e0176c10e5928cde9a23" |
12 | SRC_URI = "git://github.com/OSSystems/inih.git \ | 12 | SRC_URI = "git://github.com/OSSystems/inih.git;branch=master;protocol=https \ |
13 | file://0001-include-install-header-files-without-prefix-dir-inih.patch \ | 13 | file://0001-include-install-header-files-without-prefix-dir-inih.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-oe/recipes-support/iniparser/iniparser_4.1.bb b/meta-oe/recipes-support/iniparser/iniparser_4.1.bb index f4b553a57..f3593fb5f 100644 --- a/meta-oe/recipes-support/iniparser/iniparser_4.1.bb +++ b/meta-oe/recipes-support/iniparser/iniparser_4.1.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e02baf71c76e0650e667d7da133379ac" | |||
6 | 6 | ||
7 | DEPENDS = "doxygen-native" | 7 | DEPENDS = "doxygen-native" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/ndevilla/iniparser.git;protocol=https \ | 9 | SRC_URI = "git://github.com/ndevilla/iniparser.git;protocol=https;branch=master \ |
10 | file://Add-CMake-support.patch" | 10 | file://Add-CMake-support.patch" |
11 | 11 | ||
12 | # tag 4.1 | 12 | # tag 4.1 |
diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb index 26e7e8459..5383d0ddc 100644 --- a/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb +++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6" | |||
8 | SRCREV = "98e8dfa47eb6a6ba52e35de55d2de21b274a4af8" | 8 | SRCREV = "98e8dfa47eb6a6ba52e35de55d2de21b274a4af8" |
9 | PV = "3.20.11.0" | 9 | PV = "3.20.11.0" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/rvoicilas/${BPN}" | 11 | SRC_URI = "git://github.com/rvoicilas/${BPN};branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb index 127f71da4..4ca41cbcd 100644 --- a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb +++ b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
5 | DEPENDS = "udev" | 5 | DEPENDS = "udev" |
6 | 6 | ||
7 | SRCREV = "de6258940960443038b4c1651dfda3620075e870" | 7 | SRCREV = "de6258940960443038b4c1651dfda3620075e870" |
8 | SRC_URI = "git://git.0pointer.de/libatasmart.git \ | 8 | SRC_URI = "git://git.0pointer.de/libatasmart.git;branch=master \ |
9 | file://0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch \ | 9 | file://0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch \ |
10 | " | 10 | " |
11 | 11 | ||
diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb index 7b8d4a3f9..cbf6be476 100644 --- a/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb +++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb | |||
@@ -10,7 +10,7 @@ S = "${WORKDIR}/git" | |||
10 | B = "${S}" | 10 | B = "${S}" |
11 | 11 | ||
12 | SRCREV = "c9864f4dd03736839f40d225da494cb1eb64e654" | 12 | SRCREV = "c9864f4dd03736839f40d225da494cb1eb64e654" |
13 | SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master" | 13 | SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master;protocol=https" |
14 | 14 | ||
15 | inherit gettext autotools pkgconfig python3native | 15 | inherit gettext autotools pkgconfig python3native |
16 | 16 | ||
diff --git a/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb b/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb index 6498bb367..0dbd5204d 100644 --- a/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb +++ b/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb | |||
@@ -16,7 +16,7 @@ PROVIDES += "${PN}-dev" | |||
16 | 16 | ||
17 | PV .= "+git${SRCPV}" | 17 | PV .= "+git${SRCPV}" |
18 | SRCREV = "64f50dbd5cecdaba785217e2b0aeea3a4f1cdfab" | 18 | SRCREV = "64f50dbd5cecdaba785217e2b0aeea3a4f1cdfab" |
19 | SRC_URI = "git://github.com/USCiLab/cereal.git \ | 19 | SRC_URI = "git://github.com/USCiLab/cereal.git;branch=master;protocol=https \ |
20 | file://0001-Use-GNUInstallDirs-instead-of-hard-wiring-install-di.patch \ | 20 | file://0001-Use-GNUInstallDirs-instead-of-hard-wiring-install-di.patch \ |
21 | " | 21 | " |
22 | 22 | ||
diff --git a/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb b/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb index d98fa2c2f..8f777eb18 100644 --- a/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb +++ b/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \ | |||
8 | file://LICENSE;md5=d8b4ca15d239dc1485ef495c8f1bcc72 \ | 8 | file://LICENSE;md5=d8b4ca15d239dc1485ef495c8f1bcc72 \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI = "git://github.com/mfontanini/cppkafka;protocol=https" | 11 | SRC_URI = "git://github.com/mfontanini/cppkafka;protocol=https;branch=master" |
12 | SRCREV = "5e4b350806d561473138ce7a982e8f6cf2e77733" | 12 | SRCREV = "5e4b350806d561473138ce7a982e8f6cf2e77733" |
13 | 13 | ||
14 | DEPENDS = "librdkafka boost chrpath-replacement-native" | 14 | DEPENDS = "librdkafka boost chrpath-replacement-native" |
diff --git a/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb b/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb index 98871c3cf..35083847c 100644 --- a/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb +++ b/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "libusb udev" | |||
8 | PV = "1.0.0+git${SRCPV}" | 8 | PV = "1.0.0+git${SRCPV}" |
9 | 9 | ||
10 | SRCREV = "655e2d544183d094f0e2d119c7e0c6206a0ddb3f" | 10 | SRCREV = "655e2d544183d094f0e2d119c7e0c6206a0ddb3f" |
11 | SRC_URI = "git://github.com/cyrozap/${BPN}.git" | 11 | SRC_URI = "git://github.com/cyrozap/${BPN}.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta-oe/recipes-support/libfann/libfann_git.bb b/meta-oe/recipes-support/libfann/libfann_git.bb index eae24461d..5ab484d8a 100644 --- a/meta-oe/recipes-support/libfann/libfann_git.bb +++ b/meta-oe/recipes-support/libfann/libfann_git.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f14599a2f089f6ff8c97e2baa4e3d575" | |||
9 | inherit cmake | 9 | inherit cmake |
10 | 10 | ||
11 | SRCREV ?= "7ec1fc7e5bd734f1d3c89b095e630e83c86b9be1" | 11 | SRCREV ?= "7ec1fc7e5bd734f1d3c89b095e630e83c86b9be1" |
12 | SRC_URI = "git://github.com/libfann/fann.git;branch=master \ | 12 | SRC_URI = "git://github.com/libfann/fann.git;branch=master;protocol=https \ |
13 | " | 13 | " |
14 | 14 | ||
15 | PV = "2.2.0+git${SRCPV}" | 15 | PV = "2.2.0+git${SRCPV}" |
diff --git a/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb b/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb index c22030b98..7020ced72 100644 --- a/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb +++ b/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb | |||
@@ -6,6 +6,6 @@ DEPENDS = "glib-2.0 libusb" | |||
6 | 6 | ||
7 | inherit meson gobject-introspection gtk-doc gettext vala | 7 | inherit meson gobject-introspection gtk-doc gettext vala |
8 | 8 | ||
9 | SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main" | 9 | SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https" |
10 | SRCREV = "db9edbd8b45662d551194a0985173732f8f557a5" | 10 | SRCREV = "db9edbd8b45662d551194a0985173732f8f557a5" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/libharu/libharu_2.3.0.bb b/meta-oe/recipes-support/libharu/libharu_2.3.0.bb index 01c94f847..7477c5f03 100644 --- a/meta-oe/recipes-support/libharu/libharu_2.3.0.bb +++ b/meta-oe/recipes-support/libharu/libharu_2.3.0.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "libHaru is a library for generating PDF files. \ | |||
6 | LICENSE = "Zlib" | 6 | LICENSE = "Zlib" |
7 | LIC_FILES_CHKSUM = "file://README;md5=3ee6bc1f64d9cc7907f44840c8e50cb1" | 7 | LIC_FILES_CHKSUM = "file://README;md5=3ee6bc1f64d9cc7907f44840c8e50cb1" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/libharu/libharu.git;branch=2_3 \ | 9 | SRC_URI = "git://github.com/libharu/libharu.git;branch=2_3;protocol=https \ |
10 | file://libharu-RELEASE_2_3_0_cmake.patch \ | 10 | file://libharu-RELEASE_2_3_0_cmake.patch \ |
11 | file://0001-Install-static-lib-into-var-libdir-rather-than-hardc.patch \ | 11 | file://0001-Install-static-lib-into-var-libdir-rather-than-hardc.patch \ |
12 | " | 12 | " |
diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb index 488d4e3b0..6632f7e64 100644 --- a/meta-oe/recipes-support/libiio/libiio_git.bb +++ b/meta-oe/recipes-support/libiio/libiio_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" | |||
7 | SRCREV = "565bf68eccfdbbf22cf5cb6d792e23de564665c7" | 7 | SRCREV = "565bf68eccfdbbf22cf5cb6d792e23de564665c7" |
8 | PV = "0.21+git${SRCPV}" | 8 | PV = "0.21+git${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https \ | 10 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master \ |
11 | file://0001-python-Do-not-verify-whether-libiio-is-installed-whe.patch \ | 11 | file://0001-python-Do-not-verify-whether-libiio-is-installed-whe.patch \ |
12 | " | 12 | " |
13 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 13 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb index 66fb5a3ff..2db16e114 100644 --- a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb +++ b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/js-cookie/js-cookie" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e16cf0e247d84f8999bf55865a9c98cf" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e16cf0e247d84f8999bf55865a9c98cf" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=http" | 6 | SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=http;branch=master;protocol=https" |
7 | 7 | ||
8 | SRCREV = "0ba77141dd215782cc7770347a457906908c66ff" | 8 | SRCREV = "0ba77141dd215782cc7770347a457906908c66ff" |
9 | 9 | ||
diff --git a/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb b/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb index 590c4ebc2..fc0b1ee49 100644 --- a/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb +++ b/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "MIT" | |||
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b49da7df0ca479ef01ff7f2d799eabee" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b49da7df0ca479ef01ff7f2d799eabee" |
11 | 11 | ||
12 | SRCREV = "50486af99b4f9b35522d7b3de40b6ce107505279" | 12 | SRCREV = "50486af99b4f9b35522d7b3de40b6ce107505279" |
13 | SRC_URI += "git://github.com/LadislavSopko/mimetic/ \ | 13 | SRC_URI += "git://github.com/LadislavSopko/mimetic/;branch=master;protocol=https \ |
14 | file://0001-libmimetic-Removing-test-directory-from-the-Makefile.patch \ | 14 | file://0001-libmimetic-Removing-test-directory-from-the-Makefile.patch \ |
15 | file://0001-mimetic-Check-for-MMAP_FAILED-return-from-mmap.patch \ | 15 | file://0001-mimetic-Check-for-MMAP_FAILED-return-from-mmap.patch \ |
16 | " | 16 | " |
diff --git a/meta-oe/recipes-support/libmxml/libmxml_3.2.bb b/meta-oe/recipes-support/libmxml/libmxml_3.2.bb index 2e8ecbfc4..02443e27f 100644 --- a/meta-oe/recipes-support/libmxml/libmxml_3.2.bb +++ b/meta-oe/recipes-support/libmxml/libmxml_3.2.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | |||
4 | HOMEPAGE = "https://www.msweet.org/mxml/" | 4 | HOMEPAGE = "https://www.msweet.org/mxml/" |
5 | BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" | 5 | BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/michaelrsweet/mxml.git;nobranch=1" | 7 | SRC_URI = "git://github.com/michaelrsweet/mxml.git;nobranch=1;protocol=https" |
8 | SRCREV = "38b044ed8ca2a611ed9ed3e26c4b46416335194e" | 8 | SRCREV = "38b044ed8ca2a611ed9ed3e26c4b46416335194e" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.11.bb b/meta-oe/recipes-support/libp11/libp11_0.4.11.bb index 4c99a328b..dc2cc892f 100644 --- a/meta-oe/recipes-support/libp11/libp11_0.4.11.bb +++ b/meta-oe/recipes-support/libp11/libp11_0.4.11.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "LGPLv2+" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" |
10 | DEPENDS = "libtool openssl" | 10 | DEPENDS = "libtool openssl" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/OpenSC/libp11.git" | 12 | SRC_URI = "git://github.com/OpenSC/libp11.git;branch=master;protocol=https" |
13 | SRCREV = "9ca6a71c890b5583c8af3b4900172626bca55e72" | 13 | SRCREV = "9ca6a71c890b5583c8af3b4900172626bca55e72" |
14 | 14 | ||
15 | UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)" |
diff --git a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb b/meta-oe/recipes-support/libraw/libraw_0.20.2.bb index 0a7c534be..476526416 100644 --- a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb +++ b/meta-oe/recipes-support/libraw/libraw_0.20.2.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "raw image decoder" | |||
2 | LICENSE = "LGPL-2.1 | CDDL-1.0" | 2 | LICENSE = "LGPL-2.1 | CDDL-1.0" |
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=74c9dffdc42805f9c0de2f97df6031fc" | 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=74c9dffdc42805f9c0de2f97df6031fc" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/LibRaw/LibRaw.git" | 5 | SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=master;protocol=https" |
6 | SRCREV = "0209b6a2caec189e6d1a9b21c10e9e49f46e5a92" | 6 | SRCREV = "0209b6a2caec189e6d1a9b21c10e9e49f46e5a92" |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | 8 | ||
diff --git a/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb b/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb index 0fa229662..ba235e9de 100644 --- a/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb +++ b/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \ | |||
8 | file://LICENSE;md5=2be8675acbfdac48935e73897af5f646 \ | 8 | file://LICENSE;md5=2be8675acbfdac48935e73897af5f646 \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI = "git://github.com/edenhill/librdkafka;protocol=https \ | 11 | SRC_URI = "git://github.com/edenhill/librdkafka;protocol=https;branch=master \ |
12 | file://0001_fix_absolute_path_usage.patch" | 12 | file://0001_fix_absolute_path_usage.patch" |
13 | SRCREV = "1a722553638bba85dbda5050455f7b9a5ef302de" | 13 | SRCREV = "1a722553638bba85dbda5050455f7b9a5ef302de" |
14 | 14 | ||
diff --git a/meta-oe/recipes-support/librsync/librsync_2.3.2.bb b/meta-oe/recipes-support/librsync/librsync_2.3.2.bb index 79a1a0fb8..1dc4a072c 100644 --- a/meta-oe/recipes-support/librsync/librsync_2.3.2.bb +++ b/meta-oe/recipes-support/librsync/librsync_2.3.2.bb | |||
@@ -4,7 +4,7 @@ AUTHOR = "Martin Pool, Andrew Tridgell, Donovan Baarda, Adam Schubert" | |||
4 | LICENSE = "LGPLv2.1+" | 4 | LICENSE = "LGPLv2.1+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/librsync/librsync.git" | 7 | SRC_URI = "git://github.com/librsync/librsync.git;branch=master;protocol=https" |
8 | SRCREV = "42b636d2a65ab6914ea7cac50886da28192aaf9b" | 8 | SRCREV = "42b636d2a65ab6914ea7cac50886da28192aaf9b" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb b/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb index 9abba6e04..6c943bedc 100644 --- a/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb +++ b/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=e0bfebea12a718922225ba987b2126a5" | |||
10 | inherit autotools pkgconfig python3-dir | 10 | inherit autotools pkgconfig python3-dir |
11 | 11 | ||
12 | SRCREV = "fd1ad6e7823fa76d8db0d3c5884faffa8ffddafb" | 12 | SRCREV = "fd1ad6e7823fa76d8db0d3c5884faffa8ffddafb" |
13 | SRC_URI = "git://github.com/jackmitch/libsoc.git" | 13 | SRC_URI = "git://github.com/jackmitch/libsoc.git;branch=master;protocol=https" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/meta-oe/recipes-support/libteam/libteam_1.31.bb b/meta-oe/recipes-support/libteam/libteam_1.31.bb index a131de36c..f1cad9321 100644 --- a/meta-oe/recipes-support/libteam/libteam_1.31.bb +++ b/meta-oe/recipes-support/libteam/libteam_1.31.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
7 | 7 | ||
8 | DEPENDS = "libnl libdaemon jansson" | 8 | DEPENDS = "libnl libdaemon jansson" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/jpirko/libteam \ | 10 | SRC_URI = "git://github.com/jpirko/libteam;branch=master;protocol=https \ |
11 | file://0001-include-sys-select.h-for-fd_set-definition.patch \ | 11 | file://0001-include-sys-select.h-for-fd_set-definition.patch \ |
12 | file://0002-teamd-Re-adjust-include-header-order.patch \ | 12 | file://0002-teamd-Re-adjust-include-header-order.patch \ |
13 | file://0001-team_basic_test.py-disable-RedHat-specific-test.patch \ | 13 | file://0001-team_basic_test.py-disable-RedHat-specific-test.patch \ |
diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb index 215f32a78..7f205987f 100644 --- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb +++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "Zlib" | 4 | LICENSE = "Zlib" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/leethomason/tinyxml2.git" | 7 | SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https" |
8 | 8 | ||
9 | SRCREV = "1dee28e51f9175a31955b9791c74c430fe13dc82" | 9 | SRCREV = "1dee28e51f9175a31955b9791c74c430fe13dc82" |
10 | 10 | ||
diff --git a/meta-oe/recipes-support/libusb/libusb-compat_0.1.7.bb b/meta-oe/recipes-support/libusb/libusb-compat_0.1.7.bb index 8c3337370..94d833aa3 100644 --- a/meta-oe/recipes-support/libusb/libusb-compat_0.1.7.bb +++ b/meta-oe/recipes-support/libusb/libusb-compat_0.1.7.bb | |||
@@ -19,7 +19,7 @@ BBCLASSEXTEND = "native nativesdk" | |||
19 | PE = "1" | 19 | PE = "1" |
20 | 20 | ||
21 | SRC_URI = " \ | 21 | SRC_URI = " \ |
22 | git://github.com/libusb/libusb-compat-0.1.git;protocol=https \ | 22 | git://github.com/libusb/libusb-compat-0.1.git;protocol=https;branch=master \ |
23 | file://0001-usb.h-Include-sys-types.h.patch \ | 23 | file://0001-usb.h-Include-sys-types.h.patch \ |
24 | " | 24 | " |
25 | SRCREV = "4a27760ec5954ec8605e052a3207afbe0979eeef" | 25 | SRCREV = "4a27760ec5954ec8605e052a3207afbe0979eeef" |
diff --git a/meta-oe/recipes-support/libusbg/libusbg_git.bb b/meta-oe/recipes-support/libusbg/libusbg_git.bb index 94399a017..3330e0396 100644 --- a/meta-oe/recipes-support/libusbg/libusbg_git.bb +++ b/meta-oe/recipes-support/libusbg/libusbg_git.bb | |||
@@ -8,7 +8,7 @@ inherit autotools update-alternatives | |||
8 | 8 | ||
9 | PV = "0.1.0" | 9 | PV = "0.1.0" |
10 | SRCREV = "a826d136e0e8fa53815f1ba05893e6dd74208c15" | 10 | SRCREV = "a826d136e0e8fa53815f1ba05893e6dd74208c15" |
11 | SRC_URI = "git://github.com/libusbg/libusbg.git \ | 11 | SRC_URI = "git://github.com/libusbg/libusbg.git;branch=master;protocol=https \ |
12 | file://0001-Fix-out-of-tree-builds.patch \ | 12 | file://0001-Fix-out-of-tree-builds.patch \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-oe/recipes-support/libusbgx/libusbgx_git.bb b/meta-oe/recipes-support/libusbgx/libusbgx_git.bb index dc0d5c08d..d4bb9bf69 100644 --- a/meta-oe/recipes-support/libusbgx/libusbgx_git.bb +++ b/meta-oe/recipes-support/libusbgx/libusbgx_git.bb | |||
@@ -11,7 +11,7 @@ PV = "0.2.0+git${SRCPV}" | |||
11 | SRCREV = "45c14ef4d5d7ced0fbf984208de44ced6d5ed898" | 11 | SRCREV = "45c14ef4d5d7ced0fbf984208de44ced6d5ed898" |
12 | SRCBRANCH = "master" | 12 | SRCBRANCH = "master" |
13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
14 | git://github.com/libusbgx/libusbgx.git;branch=${SRCBRANCH} \ | 14 | git://github.com/libusbgx/libusbgx.git;branch=${SRCBRANCH};protocol=https \ |
15 | file://gadget-start \ | 15 | file://gadget-start \ |
16 | file://usbgx.initd \ | 16 | file://usbgx.initd \ |
17 | file://usbgx.service \ | 17 | file://usbgx.service \ |
diff --git a/meta-oe/recipes-support/libutempter/libutempter.bb b/meta-oe/recipes-support/libutempter/libutempter.bb index 68a8ad364..b178a92fe 100644 --- a/meta-oe/recipes-support/libutempter/libutempter.bb +++ b/meta-oe/recipes-support/libutempter/libutempter.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
10 | SRCREV = "3ef74fff310f09e2601e241b9f042cd39d591018" | 10 | SRCREV = "3ef74fff310f09e2601e241b9f042cd39d591018" |
11 | PV = "1.1.6-alt2+git${SRCPV}" | 11 | PV = "1.1.6-alt2+git${SRCPV}" |
12 | 12 | ||
13 | SRC_URI = "git://git.altlinux.org/people/ldv/packages/libutempter.git \ | 13 | SRC_URI = "git://git.altlinux.org/people/ldv/packages/libutempter.git;branch=master \ |
14 | file://0001-Fix-macro-error.patch \ | 14 | file://0001-Fix-macro-error.patch \ |
15 | file://0002-Proper-macro-path-generation.patch \ | 15 | file://0002-Proper-macro-path-generation.patch \ |
16 | file://libutempter-remove-glibc-assumption.patch \ | 16 | file://libutempter-remove-glibc-assumption.patch \ |
diff --git a/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb b/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb index 7d7c67b65..108d65298 100644 --- a/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb +++ b/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=c3ea231a32635cbb5debedf3e88aa3df | |||
6 | 6 | ||
7 | PV = "4.1+git${SRCPV}" | 7 | PV = "4.1+git${SRCPV}" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/Datera/lio-utils.git \ | 9 | SRC_URI = "git://github.com/Datera/lio-utils.git;branch=master;protocol=https \ |
10 | file://0001-Makefiles-Respect-environment-variables-and-add-LDFL.patch \ | 10 | file://0001-Makefiles-Respect-environment-variables-and-add-LDFL.patch \ |
11 | " | 11 | " |
12 | SRCREV = "0ac9091c1ff7a52d5435a4f4449e82637142e06e" | 12 | SRCREV = "0ac9091c1ff7a52d5435a4f4449e82637142e06e" |
diff --git a/meta-oe/recipes-support/mcelog/mce-inject_git.bb b/meta-oe/recipes-support/mcelog/mce-inject_git.bb index cc33cbaf2..8241bd234 100644 --- a/meta-oe/recipes-support/mcelog/mce-inject_git.bb +++ b/meta-oe/recipes-support/mcelog/mce-inject_git.bb | |||
@@ -4,7 +4,7 @@ software level into a running Linux kernel. This is intended for \ | |||
4 | validation of the kernel machine check handler." | 4 | validation of the kernel machine check handler." |
5 | SECTION = "System Environment/Base" | 5 | SECTION = "System Environment/Base" |
6 | 6 | ||
7 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git" | 7 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git;branch=master" |
8 | 8 | ||
9 | SRCREV = "4cbe46321b4a81365ff3aafafe63967264dbfec5" | 9 | SRCREV = "4cbe46321b4a81365ff3aafafe63967264dbfec5" |
10 | 10 | ||
diff --git a/meta-oe/recipes-support/mcelog/mce-test_git.bb b/meta-oe/recipes-support/mcelog/mce-test_git.bb index 328f7c99b..cfceaa174 100644 --- a/meta-oe/recipes-support/mcelog/mce-test_git.bb +++ b/meta-oe/recipes-support/mcelog/mce-test_git.bb | |||
@@ -10,7 +10,7 @@ containment and recovery, ACPI/APEI support etc." | |||
10 | LICENSE = "GPLv2" | 10 | LICENSE = "GPLv2" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
12 | 12 | ||
13 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-test.git;protocol=git \ | 13 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-test.git;protocol=git;branch=master \ |
14 | file://makefile-remove-ldflags.patch \ | 14 | file://makefile-remove-ldflags.patch \ |
15 | file://0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch \ | 15 | file://0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch \ |
16 | " | 16 | " |
diff --git a/meta-oe/recipes-support/mcelog/mcelog_175.bb b/meta-oe/recipes-support/mcelog/mcelog_175.bb index b77709485..c66dd0f97 100644 --- a/meta-oe/recipes-support/mcelog/mcelog_175.bb +++ b/meta-oe/recipes-support/mcelog/mcelog_175.bb | |||
@@ -5,7 +5,7 @@ and should run on all Linux systems that need error handling." | |||
5 | HOMEPAGE = "http://mcelog.org/" | 5 | HOMEPAGE = "http://mcelog.org/" |
6 | SECTION = "System Environment/Base" | 6 | SECTION = "System Environment/Base" |
7 | 7 | ||
8 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git;protocol=http; \ | 8 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git;protocol=http;;branch=master \ |
9 | file://0001-test-avoid-the-pfa-test-hang.patch \ | 9 | file://0001-test-avoid-the-pfa-test-hang.patch \ |
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |
diff --git a/meta-oe/recipes-support/mg/mg_20210609.bb b/meta-oe/recipes-support/mg/mg_20210609.bb index 797e91eae..5deb5c66e 100644 --- a/meta-oe/recipes-support/mg/mg_20210609.bb +++ b/meta-oe/recipes-support/mg/mg_20210609.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = "ncurses libbsd" | |||
6 | SECTION = "console/editors" | 6 | SECTION = "console/editors" |
7 | 7 | ||
8 | SRCREV = "688f49cd67ab30dfa6482c74815e117cbf7af63a" | 8 | SRCREV = "688f49cd67ab30dfa6482c74815e117cbf7af63a" |
9 | SRC_URI = "git://github.com/hboetes/mg \ | 9 | SRC_URI = "git://github.com/hboetes/mg;branch=master;protocol=https \ |
10 | file://0001-fileio-Include-sys-param.h-for-MAXNAMLEN.patch \ | 10 | file://0001-fileio-Include-sys-param.h-for-MAXNAMLEN.patch \ |
11 | file://0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch \ | 11 | file://0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch \ |
12 | " | 12 | " |
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb index d4d6c6ba9..69fd9dfde 100644 --- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb +++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb | |||
@@ -29,7 +29,7 @@ DEPENDS = "libdevmapper \ | |||
29 | 29 | ||
30 | LICENSE = "GPLv2" | 30 | LICENSE = "GPLv2" |
31 | 31 | ||
32 | SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http \ | 32 | SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http;branch=master \ |
33 | file://multipathd.oe \ | 33 | file://multipathd.oe \ |
34 | file://multipath.conf.example \ | 34 | file://multipath.conf.example \ |
35 | file://0021-RH-fixup-udev-rules-for-redhat.patch \ | 35 | file://0021-RH-fixup-udev-rules-for-redhat.patch \ |
diff --git a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb index 295628c77..0e16b15c9 100644 --- a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb +++ b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e7fe20c9be97be5579e3ab5d92d3a218" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e7fe20c9be97be5579e3ab5d92d3a218" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/projectNe10/Ne10.git \ | 7 | SRC_URI = "git://github.com/projectNe10/Ne10.git;branch=master;protocol=https \ |
8 | file://0001-CMakeLists.txt-Remove-mthumb-interwork.patch \ | 8 | file://0001-CMakeLists.txt-Remove-mthumb-interwork.patch \ |
9 | file://0001-Dont-specify-march-explicitly.patch \ | 9 | file://0001-Dont-specify-march-explicitly.patch \ |
10 | " | 10 | " |
diff --git a/meta-oe/recipes-support/opencl/clinfo_2.2.18.04.06.bb b/meta-oe/recipes-support/opencl/clinfo_2.2.18.04.06.bb index 9fd88ced9..831b15a45 100644 --- a/meta-oe/recipes-support/opencl/clinfo_2.2.18.04.06.bb +++ b/meta-oe/recipes-support/opencl/clinfo_2.2.18.04.06.bb | |||
@@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/Oblomov/clinfo" | |||
7 | LICENSE = "CC0-1.0" | 7 | LICENSE = "CC0-1.0" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fd8857f774dfb0eefe1e80c8f9240a7e" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fd8857f774dfb0eefe1e80c8f9240a7e" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/Oblomov/clinfo.git;protocol=https" | 10 | SRC_URI = "git://github.com/Oblomov/clinfo.git;protocol=https;branch=master" |
11 | 11 | ||
12 | SRCREV = "59d0daf898e48d76ccbb788acbba258fa0a8ba7c" | 12 | SRCREV = "59d0daf898e48d76ccbb788acbba258fa0a8ba7c" |
13 | 13 | ||
diff --git a/meta-oe/recipes-support/opencv/ade_0.1.1f.bb b/meta-oe/recipes-support/opencv/ade_0.1.1f.bb index 12b71226a..48a45143d 100644 --- a/meta-oe/recipes-support/opencv/ade_0.1.1f.bb +++ b/meta-oe/recipes-support/opencv/ade_0.1.1f.bb | |||
@@ -4,7 +4,7 @@ and processing framework. ADE Framework is suitable for \ | |||
4 | organizing data flow processing and execution." | 4 | organizing data flow processing and execution." |
5 | HOMEPAGE = "https://github.com/opencv/ade" | 5 | HOMEPAGE = "https://github.com/opencv/ade" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/opencv/ade.git \ | 7 | SRC_URI = "git://github.com/opencv/ade.git;branch=master;protocol=https \ |
8 | file://0001-use-GNUInstallDirs-for-detecting-install-paths.patch \ | 8 | file://0001-use-GNUInstallDirs-for-detecting-install-paths.patch \ |
9 | " | 9 | " |
10 | 10 | ||
diff --git a/meta-oe/recipes-support/opencv/opencv_4.5.2.bb b/meta-oe/recipes-support/opencv/opencv_4.5.2.bb index 8d557e086..da1c72f29 100644 --- a/meta-oe/recipes-support/opencv/opencv_4.5.2.bb +++ b/meta-oe/recipes-support/opencv/opencv_4.5.2.bb | |||
@@ -38,13 +38,13 @@ IPP_FILENAME = "${@ipp_filename(d)}" | |||
38 | IPP_MD5 = "${@ipp_md5sum(d)}" | 38 | IPP_MD5 = "${@ipp_md5sum(d)}" |
39 | 39 | ||
40 | SRCREV_FORMAT = "opencv_contrib_ipp_boostdesc_vgg" | 40 | SRCREV_FORMAT = "opencv_contrib_ipp_boostdesc_vgg" |
41 | SRC_URI = "git://github.com/opencv/opencv.git;name=opencv \ | 41 | SRC_URI = "git://github.com/opencv/opencv.git;name=opencv;branch=master;protocol=https \ |
42 | git://github.com/opencv/opencv_contrib.git;destsuffix=contrib;name=contrib \ | 42 | git://github.com/opencv/opencv_contrib.git;destsuffix=contrib;name=contrib;branch=master;protocol=https \ |
43 | git://github.com/opencv/opencv_3rdparty.git;branch=ippicv/master_20191018;destsuffix=ipp;name=ipp \ | 43 | git://github.com/opencv/opencv_3rdparty.git;branch=ippicv/master_20191018;destsuffix=ipp;name=ipp;protocol=https \ |
44 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_boostdesc_20161012;destsuffix=boostdesc;name=boostdesc \ | 44 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_boostdesc_20161012;destsuffix=boostdesc;name=boostdesc;protocol=https \ |
45 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_vgg_20160317;destsuffix=vgg;name=vgg \ | 45 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_vgg_20160317;destsuffix=vgg;name=vgg;protocol=https \ |
46 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_face_alignment_20170818;destsuffix=face;name=face \ | 46 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_face_alignment_20170818;destsuffix=face;name=face;protocol=https \ |
47 | git://github.com/WeChatCV/opencv_3rdparty.git;branch=wechat_qrcode;destsuffix=wechat_qrcode;name=wechat-qrcode \ | 47 | git://github.com/WeChatCV/opencv_3rdparty.git;branch=wechat_qrcode;destsuffix=wechat_qrcode;name=wechat-qrcode;protocol=https \ |
48 | file://0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch \ | 48 | file://0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch \ |
49 | file://0003-To-fix-errors-as-following.patch \ | 49 | file://0003-To-fix-errors-as-following.patch \ |
50 | file://0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch \ | 50 | file://0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch \ |
diff --git a/meta-oe/recipes-support/opensc/opensc_0.22.0.bb b/meta-oe/recipes-support/opensc/opensc_0.22.0.bb index 44a0dccbb..f1ac7dff1 100644 --- a/meta-oe/recipes-support/opensc/opensc_0.22.0.bb +++ b/meta-oe/recipes-support/opensc/opensc_0.22.0.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7" | |||
13 | 13 | ||
14 | #v0.21.0 | 14 | #v0.21.0 |
15 | SRCREV = "c902e1992195e00ada12d71beb1029287cd72037" | 15 | SRCREV = "c902e1992195e00ada12d71beb1029287cd72037" |
16 | SRC_URI = "git://github.com/OpenSC/OpenSC \ | 16 | SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https \ |
17 | " | 17 | " |
18 | DEPENDS = "virtual/libiconv openssl" | 18 | DEPENDS = "virtual/libiconv openssl" |
19 | 19 | ||
diff --git a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb index a5825d5a9..4f788f454 100644 --- a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb +++ b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https" | 6 | SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master" |
7 | 7 | ||
8 | SRCREV = "34ac207adbba0d1a951b314c1676610a1d0bba01" | 8 | SRCREV = "34ac207adbba0d1a951b314c1676610a1d0bba01" |
9 | 9 | ||
diff --git a/meta-oe/recipes-support/picocom/picocom_git.bb b/meta-oe/recipes-support/picocom/picocom_git.bb index 3d26b9364..801300e70 100644 --- a/meta-oe/recipes-support/picocom/picocom_git.bb +++ b/meta-oe/recipes-support/picocom/picocom_git.bb | |||
@@ -9,7 +9,7 @@ PV = "${BASEPV}+git${SRCPV}" | |||
9 | 9 | ||
10 | SRCREV = "90385aabe2b51f39fa130627d46b377569f82d4a" | 10 | SRCREV = "90385aabe2b51f39fa130627d46b377569f82d4a" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/npat-efault/picocom \ | 12 | SRC_URI = "git://github.com/npat-efault/picocom;branch=master;protocol=https \ |
13 | file://0001-Fix-building-with-musl.patch \ | 13 | file://0001-Fix-building-with-musl.patch \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb b/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb index 89d463699..6c7802e18 100644 --- a/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb +++ b/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb | |||
@@ -7,7 +7,7 @@ DEPENDS = "pidgin json-glib glib-2.0" | |||
7 | 7 | ||
8 | inherit pkgconfig | 8 | inherit pkgconfig |
9 | 9 | ||
10 | SRC_URI = "git://github.com/EionRobb/funyahoo-plusplus;branch=master;protocol=git" | 10 | SRC_URI = "git://github.com/EionRobb/funyahoo-plusplus;branch=master;protocol=https" |
11 | SRCREV = "fbbd9c591100aa00a0487738ec7b6acd3d924b3f" | 11 | SRCREV = "fbbd9c591100aa00a0487738ec7b6acd3d924b3f" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/pidgin/icyque_git.bb b/meta-oe/recipes-support/pidgin/icyque_git.bb index 02cd12bf4..2f415de3d 100644 --- a/meta-oe/recipes-support/pidgin/icyque_git.bb +++ b/meta-oe/recipes-support/pidgin/icyque_git.bb | |||
@@ -9,7 +9,7 @@ PV = "0.1+gitr${SRCPV}" | |||
9 | 9 | ||
10 | inherit pkgconfig | 10 | inherit pkgconfig |
11 | 11 | ||
12 | SRC_URI = "git://github.com/EionRobb/icyque" | 12 | SRC_URI = "git://github.com/EionRobb/icyque;branch=master;protocol=https" |
13 | SRCREV = "513fc162d5d1a201c2b044e2b42941436d1069d5" | 13 | SRCREV = "513fc162d5d1a201c2b044e2b42941436d1069d5" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb b/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb index 1a8249528..a29a445c9 100644 --- a/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb +++ b/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb | |||
@@ -7,7 +7,7 @@ DEPENDS = "pidgin json-glib glib-2.0 zlib" | |||
7 | 7 | ||
8 | inherit pkgconfig | 8 | inherit pkgconfig |
9 | 9 | ||
10 | SRC_URI = "git://github.com/EionRobb/skype4pidgin;branch=master;protocol=git" | 10 | SRC_URI = "git://github.com/EionRobb/skype4pidgin;branch=master;protocol=https" |
11 | SRCREV = "b226d1c457d73900ae89b8a7469247fbe33677a6" | 11 | SRCREV = "b226d1c457d73900ae89b8a7469247fbe33677a6" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/poco/poco_1.11.0.bb b/meta-oe/recipes-support/poco/poco_1.11.0.bb index 5f6391098..c364f7220 100644 --- a/meta-oe/recipes-support/poco/poco_1.11.0.bb +++ b/meta-oe/recipes-support/poco/poco_1.11.0.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4267f48fc738f50380cbeeb76f95cebc" | |||
9 | DEPENDS = "libpcre zlib" | 9 | DEPENDS = "libpcre zlib" |
10 | 10 | ||
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
12 | git://github.com/pocoproject/poco.git;branch=master \ | 12 | git://github.com/pocoproject/poco.git;branch=master;protocol=https \ |
13 | file://0001-fix-missing-expat-definition.patch \ | 13 | file://0001-fix-missing-expat-definition.patch \ |
14 | file://run-ptest \ | 14 | file://run-ptest \ |
15 | " | 15 | " |
diff --git a/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb b/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb index ac360659a..f34912ed2 100644 --- a/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb +++ b/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26107732c2ab637c5710446fcfaf02df" | |||
6 | PV = "v190700" | 6 | PV = "v190700" |
7 | 7 | ||
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | git://github.com/PortAudio/portaudio.git \ | 9 | git://github.com/PortAudio/portaudio.git;branch=master;protocol=https \ |
10 | file://0001-Find-jack.patch \ | 10 | file://0001-Find-jack.patch \ |
11 | file://0001-cmake-Use-GNUInstallDirs.patch \ | 11 | file://0001-cmake-Use-GNUInstallDirs.patch \ |
12 | " | 12 | " |
diff --git a/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb index 262f05f49..3d0c9df28 100644 --- a/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb +++ b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
6 | 6 | ||
7 | SRCREV = "cb48b7ecf7079ceba7081c78d4e61e507b0e8d2d" | 7 | SRCREV = "cb48b7ecf7079ceba7081c78d4e61e507b0e8d2d" |
8 | SRC_URI = "git://github.com/ago/pps-tools.git" | 8 | SRC_URI = "git://github.com/ago/pps-tools.git;branch=master;protocol=https" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
diff --git a/meta-oe/recipes-support/re2/re2_2020.11.01.bb b/meta-oe/recipes-support/re2/re2_2020.11.01.bb index a289d962e..698fe7e49 100644 --- a/meta-oe/recipes-support/re2/re2_2020.11.01.bb +++ b/meta-oe/recipes-support/re2/re2_2020.11.01.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b5c31eb512bdf3cb11ffd5713963760" | |||
5 | 5 | ||
6 | SRCREV = "166dbbeb3b0ab7e733b278e8f42a84f6882b8a25" | 6 | SRCREV = "166dbbeb3b0ab7e733b278e8f42a84f6882b8a25" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/google/re2.git;branch=master" | 8 | SRC_URI = "git://github.com/google/re2.git;branch=master;protocol=https" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.18.bb b/meta-oe/recipes-support/remmina/remmina_1.4.18.bb index 5a915c476..996d8540f 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.18.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.18.bb | |||
@@ -26,7 +26,7 @@ DEPENDS:append:libc-musl = " libexecinfo" | |||
26 | LDFLAGS:append:libc-musl = " -lexecinfo" | 26 | LDFLAGS:append:libc-musl = " -lexecinfo" |
27 | 27 | ||
28 | SRCREV = "045862cc7d7dd986b349c68131df2f86b9b1cd9c" | 28 | SRCREV = "045862cc7d7dd986b349c68131df2f86b9b1cd9c" |
29 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https" | 29 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" |
30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
31 | 31 | ||
32 | inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig | 32 | inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig |
diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb index 3cdf78200..2887f4d0b 100644 --- a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb +++ b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | |||
@@ -25,7 +25,7 @@ RDEPENDS:${PN} = "rsync \ | |||
25 | SRCREV = "4dc82bfe6be3f83fcfa94946dcf6accfd6a18031" | 25 | SRCREV = "4dc82bfe6be3f83fcfa94946dcf6accfd6a18031" |
26 | PV = "1.4.4+git${SRCPV}" | 26 | PV = "1.4.4+git${SRCPV}" |
27 | 27 | ||
28 | SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=git \ | 28 | SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=https \ |
29 | file://configure-fix-cmd_rsync.patch \ | 29 | file://configure-fix-cmd_rsync.patch \ |
30 | " | 30 | " |
31 | 31 | ||
diff --git a/meta-oe/recipes-support/sass/libsass_git.bb b/meta-oe/recipes-support/sass/libsass_git.bb index bc2ec805e..4d709fc52 100644 --- a/meta-oe/recipes-support/sass/libsass_git.bb +++ b/meta-oe/recipes-support/sass/libsass_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d" | |||
5 | 5 | ||
6 | inherit autotools | 6 | inherit autotools |
7 | 7 | ||
8 | SRC_URI = "git://github.com/sass/libsass.git;branch=master" | 8 | SRC_URI = "git://github.com/sass/libsass.git;branch=master;protocol=https" |
9 | SRCREV = "f6afdbb9288d20d1257122e71d88e53348a53af3" | 9 | SRCREV = "f6afdbb9288d20d1257122e71d88e53348a53af3" |
10 | PV = "3.6.5" | 10 | PV = "3.6.5" |
11 | 11 | ||
diff --git a/meta-oe/recipes-support/sass/sassc_git.bb b/meta-oe/recipes-support/sass/sassc_git.bb index 407cbbddd..9bb8c76e8 100644 --- a/meta-oe/recipes-support/sass/sassc_git.bb +++ b/meta-oe/recipes-support/sass/sassc_git.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = "libsass" | |||
6 | 6 | ||
7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
8 | 8 | ||
9 | SRC_URI = "git://github.com/sass/sassc.git" | 9 | SRC_URI = "git://github.com/sass/sassc.git;branch=master;protocol=https" |
10 | SRCREV = "66f0ef37e7f0ad3a65d2f481eff09d09408f42d0" | 10 | SRCREV = "66f0ef37e7f0ad3a65d2f481eff09d09408f42d0" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | PV = "3.6.2" | 12 | PV = "3.6.2" |
diff --git a/meta-oe/recipes-support/satyr/satyr_0.38.bb b/meta-oe/recipes-support/satyr/satyr_0.38.bb index 4c0845a0f..4cfa977c8 100644 --- a/meta-oe/recipes-support/satyr/satyr_0.38.bb +++ b/meta-oe/recipes-support/satyr/satyr_0.38.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "GPLv2" | |||
7 | 7 | ||
8 | inherit autotools-brokensep python3native pkgconfig | 8 | inherit autotools-brokensep python3native pkgconfig |
9 | 9 | ||
10 | SRC_URI = "git://github.com/abrt/satyr.git \ | 10 | SRC_URI = "git://github.com/abrt/satyr.git;branch=master;protocol=https \ |
11 | file://0002-fix-compile-failure-against-musl-C-library.patch \ | 11 | file://0002-fix-compile-failure-against-musl-C-library.patch \ |
12 | " | 12 | " |
13 | SRCREV = "ad0030f071b7ce7eb748eca3c31cb381038e2b21" | 13 | SRCREV = "ad0030f071b7ce7eb748eca3c31cb381038e2b21" |
diff --git a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb index 7f59b3eca..87d9c5290 100644 --- a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb +++ b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb | |||
@@ -6,7 +6,7 @@ SECTION = "console/network" | |||
6 | SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" | 6 | SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" |
7 | PV = "1.1+gitr${SRCPV}" | 7 | PV = "1.1+gitr${SRCPV}" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https" | 9 | SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https;branch=master" |
10 | S = "${WORKDIR}/git/tools/serial_forward" | 10 | S = "${WORKDIR}/git/tools/serial_forward" |
11 | 11 | ||
12 | inherit autotools native | 12 | inherit autotools native |
diff --git a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb index 0ef829856..dcad8f710 100644 --- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb +++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb | |||
@@ -6,7 +6,7 @@ SECTION = "console/devel" | |||
6 | SRCREV = "07c6fdede0870edc37a8d51d033b6e7e29aa7c91" | 6 | SRCREV = "07c6fdede0870edc37a8d51d033b6e7e29aa7c91" |
7 | PV = "1.1+gitr${SRCPV}" | 7 | PV = "1.1+gitr${SRCPV}" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/freesmartphone/cornucopia.git \ | 9 | SRC_URI = "git://github.com/freesmartphone/cornucopia.git;branch=master;protocol=https \ |
10 | file://0001-serial_forward-Disable-default-static-linking.patch;striplevel=3 \ | 10 | file://0001-serial_forward-Disable-default-static-linking.patch;striplevel=3 \ |
11 | " | 11 | " |
12 | S = "${WORKDIR}/git/tools/serial_forward" | 12 | S = "${WORKDIR}/git/tools/serial_forward" |
diff --git a/meta-oe/recipes-support/smarty/smarty_3.1.39.bb b/meta-oe/recipes-support/smarty/smarty_3.1.39.bb index 50d995838..c5b09a0c5 100644 --- a/meta-oe/recipes-support/smarty/smarty_3.1.39.bb +++ b/meta-oe/recipes-support/smarty/smarty_3.1.39.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3" | |||
7 | 7 | ||
8 | DEPENDS = "php" | 8 | DEPENDS = "php" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;tag=v${PV}" | 10 | SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;tag=v${PV};branch=master" |
11 | 11 | ||
12 | FILES:${PN} = "${datadir}/php/smarty3/" | 12 | FILES:${PN} = "${datadir}/php/smarty3/" |
13 | 13 | ||
diff --git a/meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb b/meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb index 0079cf729..0d9a8c93d 100644 --- a/meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb +++ b/meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/martinmoene/span-lite" | |||
3 | LICENSE = "BSL-1.0" | 3 | LICENSE = "BSL-1.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
5 | 5 | ||
6 | SRC_URI += "git://github.com/martinmoene/span-lite" | 6 | SRC_URI += "git://github.com/martinmoene/span-lite;branch=master;protocol=https" |
7 | SRCREV = "cbb9c3c5162a0d7018c7b3e053153a04d4fbbbb9" | 7 | SRCREV = "cbb9c3c5162a0d7018c7b3e053153a04d4fbbbb9" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb b/meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb index c103c3493..ba6bbcce4 100644 --- a/meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb +++ b/meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
5 | 5 | ||
6 | SRCREV = "eb3220622e73a4889eee355ffa37972b3cac3df5" | 6 | SRCREV = "eb3220622e73a4889eee355ffa37972b3cac3df5" |
7 | SRC_URI = "git://github.com/gabime/spdlog.git;protocol=git;branch=v1.x; \ | 7 | SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x; \ |
8 | file://0001-Enable-use-of-external-fmt-library.patch" | 8 | file://0001-Enable-use-of-external-fmt-library.patch" |
9 | 9 | ||
10 | DEPENDS += "fmt" | 10 | DEPENDS += "fmt" |
diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb b/meta-oe/recipes-support/spitools/spitools_git.bb index bb41a33c1..5bad781ff 100644 --- a/meta-oe/recipes-support/spitools/spitools_git.bb +++ b/meta-oe/recipes-support/spitools/spitools_git.bb | |||
@@ -10,7 +10,7 @@ SRCREV = "f5d87954bd9e13689481700105efe2f42199d364" | |||
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=git" | 13 | SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=https;branch=master" |
14 | 14 | ||
15 | 15 | ||
16 | inherit autotools | 16 | inherit autotools |
diff --git a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb index 3f82734ac..5bcbea460 100644 --- a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb +++ b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb | |||
@@ -7,7 +7,7 @@ SECTION = "devel" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/jthornber/thin-provisioning-tools;branch=main \ | 10 | SRC_URI = "git://github.com/jthornber/thin-provisioning-tools;branch=main;protocol=https \ |
11 | file://0001-do-not-strip-pdata_tools-at-do_install.patch \ | 11 | file://0001-do-not-strip-pdata_tools-at-do_install.patch \ |
12 | file://use-sh-on-path.patch \ | 12 | file://use-sh-on-path.patch \ |
13 | " | 13 | " |
diff --git a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb index 3aecc6a76..efc2795d5 100644 --- a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb +++ b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://main.c;start_line=5;end_line=16;md5=9ae4bf20caf291afa | |||
7 | 7 | ||
8 | # 0.2 version | 8 | # 0.2 version |
9 | SRCREV = "8586d617aed19fc75f5ae1e07270752c1b2f9a30" | 9 | SRCREV = "8586d617aed19fc75f5ae1e07270752c1b2f9a30" |
10 | SRC_URI = "git://github.com/OSSystems/toscoterm.git" | 10 | SRC_URI = "git://github.com/OSSystems/toscoterm.git;branch=master;protocol=https" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
diff --git a/meta-oe/recipes-support/udisks/udisks2_2.9.4.bb b/meta-oe/recipes-support/udisks/udisks2_2.9.4.bb index 0e6fb09cb..ec13cfa26 100644 --- a/meta-oe/recipes-support/udisks/udisks2_2.9.4.bb +++ b/meta-oe/recipes-support/udisks/udisks2_2.9.4.bb | |||
@@ -17,7 +17,7 @@ DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | |||
17 | 17 | ||
18 | RDEPENDS:${PN} = "acl" | 18 | RDEPENDS:${PN} = "acl" |
19 | 19 | ||
20 | SRC_URI = "git://github.com/storaged-project/udisks.git;branch=2.9.x-branch" | 20 | SRC_URI = "git://github.com/storaged-project/udisks.git;branch=2.9.x-branch;protocol=https" |
21 | SRCREV = "001c486e6d099ed33e2de4f5c73c03e3ee180f81" | 21 | SRCREV = "001c486e6d099ed33e2de4f5c73c03e3ee180f81" |
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
diff --git a/meta-oe/recipes-support/uhubctl/uhubctl_2.4.0.bb b/meta-oe/recipes-support/uhubctl/uhubctl_2.4.0.bb index 44aeaed09..e8587ea26 100644 --- a/meta-oe/recipes-support/uhubctl/uhubctl_2.4.0.bb +++ b/meta-oe/recipes-support/uhubctl/uhubctl_2.4.0.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "GPLv2" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
8 | 8 | ||
9 | SRCREV = "014b55ac5d1d7fb46a8f1eefe9fc3b87ea65a75f" | 9 | SRCREV = "014b55ac5d1d7fb46a8f1eefe9fc3b87ea65a75f" |
10 | SRC_URI = "git://github.com/mvp/${BPN}" | 10 | SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | # uhubctl gets its program version from "git describe". As we use the source | 13 | # uhubctl gets its program version from "git describe". As we use the source |
diff --git a/meta-oe/recipes-support/upower/upower_0.99.13.bb b/meta-oe/recipes-support/upower/upower_0.99.13.bb index 6dfe49b03..6110a26c0 100644 --- a/meta-oe/recipes-support/upower/upower_0.99.13.bb +++ b/meta-oe/recipes-support/upower/upower_0.99.13.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0de8fbf1d97a140d1d93b9f14dcfbf08" | |||
4 | 4 | ||
5 | DEPENDS = "intltool-native libusb1 libgudev glib-2.0 dbus-glib" | 5 | DEPENDS = "intltool-native libusb1 libgudev glib-2.0 dbus-glib" |
6 | 6 | ||
7 | SRC_URI = "git://gitlab.freedesktop.org/upower/upower.git;protocol=https" | 7 | SRC_URI = "git://gitlab.freedesktop.org/upower/upower.git;protocol=https;branch=master" |
8 | SRCREV = "0f6cc0a10be22d7ddd684e1cd851e4364a440494" | 8 | SRCREV = "0f6cc0a10be22d7ddd684e1cd851e4364a440494" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
diff --git a/meta-oe/recipes-support/uthash/uthash_2.3.0.bb b/meta-oe/recipes-support/uthash/uthash_2.3.0.bb index b512f8c67..ef1561358 100644 --- a/meta-oe/recipes-support/uthash/uthash_2.3.0.bb +++ b/meta-oe/recipes-support/uthash/uthash_2.3.0.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=736712b5904dd42f8678df7172bc5f2b" | |||
12 | SRCREV = "e493aa90a2833b4655927598f169c31cfcdf7861" | 12 | SRCREV = "e493aa90a2833b4655927598f169c31cfcdf7861" |
13 | 13 | ||
14 | SRC_URI = "\ | 14 | SRC_URI = "\ |
15 | git://github.com/troydhanson/${BPN}.git \ | 15 | git://github.com/troydhanson/${BPN}.git;branch=master;protocol=https \ |
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | " | 17 | " |
18 | 18 | ||
diff --git a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb index a5a881d1f..d06f6702f 100644 --- a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb +++ b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | |||
7 | 7 | ||
8 | inherit autotools | 8 | inherit autotools |
9 | 9 | ||
10 | SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http \ | 10 | SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http;branch=master \ |
11 | file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ | 11 | file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ |
12 | " | 12 | " |
13 | SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24" | 13 | SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24" |
diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb index ca74d911f..12231f6a9 100644 --- a/meta-oe/recipes-support/utouch/utouch-frame_git.bb +++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb | |||
@@ -9,7 +9,7 @@ DEPENDS += "mtdev utouch-evemu" | |||
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | SRC_URI = "git://bitmath.org/git/frame.git;protocol=http \ | 12 | SRC_URI = "git://bitmath.org/git/frame.git;protocol=http;branch=master \ |
13 | file://remove-man-page-creation.patch \ | 13 | file://remove-man-page-creation.patch \ |
14 | file://0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch \ | 14 | file://0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch \ |
15 | file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ | 15 | file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ |
diff --git a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb index 04d1f3fc7..b4322ab3d 100644 --- a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb +++ b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb | |||
@@ -9,7 +9,7 @@ inherit autotools pkgconfig features_check | |||
9 | # depends on virtual/libx11 | 9 | # depends on virtual/libx11 |
10 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |
11 | 11 | ||
12 | SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http" | 12 | SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http;branch=master" |
13 | SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b" | 13 | SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b" |
14 | 14 | ||
15 | DEPENDS += "mtdev utouch-frame utouch-evemu libx11" | 15 | DEPENDS += "mtdev utouch-frame utouch-evemu libx11" |
diff --git a/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb index 423780154..a6f2186e4 100644 --- a/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb +++ b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=4d168d763c111f4ffc62249870e4e0ea" | |||
6 | 6 | ||
7 | DEPENDS = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'openssl boost zlib', '', d)} " | 7 | DEPENDS = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'openssl boost zlib', '', d)} " |
8 | 8 | ||
9 | SRC_URI = "git://github.com/zaphoyd/websocketpp.git;protocol=https \ | 9 | SRC_URI = "git://github.com/zaphoyd/websocketpp.git;protocol=https;branch=master \ |
10 | file://0001-cmake-Use-GNUInstallDirs.patch \ | 10 | file://0001-cmake-Use-GNUInstallDirs.patch \ |
11 | file://855.patch \ | 11 | file://855.patch \ |
12 | file://857.patch \ | 12 | file://857.patch \ |
diff --git a/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb b/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb index d100030f9..c16178198 100644 --- a/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb +++ b/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb | |||
@@ -7,7 +7,7 @@ SECTION = "console/utils" | |||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/jmacd/xdelta.git;branch=release3_1_apl" | 10 | SRC_URI = "git://github.com/jmacd/xdelta.git;branch=release3_1_apl;protocol=https" |
11 | SRCREV = "4b4aed71a959fe11852e45242bb6524be85d3709" | 11 | SRCREV = "4b4aed71a959fe11852e45242bb6524be85d3709" |
12 | S = "${WORKDIR}/git/xdelta3" | 12 | S = "${WORKDIR}/git/xdelta3" |
13 | 13 | ||
diff --git a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb index 25dbe1379..f5b90ecd9 100644 --- a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native" | |||
10 | inherit features_check | 10 | inherit features_check |
11 | REQUIRED_DISTRO_FEATURES = "x11 pam" | 11 | REQUIRED_DISTRO_FEATURES = "x11 pam" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git" | 13 | SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git;branch=master;protocol=https" |
14 | 14 | ||
15 | SRCREV = "c122544f184d4031bbae1ad80fbab554c34a9427" | 15 | SRCREV = "c122544f184d4031bbae1ad80fbab554c34a9427" |
16 | 16 | ||
diff --git a/meta-oe/recipes-support/xrdp/xrdp_0.9.17.bb b/meta-oe/recipes-support/xrdp/xrdp_0.9.17.bb index e933c6679..bc93c12db 100644 --- a/meta-oe/recipes-support/xrdp/xrdp_0.9.17.bb +++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.17.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native" | |||
10 | 10 | ||
11 | REQUIRED_DISTRO_FEATURES = "x11 pam" | 11 | REQUIRED_DISTRO_FEATURES = "x11 pam" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/neutrinolabs/xrdp.git;branch=devel \ | 13 | SRC_URI = "git://github.com/neutrinolabs/xrdp.git;branch=devel;protocol=https \ |
14 | file://xrdp.sysconfig \ | 14 | file://xrdp.sysconfig \ |
15 | file://0001-Added-req_distinguished_name-in-etc-xrdp-openssl.con.patch \ | 15 | file://0001-Added-req_distinguished_name-in-etc-xrdp-openssl.con.patch \ |
16 | file://0001-Fix-the-compile-error.patch \ | 16 | file://0001-Fix-the-compile-error.patch \ |
diff --git a/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.6.3.bb b/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.6.3.bb index 9d359d624..e38303781 100644 --- a/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.6.3.bb +++ b/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.6.3.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6a8aaf0595c2efc1a9c2e0913e9c1a2c" | |||
7 | 7 | ||
8 | # yaml-cpp releases are stored as archive files in github. | 8 | # yaml-cpp releases are stored as archive files in github. |
9 | # download the exact revision of release | 9 | # download the exact revision of release |
10 | SRC_URI = "git://github.com/jbeder/yaml-cpp.git" | 10 | SRC_URI = "git://github.com/jbeder/yaml-cpp.git;branch=master;protocol=https" |
11 | SRCREV = "9a3624205e8774953ef18f57067b3426c1c5ada6" | 11 | SRCREV = "9a3624205e8774953ef18f57067b3426c1c5ada6" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/zbar/zbar_git.bb b/meta-oe/recipes-support/zbar/zbar_git.bb index 39d3894ff..d956a841a 100644 --- a/meta-oe/recipes-support/zbar/zbar_git.bb +++ b/meta-oe/recipes-support/zbar/zbar_git.bb | |||
@@ -9,7 +9,7 @@ SECTION = "graphics" | |||
9 | LICENSE = "LGPL-2.1" | 9 | LICENSE = "LGPL-2.1" |
10 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5e9ee833a2118adc7d8b5ea38e5b1cef" | 10 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5e9ee833a2118adc7d8b5ea38e5b1cef" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/mchehab/zbar.git;branch=master \ | 12 | SRC_URI = "git://github.com/mchehab/zbar.git;branch=master;protocol=https \ |
13 | file://0001-qt-Create-subdir-in-Makefile.patch \ | 13 | file://0001-qt-Create-subdir-in-Makefile.patch \ |
14 | file://0002-zbarcam-Create-subdir-in-Makefile.patch \ | 14 | file://0002-zbarcam-Create-subdir-in-Makefile.patch \ |
15 | " | 15 | " |
diff --git a/meta-oe/recipes-test/bats/bats_1.4.1.bb b/meta-oe/recipes-test/bats/bats_1.4.1.bb index 30e83457c..13babd5ea 100644 --- a/meta-oe/recipes-test/bats/bats_1.4.1.bb +++ b/meta-oe/recipes-test/bats/bats_1.4.1.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/bats-core/bats-core" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2970203aedf9e829edb96a137a4fe81b" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2970203aedf9e829edb96a137a4fe81b" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/bats-core/bats-core.git \ | 9 | SRC_URI = "git://github.com/bats-core/bats-core.git;branch=master;protocol=https \ |
10 | file://0001-install.sh-consider-multilib.patch \ | 10 | file://0001-install.sh-consider-multilib.patch \ |
11 | " | 11 | " |
12 | # v1.4.1 | 12 | # v1.4.1 |
diff --git a/meta-oe/recipes-test/catch2/catch2_2.13.7.bb b/meta-oe/recipes-test/catch2/catch2_2.13.7.bb index 3eda96c73..ed50f659d 100644 --- a/meta-oe/recipes-test/catch2/catch2_2.13.7.bb +++ b/meta-oe/recipes-test/catch2/catch2_2.13.7.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/catchorg/Catch2" | |||
5 | LICENSE = "BSL-1.0" | 5 | LICENSE = "BSL-1.0" |
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/catchorg/Catch2.git;branch=v2.x" | 8 | SRC_URI = "git://github.com/catchorg/Catch2.git;branch=v2.x;protocol=https" |
9 | SRCREV = "c4e3767e265808590986d5db6ca1b5532a7f3d13" | 9 | SRCREV = "c4e3767e265808590986d5db6ca1b5532a7f3d13" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb b/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb index 59626df07..2e34f6ab4 100644 --- a/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb +++ b/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
8 | 8 | ||
9 | SRCREV = "a4fc3dd7705c277e3a57432895e9852ea105dac9" | 9 | SRCREV = "a4fc3dd7705c277e3a57432895e9852ea105dac9" |
10 | PV .= "+git${SRCPV}" | 10 | PV .= "+git${SRCPV}" |
11 | SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git \ | 11 | SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;branch=master \ |
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb b/meta-oe/recipes-test/cpputest/cpputest_4.0.bb index e84e03cdb..921143a74 100644 --- a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb +++ b/meta-oe/recipes-test/cpputest/cpputest_4.0.bb | |||
@@ -5,7 +5,7 @@ SECTION = "devel" | |||
5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=ce5d5f1fe02bcd1343ced64a06fd4177" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=ce5d5f1fe02bcd1343ced64a06fd4177" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/cpputest/cpputest.git;protocol=https" | 8 | SRC_URI = "git://github.com/cpputest/cpputest.git;protocol=https;branch=master" |
9 | SRCREV = "67d2dfd41e13f09ff218aa08e2d35f1c32f032a1" | 9 | SRCREV = "67d2dfd41e13f09ff218aa08e2d35f1c32f032a1" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-test/evtest/evtest_1.34.bb b/meta-oe/recipes-test/evtest/evtest_1.34.bb index a3a23c895..eb6a34f30 100644 --- a/meta-oe/recipes-test/evtest/evtest_1.34.bb +++ b/meta-oe/recipes-test/evtest/evtest_1.34.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
8 | DEPENDS = "libxml2" | 8 | DEPENDS = "libxml2" |
9 | 9 | ||
10 | SRCREV = "16e5104127a620686bdddc4a9ad62881134d6c69" | 10 | SRCREV = "16e5104127a620686bdddc4a9ad62881134d6c69" |
11 | SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https \ | 11 | SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https;branch=master \ |
12 | file://add_missing_limits_h_include.patch \ | 12 | file://add_missing_limits_h_include.patch \ |
13 | file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ | 13 | file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ |
14 | " | 14 | " |
diff --git a/meta-oe/recipes-test/fbtest/fb-test_git.bb b/meta-oe/recipes-test/fbtest/fb-test_git.bb index 6a9d4b278..299213572 100644 --- a/meta-oe/recipes-test/fbtest/fb-test_git.bb +++ b/meta-oe/recipes-test/fbtest/fb-test_git.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPLv2" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" |
7 | 7 | ||
8 | SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2" | 8 | SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2" |
9 | SRC_URI = "git://github.com/prpplague/fb-test-app.git" | 9 | SRC_URI = "git://github.com/prpplague/fb-test-app.git;branch=master;protocol=https" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
diff --git a/meta-oe/recipes-test/googletest/googletest_git.bb b/meta-oe/recipes-test/googletest/googletest_git.bb index ff8cecc5b..2393f9b42 100644 --- a/meta-oe/recipes-test/googletest/googletest_git.bb +++ b/meta-oe/recipes-test/googletest/googletest_git.bb | |||
@@ -10,7 +10,7 @@ PROVIDES += "gmock gtest" | |||
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | SRCREV = "e2239ee6043f73722e7aa812a459f54a28552929" | 12 | SRCREV = "e2239ee6043f73722e7aa812a459f54a28552929" |
13 | SRC_URI = "git://github.com/google/googletest.git" | 13 | SRC_URI = "git://github.com/google/googletest.git;branch=master;protocol=https" |
14 | 14 | ||
15 | inherit cmake | 15 | inherit cmake |
16 | 16 | ||
diff --git a/meta-perl/recipes-perl/po4a/po4a_0.49.bb b/meta-perl/recipes-perl/po4a/po4a_0.49.bb index e13eac669..d7a97dd90 100644 --- a/meta-perl/recipes-perl/po4a/po4a_0.49.bb +++ b/meta-perl/recipes-perl/po4a/po4a_0.49.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "https://po4a.alioth.debian.org" | |||
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=a96fc9b4cc36d80659e694ea109f0325" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=a96fc9b4cc36d80659e694ea109f0325" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/mquinson/po4a.git;protocol=https" | 9 | SRC_URI = "git://github.com/mquinson/po4a.git;protocol=https;branch=master" |
10 | 10 | ||
11 | # v0.49 | 11 | # v0.49 |
12 | SRCREV = "79ed87a577a543538fe39c7b60079981f5997072" | 12 | SRCREV = "79ed87a577a543538fe39c7b60079981f5997072" |
diff --git a/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb b/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb index e235682cf..7910fcd18 100644 --- a/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb +++ b/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=76699830db7fa9e897f6a1ad05f98ec8" | |||
6 | 6 | ||
7 | DEPENDS = "python3-twisted python3-six python3-vcversioner python3-six-native python3-vcversioner-native" | 7 | DEPENDS = "python3-twisted python3-six python3-vcversioner python3-six-native python3-vcversioner-native" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/MostAwesomeDude/txWS.git" | 9 | SRC_URI = "git://github.com/MostAwesomeDude/txWS.git;branch=master;protocol=https" |
10 | SRCREV= "88cf6d9b9b685ffa1720644bd53c742afb10a414" | 10 | SRCREV= "88cf6d9b9b685ffa1720644bd53c742afb10a414" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/meta-python/recipes-devtools/gyp/gyp_git.bb b/meta-python/recipes-devtools/gyp/gyp_git.bb index 73329cec7..38906de75 100644 --- a/meta-python/recipes-devtools/gyp/gyp_git.bb +++ b/meta-python/recipes-devtools/gyp/gyp_git.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab828cb8ce4c62ee82945a11247b6bbd" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab828cb8ce4c62ee82945a11247b6bbd" |
5 | SECTION = "devel" | 5 | SECTION = "devel" |
6 | 6 | ||
7 | SRC_URI = "git://chromium.googlesource.com/external/gyp;protocol=https \ | 7 | SRC_URI = "git://chromium.googlesource.com/external/gyp;protocol=https;branch=master \ |
8 | file://0001-Fix-for-Python-3.10-compatibility.patch \ | 8 | file://0001-Fix-for-Python-3.10-compatibility.patch \ |
9 | " | 9 | " |
10 | SRCREV = "caa60026e223fc501e8b337fd5086ece4028b1c6" | 10 | SRCREV = "caa60026e223fc501e8b337fd5086ece4028b1c6" |
diff --git a/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb b/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb index 5048e5bec..bc3315f75 100644 --- a/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=561205fdabc3ec52cae2d30815b8ade7" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=561205fdabc3ec52cae2d30815b8ade7" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/berkerpeksag/astor.git \ | 7 | SRC_URI = "git://github.com/berkerpeksag/astor.git;branch=master;protocol=https \ |
8 | file://0001-rtrip.py-convert-to-python3.patch \ | 8 | file://0001-rtrip.py-convert-to-python3.patch \ |
9 | " | 9 | " |
10 | SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072" | 10 | SRCREV ?= "c7553c79f9222e20783fe9bd8a553f932e918072" |
diff --git a/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb b/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb index 89bf29fd7..1dcc7d218 100644 --- a/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb +++ b/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d950439e8ea6ed233e4288f5e1a49c06" | |||
5 | 5 | ||
6 | PV .= "+git${SRCREV}" | 6 | PV .= "+git${SRCREV}" |
7 | SRCREV = "9520119376046aeff73804b5f1ea05d87a63f370" | 7 | SRCREV = "9520119376046aeff73804b5f1ea05d87a63f370" |
8 | SRC_URI += "git://github.com/behave/behave;branch=master" | 8 | SRC_URI += "git://github.com/behave/behave;branch=master;protocol=https" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
diff --git a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb index 3f35149f9..1bcf18ab6 100644 --- a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb +++ b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://cvxopt.org" | |||
3 | LICENSE = "GPL-3.0" | 3 | LICENSE = "GPL-3.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ba1a8a73d8ebea5c47a1173aaf476ddd" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ba1a8a73d8ebea5c47a1173aaf476ddd" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https" | 6 | SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https;branch=master" |
7 | 7 | ||
8 | SRCREV = "d5a21cf1da62e4269176384b1ff62edac5579f94" | 8 | SRCREV = "d5a21cf1da62e4269176384b1ff62edac5579f94" |
9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb index e69c9b479..061893df3 100644 --- a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb +++ b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ldo/dbussy" | |||
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/ldo/dbussy.git" | 6 | SRC_URI = "git://github.com/ldo/dbussy.git;branch=master;protocol=https" |
7 | 7 | ||
8 | SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45" | 8 | SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45" |
9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-dt-schema_git.bb b/meta-python/recipes-devtools/python/python3-dt-schema_git.bb index 663fe775f..305cfa6b0 100644 --- a/meta-python/recipes-devtools/python/python3-dt-schema_git.bb +++ b/meta-python/recipes-devtools/python/python3-dt-schema_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=2;endline=3;md5=c795d4924c5f739424 | |||
6 | 6 | ||
7 | inherit setuptools3 | 7 | inherit setuptools3 |
8 | 8 | ||
9 | SRC_URI = "git://github.com/robherring/dt-schema.git" | 9 | SRC_URI = "git://github.com/robherring/dt-schema.git;branch=master;protocol=https" |
10 | SRCREV = "5009e47c1c76e48871f5988e08dad61f3c91196b" | 10 | SRCREV = "5009e47c1c76e48871f5988e08dad61f3c91196b" |
11 | PV = "0.1+git${SRCPV}" | 11 | PV = "0.1+git${SRCPV}" |
12 | 12 | ||
diff --git a/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb b/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb index f57727beb..6932b3b54 100644 --- a/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb +++ b/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=258e3f39e2383fbd011035d04311008d" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=258e3f39e2383fbd011035d04311008d" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/marianoguerra/feedformatter.git" | 7 | SRC_URI = "git://github.com/marianoguerra/feedformatter.git;branch=master;protocol=https" |
8 | SRCREV = "7391193c83e10420b5a2d8ef846d23fc368c6d85" | 8 | SRCREV = "7391193c83e10420b5a2d8ef846d23fc368c6d85" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
diff --git a/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb b/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb index c8c0f7df9..11ab8b0a5 100644 --- a/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb +++ b/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=366e2fd3c9714f162d3663b6f97cfe41" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=366e2fd3c9714f162d3663b6f97cfe41" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/keras-team/keras-applications.git" | 7 | SRC_URI = "git://github.com/keras-team/keras-applications.git;branch=master;protocol=https" |
8 | SRCREV ?= "3b180cb10eda683dda7913ecee2e6487288d292d" | 8 | SRCREV ?= "3b180cb10eda683dda7913ecee2e6487288d292d" |
9 | 9 | ||
10 | 10 | ||
diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb b/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb index a4ec62626..030134d29 100644 --- a/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f0c851d60495c7e27225a819e179208a" | |||
7 | inherit setuptools3 pkgconfig features_check | 7 | inherit setuptools3 pkgconfig features_check |
8 | 8 | ||
9 | SRC_URI = "\ | 9 | SRC_URI = "\ |
10 | git://github.com/kivy/kivy.git;protocol=git;\ | 10 | git://github.com/kivy/kivy.git;protocol=https;\ |
11 | " | 11 | " |
12 | 12 | ||
13 | # Kivy's setup files only look for GLES libraries for Android, iOS, RPi, | 13 | # Kivy's setup files only look for GLES libraries for Android, iOS, RPi, |
diff --git a/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb b/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb index 080c41e38..aacc32a6d 100644 --- a/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb +++ b/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" |
7 | 7 | ||
8 | SRCREV = "80681f6604e136e513550342f977edb98f5fc5ad" | 8 | SRCREV = "80681f6604e136e513550342f977edb98f5fc5ad" |
9 | SRC_URI = "git://github.com/atdt/monotonic.git" | 9 | SRC_URI = "git://github.com/atdt/monotonic.git;branch=master;protocol=https" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb b/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb index d117cc399..e8620b14b 100644 --- a/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb | |||
@@ -3,7 +3,7 @@ SECTION = "devel/python" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://ntplib.py;beginline=1;endline=23;md5=afa07338a9595257e94c205c3e72224d" | 4 | LIC_FILES_CHKSUM = "file://ntplib.py;beginline=1;endline=23;md5=afa07338a9595257e94c205c3e72224d" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/cf-natali/ntplib.git" | 6 | SRC_URI = "git://github.com/cf-natali/ntplib.git;branch=master;protocol=https" |
7 | SRCREV ?= "b9c11c5906bc802a20a2dab390e57c50be558808" | 7 | SRCREV ?= "b9c11c5906bc802a20a2dab390e57c50be558808" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb b/meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb index 68b80a739..bc6c801c3 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "https://pillow.readthedocs.io" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0337b116233da4616ae9fdb130bf6f1a" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0337b116233da4616ae9fdb130bf6f1a" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.3.x \ | 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.3.x;protocol=https \ |
9 | file://0001-support-cross-compiling.patch \ | 9 | file://0001-support-cross-compiling.patch \ |
10 | file://0001-explicitly-set-compile-options.patch \ | 10 | file://0001-explicitly-set-compile-options.patch \ |
11 | " | 11 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.11.bb b/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.11.bb index 838447120..e06579a6c 100644 --- a/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.11.bb +++ b/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.11.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause" | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0e25ff0ec476d06d366439e1120cce98" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0e25ff0ec476d06d366439e1120cce98" |
4 | 4 | ||
5 | SRCREV = "0fbbe3bbb27bd07a5ec7d71cbb1f17eaf4d37702" | 5 | SRCREV = "0fbbe3bbb27bd07a5ec7d71cbb1f17eaf4d37702" |
6 | SRC_URI = "git://github.com/pybind/pybind11_json" | 6 | SRC_URI = "git://github.com/pybind/pybind11_json;branch=master;protocol=https" |
7 | 7 | ||
8 | DEPENDS += "nlohmann-json python3-pybind11" | 8 | DEPENDS += "nlohmann-json python3-pybind11" |
9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb index e954dbfb2..3c6b2a657 100644 --- a/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.8.1.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=774f65abd8a7fe3124be2cdf766cd06f" | |||
5 | 5 | ||
6 | DEPENDS = "boost" | 6 | DEPENDS = "boost" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/pybind/pybind11.git \ | 8 | SRC_URI = "git://github.com/pybind/pybind11.git;branch=master;protocol=https \ |
9 | file://0001-Do-not-strip-binaries.patch \ | 9 | file://0001-Do-not-strip-binaries.patch \ |
10 | file://0001-Do-not-check-pointer-size-when-cross-compiling.patch \ | 10 | file://0001-Do-not-check-pointer-size-when-cross-compiling.patch \ |
11 | " | 11 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb index 526d622fd..796f7219a 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb +++ b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0fd5bb1dae91ba145745db55870be6a7" | |||
6 | 6 | ||
7 | inherit setuptools3 | 7 | inherit setuptools3 |
8 | 8 | ||
9 | SRC_URI = "git://github.com/seebz/pydbus-manager.git" | 9 | SRC_URI = "git://github.com/seebz/pydbus-manager.git;branch=master;protocol=https" |
10 | SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc" | 10 | SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc" |
11 | PV = "git${SRCPV}" | 11 | PV = "git${SRCPV}" |
12 | 12 | ||
diff --git a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb index fdbf494a4..bd6853e74 100644 --- a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=00ea1e843a43c20d9b63a8112239b0d1" | |||
9 | SRC_URI[sha256sum] = "f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88" | 9 | SRC_URI[sha256sum] = "f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88" |
10 | 10 | ||
11 | 11 | ||
12 | SRC_URI = "git://github.com/python-excel/xlrd.git \ | 12 | SRC_URI = "git://github.com/python-excel/xlrd.git;branch=master;protocol=https \ |
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | SRCREV = "b8d573e11ec149da695d695c81a156232b89a949" | 15 | SRCREV = "b8d573e11ec149da695d695c81a156232b89a949" |
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.0.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.0.bb index d3373f4ae..85f80b8c0 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.0.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.0.bb | |||
@@ -9,7 +9,7 @@ S = "${WORKDIR}/git" | |||
9 | B = "${S}" | 9 | B = "${S}" |
10 | 10 | ||
11 | SRCREV = "f7d9027e4fdad11187980e73726cd75a2dc962c2" | 11 | SRCREV = "f7d9027e4fdad11187980e73726cd75a2dc962c2" |
12 | SRC_URI = "git://github.com/storaged-project/blivet.git;branch=3.4-release \ | 12 | SRC_URI = "git://github.com/storaged-project/blivet.git;branch=3.4-release;protocol=https \ |
13 | file://0002-run_program-support-timeout.patch \ | 13 | file://0002-run_program-support-timeout.patch \ |
14 | file://0003-support-infinit-timeout.patch \ | 14 | file://0003-support-infinit-timeout.patch \ |
15 | file://0004-fix-new.roots-object-is-not-iterable.patch \ | 15 | file://0004-fix-new.roots-object-is-not-iterable.patch \ |
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb index ad3c0730f..632b313a8 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb | |||
@@ -9,7 +9,7 @@ S = "${WORKDIR}/git" | |||
9 | B = "${S}" | 9 | B = "${S}" |
10 | 10 | ||
11 | SRCREV = "adb6bd69fb3cfa709265db66ddcee04c0b5e070f" | 11 | SRCREV = "adb6bd69fb3cfa709265db66ddcee04c0b5e070f" |
12 | SRC_URI = "git://github.com/storaged-project/blivet-gui.git" | 12 | SRC_URI = "git://github.com/storaged-project/blivet-gui.git;branch=master;protocol=https" |
13 | 13 | ||
14 | inherit features_check | 14 | inherit features_check |
15 | REQUIRED_DISTRO_FEATURES = "x11 systemd" | 15 | REQUIRED_DISTRO_FEATURES = "x11 systemd" |
diff --git a/meta-python/recipes-extended/python-cson/python3-cson_git.bb b/meta-python/recipes-extended/python-cson/python3-cson_git.bb index 7bc61f06d..5d696b30f 100644 --- a/meta-python/recipes-extended/python-cson/python3-cson_git.bb +++ b/meta-python/recipes-extended/python-cson/python3-cson_git.bb | |||
@@ -8,7 +8,7 @@ SECTION = "devel/python" | |||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7709d2635e63ab96973055a23c2a4cac" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7709d2635e63ab96973055a23c2a4cac" |
9 | 9 | ||
10 | SRCREV = "f3f2898c44bb16b951d3e9f2fbf6d1c4158edda2" | 10 | SRCREV = "f3f2898c44bb16b951d3e9f2fbf6d1c4158edda2" |
11 | SRC_URI = "git://github.com/gt3389b/python-cson.git" | 11 | SRC_URI = "git://github.com/gt3389b/python-cson.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
diff --git a/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb b/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb index 884d467ee..cf6e28a20 100644 --- a/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb +++ b/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb | |||
@@ -11,7 +11,7 @@ RDEPENDS:${PN} += "apache2" | |||
11 | 11 | ||
12 | # Original (github.com/disconnect/apache-websocket) is dead since 2012, the | 12 | # Original (github.com/disconnect/apache-websocket) is dead since 2012, the |
13 | # fork contains patches from the modules ML and fixes CVE compliance issues | 13 | # fork contains patches from the modules ML and fixes CVE compliance issues |
14 | SRC_URI = "git://github.com/jchampio/apache-websocket.git" | 14 | SRC_URI = "git://github.com/jchampio/apache-websocket.git;branch=master;protocol=https" |
15 | 15 | ||
16 | SRCREV = "0ee34c77fc78ff08fd548706300b80a7bc7874e4" | 16 | SRCREV = "0ee34c77fc78ff08fd548706300b80a7bc7874e4" |
17 | 17 | ||
diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb b/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb index 7077d76d7..16733c662 100644 --- a/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb +++ b/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "unzip-native libpcre openssl mysql5 ${@bb.utils.contains('DISTRO_FEAT | |||
9 | 9 | ||
10 | SRCREV = "9a75e65b876bcc376cb6b379dca1f7ce4a055c59" | 10 | SRCREV = "9a75e65b876bcc376cb6b379dca1f7ce4a055c59" |
11 | PV = "1.2.104+git${SRCPV}" | 11 | PV = "1.2.104+git${SRCPV}" |
12 | SRC_URI = "git://github.com/cherokee/webserver \ | 12 | SRC_URI = "git://github.com/cherokee/webserver;branch=master;protocol=https \ |
13 | file://cherokee.init \ | 13 | file://cherokee.init \ |
14 | file://cherokee.service \ | 14 | file://cherokee.service \ |
15 | file://cherokee-install-configured.py-once.patch \ | 15 | file://cherokee-install-configured.py-once.patch \ |
diff --git a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb index 8a30b74c8..4134a0e52 100644 --- a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb +++ b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/thttpd.c;beginline=1;endline=26;md5=0c5762c2c34dc | |||
7 | DEPENDS += "base-passwd virtual/crypt" | 7 | DEPENDS += "base-passwd virtual/crypt" |
8 | 8 | ||
9 | SRCREV = "2845bf5bff2b820d2336c8c8061cbfc5f271e720" | 9 | SRCREV = "2845bf5bff2b820d2336c8c8061cbfc5f271e720" |
10 | SRC_URI = "git://github.com/blueness/${BPN} \ | 10 | SRC_URI = "git://github.com/blueness/${BPN};branch=master;protocol=https \ |
11 | file://thttpd.service \ | 11 | file://thttpd.service \ |
12 | file://thttpd.conf \ | 12 | file://thttpd.conf \ |
13 | file://init" | 13 | file://init" |
diff --git a/meta-webserver/recipes-support/fcgi/fcgi_git.bb b/meta-webserver/recipes-support/fcgi/fcgi_git.bb index 6df58ad3c..61ef6073e 100644 --- a/meta-webserver/recipes-support/fcgi/fcgi_git.bb +++ b/meta-webserver/recipes-support/fcgi/fcgi_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.TERMS;md5=e3aacac3a647af6e7e31f181cda0a06a" | |||
6 | SRCREV = "382aa2b0d53a87c27f2f647dfaf670375ba0b85f" | 6 | SRCREV = "382aa2b0d53a87c27f2f647dfaf670375ba0b85f" |
7 | PV = "2.4.2" | 7 | PV = "2.4.2" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/FastCGI-Archives/fcgi2.git;protocol=https \ | 9 | SRC_URI = "git://github.com/FastCGI-Archives/fcgi2.git;protocol=https;branch=master \ |
10 | " | 10 | " |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb index 2d4ae7fa8..e56824e59 100644 --- a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb +++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
7 | 7 | ||
8 | DEPENDS = "gtk+3 glib-2.0 xfce4-dev-tools-native intltool-native" | 8 | DEPENDS = "gtk+3 glib-2.0 xfce4-dev-tools-native intltool-native" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/ib/xarchiver.git" | 10 | SRC_URI = "git://github.com/ib/xarchiver.git;branch=master;protocol=https" |
11 | SRCREV = "9ab958a4023b62b43972c55a3143ff0722bd88a6" | 11 | SRCREV = "9ab958a4023b62b43972c55a3143ff0722bd88a6" |
12 | PV = "0.5.4.14" | 12 | PV = "0.5.4.14" |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.3.bb b/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.3.bb index 2ef81f286..58e628dec 100644 --- a/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.3.bb +++ b/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.3.bb | |||
@@ -8,7 +8,7 @@ inherit xfce-app features_check | |||
8 | REQUIRED_DISTRO_FEATURES = "polkit" | 8 | REQUIRED_DISTRO_FEATURES = "polkit" |
9 | 9 | ||
10 | SRC_URI = " \ | 10 | SRC_URI = " \ |
11 | git://github.com/ncopa/${BPN}.git \ | 11 | git://github.com/ncopa/${BPN}.git;branch=master;protocol=https \ |
12 | " | 12 | " |
13 | SRCREV = "6d3282cc1734c305850d48f5bf4b4d94e88885e9" | 13 | SRCREV = "6d3282cc1734c305850d48f5bf4b4d94e88885e9" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb b/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb index 92317c83f..4ae83ceca 100644 --- a/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb +++ b/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" | |||
6 | 6 | ||
7 | DEPENDS = "glib-2.0-native libxfce4ui" | 7 | DEPENDS = "glib-2.0-native libxfce4ui" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/schnitzeltony/xfce4-datetime-setter.git;protocol=https \ | 9 | SRC_URI = "git://github.com/schnitzeltony/xfce4-datetime-setter.git;protocol=https;branch=master \ |
10 | file://fix-inner-dependency.patch \ | 10 | file://fix-inner-dependency.patch \ |
11 | " | 11 | " |
12 | SRCREV = "5c7a73a3824b03b91719e05e2604b97c7a72d50f" | 12 | SRCREV = "5c7a73a3824b03b91719e05e2604b97c7a72d50f" |
diff --git a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb index 9d9042026..67f417222 100644 --- a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb +++ b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb | |||
@@ -9,7 +9,7 @@ DEPENDS += "xfce4-dev-tools-native libwnck3 xfconf" | |||
9 | 9 | ||
10 | PV = "4.16.0" | 10 | PV = "4.16.0" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/schnitzeltony/xfce4-closebutton-plugin.git" | 12 | SRC_URI = "git://github.com/schnitzeltony/xfce4-closebutton-plugin.git;branch=master;protocol=https" |
13 | SRCREV = "538f9acfc5d5019f5cde734d056bcc0c95da9b4c" | 13 | SRCREV = "538f9acfc5d5019f5cde734d056bcc0c95da9b4c" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||