diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-02 23:06:48 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-03 06:57:49 -0700 |
| commit | b402a3076fbafe05d0b8621e50603b65c3fe8147 (patch) | |
| tree | 4cf5c1f27d02abeba179d3f9ae5273178212594a /meta-oe/recipes-extended | |
| parent | 175765fdf30200314d19bc8f11f4ede9b820dad6 (diff) | |
| download | meta-openembedded-b402a3076fbafe05d0b8621e50603b65c3fe8147.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: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
55 files changed, 55 insertions, 55 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 9437b4523a..75cf215909 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 92d6d9f186..4e2813dded 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 5c9ea129c0..464d25ad08 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 6b906a21c3..e5a3c7c298 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 30e126db1d..ba436c2776 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 7928df4485..658392374f 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 93bda3372d..2ff4946883 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 d1b288cf2e..97958dd4a2 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 0c8aaef7db..b0042b6586 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 99cf6ab08a..15a7965935 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 d930b43480..609e55f4ac 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 7325b26e35..c884b11339 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 1e20338827..eabe1d476a 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 116ecd84a8..7ca2a5f2c6 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 41147647bf..a7d2922dd3 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 f94c76797e..171e555863 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 32d509b4ad..60aa07b8b2 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/libqb/libqb_2.0.3.bb b/meta-oe/recipes-extended/libqb/libqb_2.0.3.bb index 18d6a4f27c..23c3e92dfa 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 7741305f01..631860a903 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 781e7aab71..c93c8b0be3 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 6c675c4067..2f5e4615f2 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 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 596ec0b43c..671d320195 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 dcfbabc8a8..7ab03eccf2 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 23db7c679b..af0a3c2bd2 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 08cfb136e5..7e21a0ce90 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 b18e52ff41..eca7d874bf 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 f98c4a7be8..dc7b84986f 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 53745394a8..6985590068 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 e456603c1c..4354c83371 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 450bbb918f..d7e59e9637 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 2a6bb57ed7..5c4c0aaffc 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 e96138ea83..bb72316cf8 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.4.bb b/meta-oe/recipes-extended/sanlock/sanlock_3.8.4.bb index fa08d0f98e..8a9702d869 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 99e358648f..e4323ec83c 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 5c786d8913..252ba9f3dc 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 eed79ae7fe..0e53cfa8d0 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 1a2d330904..45978bb2c5 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 65e1fde0bf..59114b0278 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 90f375b665..340a124965 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 e2e6de6b5f..271fe7a284 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 7ae8c51508..6dc5c0c7e5 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 472a39589e..c8d585729f 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 cd7dd9ae0f..78a45ab4e0 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 9d9fab2eae..404ab2605b 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 | ||
diff --git a/meta-oe/recipes-extended/zsync/zsync-curl_git.bb b/meta-oe/recipes-extended/zsync/zsync-curl_git.bb index adb72d5de2..84593387d3 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" |
