diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-11-07 10:42:23 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-11-13 07:45:48 -0800 |
| commit | 7fbb2767186a4db729efe4f440cc9a992f2ab183 (patch) | |
| tree | c3c62448ea3ead8b8e673dbb4d2e4919166709c8 /meta-oe/recipes-extended | |
| parent | 10dabf3896591f33c02f420204cb79fefecd2f19 (diff) | |
| download | meta-openembedded-7fbb2767186a4db729efe4f440cc9a992f2ab183.tar.gz | |
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
53 files changed, 53 insertions, 53 deletions
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 8d332b2faf..d426fc65a0 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 0038ba74d2..6a9210a01d 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 6c71d534be..388feb703b 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 a16e810be6..3d412c0c14 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 7a6b0bf95d..28db39ac20 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 d88775f9d9..310081b822 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 4611646b9b..61b050aac6 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 b56b2271b1..6241421536 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 3a7413d8a8..cd9025978f 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_0.14.0.bb b/meta-oe/recipes-extended/hiredis/hiredis_0.14.0.bb index 29f8de8d2f..cee1f342bd 100644 --- a/meta-oe/recipes-extended/hiredis/hiredis_0.14.0.bb +++ b/meta-oe/recipes-extended/hiredis/hiredis_0.14.0.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS = "redis" | |||
| 6 | 6 | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d84d659a35c666d23233e54503aaea51" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d84d659a35c666d23233e54503aaea51" |
| 8 | SRCREV = "685030652cd98c5414ce554ff5b356dfe8437870" | 8 | SRCREV = "685030652cd98c5414ce554ff5b356dfe8437870" |
| 9 | SRC_URI = "git://github.com/redis/hiredis;protocol=git \ | 9 | SRC_URI = "git://github.com/redis/hiredis;protocol=https;branch=master \ |
| 10 | file://0001-Makefile-remove-hardcoding-of-CC.patch" | 10 | file://0001-Makefile-remove-hardcoding-of-CC.patch" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | 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 3a597218db..19af46cb16 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 b7899a11b6..2f4724a336 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 f2805a1b8d..caa13958dd 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 e6d5663f85..977aabf040 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 1f3cb97c13..c3778bb302 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.25.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb index 2c8fdc75ca..8cf48e41cc 100644 --- a/meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb +++ b/meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb | |||
| @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" | |||
| 10 | 10 | ||
| 11 | inherit autotools gobject-introspection | 11 | inherit autotools gobject-introspection |
| 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 = "c50869272b54bf4b4bc3825e8c3332a54678b43f" | 14 | SRCREV = "c50869272b54bf4b4bc3825e8c3332a54678b43f" |
| 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 48be1fdac5..e90a5d0eb9 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 b7c1958eef..e763a701e5 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.6.0" | 11 | PV = "0.6.0" |
| 12 | 12 | ||
| 13 | SRCREV = "1195abc2f4acc7b10175d570ec73549d0938c83e" | 13 | SRCREV = "1195abc2f4acc7b10175d570ec73549d0938c83e" |
| 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 6ef5b4f432..51514c2c42 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 343d0bc63f..f2b034f423 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 309553c909..7edf702e50 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 7fc5997983..bbfee1ff7a 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/libnss-nisplus/libnss-nisplus.bb b/meta-oe/recipes-extended/libnss-nisplus/libnss-nisplus.bb index c9d259b1a0..29c35caf54 100644 --- a/meta-oe/recipes-extended/libnss-nisplus/libnss-nisplus.bb +++ b/meta-oe/recipes-extended/libnss-nisplus/libnss-nisplus.bb | |||
| @@ -17,7 +17,7 @@ PV = "1.3+git${SRCPV}" | |||
| 17 | 17 | ||
| 18 | SRCREV = "116219e215858f4af9370171d3ead63baca8fdb4" | 18 | SRCREV = "116219e215858f4af9370171d3ead63baca8fdb4" |
| 19 | 19 | ||
| 20 | SRC_URI = "git://github.com/thkukuk/libnss_nisplus \ | 20 | SRC_URI = "git://github.com/thkukuk/libnss_nisplus;branch=master;protocol=https \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-extended/libqb/libqb_1.0.5.bb b/meta-oe/recipes-extended/libqb/libqb_1.0.5.bb index cd4019666d..dbe03fedef 100644 --- a/meta-oe/recipes-extended/libqb/libqb_1.0.5.bb +++ b/meta-oe/recipes-extended/libqb/libqb_1.0.5.bb | |||
| @@ -11,7 +11,7 @@ inherit autotools pkgconfig | |||
| 11 | 11 | ||
| 12 | # v1.0.5 | 12 | # v1.0.5 |
| 13 | SRCREV = "d08dbcf08b0da418bce9b5427dfd89522916322a" | 13 | SRCREV = "d08dbcf08b0da418bce9b5427dfd89522916322a" |
| 14 | SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=version_1 \ | 14 | SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=version_1;protocol=https \ |
| 15 | file://0001-build-fix-configure-script-neglecting-re-enable-out-.patch \ | 15 | file://0001-build-fix-configure-script-neglecting-re-enable-out-.patch \ |
| 16 | " | 16 | " |
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
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 4276c49173..24784f77a0 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 dd34c180a3..0278e55f3e 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/md5deep/md5deep_git.bb b/meta-oe/recipes-extended/md5deep/md5deep_git.bb index e8c6864c1f..cc31323c3f 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 68d83eb008..feb8945c8f 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 9b3289f174..a3854b1750 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 9d5a2307e7..f635a9b138 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.1.bb b/meta-oe/recipes-extended/ostree/ostree_2021.1.bb index 32aa842ff3..b7f084e6f3 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2021.1.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2021.1.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 = "e9e4b9112083228b8c385ad26924b6c4623f4179" | 28 | SRCREV = "e9e4b9112083228b8c385ad26924b6c4623f4179" |
diff --git a/meta-oe/recipes-extended/p8platform/p8platform_git.bb b/meta-oe/recipes-extended/p8platform/p8platform_git.bb index 0690d4ba3c..2e52caeffa 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 9838e75ef5..5c2af44c73 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 626b22fe48..5022300ba3 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.9.bb b/meta-oe/recipes-extended/pmdk/pmdk_1.9.bb index 8bb89f418c..dd368e420b 100644 --- a/meta-oe/recipes-extended/pmdk/pmdk_1.9.bb +++ b/meta-oe/recipes-extended/pmdk/pmdk_1.9.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" | 14 | SRC_URI = "git://github.com/pmem/pmdk.git;branch=master;protocol=https" |
| 15 | 15 | ||
| 16 | SRCREV = "1926ffb8f3f5f0617b3b3ed32029d437c272f187" | 16 | SRCREV = "1926ffb8f3f5f0617b3b3ed32029d437c272f187" |
| 17 | 17 | ||
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 5db38ac987..0d8b9ba1e0 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.2.2.bb b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.2.bb index 8b7a8d06e3..e4346863bf 100644 --- a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.2.bb +++ b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.2.bb | |||
| @@ -8,7 +8,7 @@ RDEPENDS_${PN} += "hiredis" | |||
| 8 | LICENSE = "Apache-2.0" | 8 | LICENSE = "Apache-2.0" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 10 | SRCREV = "8ac506e6eb0e5c5b2625785b67400bde705773a1" | 10 | SRCREV = "8ac506e6eb0e5c5b2625785b67400bde705773a1" |
| 11 | SRC_URI = "git://github.com/sewenew/redis-plus-plus" | 11 | SRC_URI = "git://github.com/sewenew/redis-plus-plus;branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
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 5662e63474..914b12e7ca 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 88ba9edaa1..24ad172674 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.3.bb b/meta-oe/recipes-extended/sanlock/sanlock_3.8.3.bb index e8b2e37212..3c64c244a9 100644 --- a/meta-oe/recipes-extended/sanlock/sanlock_3.8.3.bb +++ b/meta-oe/recipes-extended/sanlock/sanlock_3.8.3.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 = "3a750fed849405c745dcb7b4ceb85f662c53d8d0" | 19 | SRCREV = "3a750fed849405c745dcb7b4ceb85f662c53d8d0" |
diff --git a/meta-oe/recipes-extended/sedutil/sedutil_git.bb b/meta-oe/recipes-extended/sedutil/sedutil_git.bb index 1e7a393193..8964f036ad 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 = "${BASEPV}+git${SRCPV}" | 11 | PV = "${BASEPV}+git${SRCPV}" |
| 12 | SRCREV = "358cc758948be788284d5faba46ccf4cc1813796" | 12 | SRCREV = "358cc758948be788284d5faba46ccf4cc1813796" |
| 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 | file://0001-DtaAnnotatedDump-Add-typedef-name-to-the-union.patch \ | 15 | file://0001-DtaAnnotatedDump-Add-typedef-name-to-the-union.patch \ |
| 16 | " | 16 | " |
diff --git a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb index eca8dfc7b7..a103bfd996 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 = "b31bce98d65f894aad6427bcf6f3f7822e261a59" | 3 | SRCREV = "b31bce98d65f894aad6427bcf6f3f7822e261a59" |
| 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 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
| 9 | 9 | ||
diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb b/meta-oe/recipes-extended/socketcan/can-utils_git.bb index 78caa5be26..95086ad211 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 = "eb66451df280f95a9a12e78b151b8d867e1b78ed" | 9 | SRCREV = "eb66451df280f95a9a12e78b151b8d867e1b78ed" |
| 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 8b13daea1c..ab72d473c5 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 b7a7f6f471..27380ee19d 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 f1b77070c1..de12cc23f0 100644 --- a/meta-oe/recipes-extended/sysdig/sysdig_git.bb +++ b/meta-oe/recipes-extended/sysdig/sysdig_git.bb | |||
| @@ -19,7 +19,7 @@ JIT_powerpc = "" | |||
| 19 | DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" | 19 | DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" |
| 20 | RDEPENDS_${PN} = "bash" | 20 | RDEPENDS_${PN} = "bash" |
| 21 | 21 | ||
| 22 | SRC_URI = "git://github.com/draios/sysdig.git;branch=dev \ | 22 | SRC_URI = "git://github.com/draios/sysdig.git;branch=dev;protocol=https \ |
| 23 | file://0001-fix-build-with-LuaJIT-2.1-betas.patch \ | 23 | file://0001-fix-build-with-LuaJIT-2.1-betas.patch \ |
| 24 | file://aarch64.patch \ | 24 | file://aarch64.patch \ |
| 25 | " | 25 | " |
diff --git a/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb b/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb index 637770af24..c9d9fb5729 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 df534ddda4..6e0bf82612 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 38ce4f5571..c62cef36d3 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 6a7611f382..7643d13e25 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 831d514a4e..3ccc5afd5c 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 26a9004fb7..ccf8911440 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 7dde4182fb..1a77665e99 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 | ||
