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-support | |
| 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-support')
102 files changed, 108 insertions, 108 deletions
diff --git a/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb b/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb index 15cfb6eec9..746d4182a9 100644 --- a/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb +++ b/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb | |||
| @@ -4,7 +4,7 @@ SUMMARY = "Ace is a code editor written in JavaScript. This repository has only | |||
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=794d11c5219c59c9efa2487c2b4066b2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=794d11c5219c59c9efa2487c2b4066b2" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/ajaxorg/ace-builds.git;protocol=https" | 7 | SRC_URI = "git://github.com/ajaxorg/ace-builds.git;protocol=https;branch=master" |
| 8 | 8 | ||
| 9 | PV = "02.07.17+git${SRCPV}" | 9 | PV = "02.07.17+git${SRCPV}" |
| 10 | SRCREV = "812e2c56aed246931a667f16c28b096e34597016" | 10 | SRCREV = "812e2c56aed246931a667f16c28b096e34597016" |
diff --git a/meta-oe/recipes-support/avro/avro-c_1.11.0.bb b/meta-oe/recipes-support/avro/avro-c_1.11.0.bb index 5fbd44a8ed..8558f75c50 100644 --- a/meta-oe/recipes-support/avro/avro-c_1.11.0.bb +++ b/meta-oe/recipes-support/avro/avro-c_1.11.0.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS = "jansson zlib xz" | |||
| 9 | 9 | ||
| 10 | BRANCH = "branch-1.11" | 10 | BRANCH = "branch-1.11" |
| 11 | SRCREV = "4e1fefca493029ace961b7ef8889a3722458565a" | 11 | SRCREV = "4e1fefca493029ace961b7ef8889a3722458565a" |
| 12 | SRC_URI = "git://github.com/apache/avro;branch=${BRANCH} \ | 12 | SRC_URI = "git://github.com/apache/avro;branch=${BRANCH};protocol=https \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git/lang/c" | 15 | S = "${WORKDIR}/git/lang/c" |
diff --git a/meta-oe/recipes-support/bdwgc/bdwgc_8.2.0.bb b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.0.bb index ad94009b71..7ee63b1332 100644 --- a/meta-oe/recipes-support/bdwgc/bdwgc_8.2.0.bb +++ b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.0.bb | |||
| @@ -24,7 +24,7 @@ LIC_FILES_CHKSUM = "file://README.QUICK;md5=7912d9213b3547f8a81aadd08893fe84" | |||
| 24 | DEPENDS = "libatomic-ops" | 24 | DEPENDS = "libatomic-ops" |
| 25 | 25 | ||
| 26 | SRCREV = "47e9106c17b72e9ee5501308f69ea94531e798b3" | 26 | SRCREV = "47e9106c17b72e9ee5501308f69ea94531e798b3" |
| 27 | SRC_URI = "git://github.com/ivmai/bdwgc.git" | 27 | SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=master;protocol=https" |
| 28 | 28 | ||
| 29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
| 30 | 30 | ||
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb b/meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb index 71c94b4ce1..2cd00cb578 100644 --- a/meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb +++ b/meta-oe/recipes-support/c-ares/c-ares_1.18.1.bb | |||
| @@ -5,7 +5,7 @@ SECTION = "libs" | |||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main" | 8 | SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main;protocol=https" |
| 9 | SRCREV = "2aa086f822aad5017a6f2061ef656f237a62d0ed" | 9 | SRCREV = "2aa086f822aad5017a6f2061ef656f237a62d0ed" |
| 10 | 10 | ||
| 11 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)" |
diff --git a/meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb b/meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb index effab9de90..b5bdcd5b19 100644 --- a/meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb +++ b/meta-oe/recipes-support/c-periphery/c-periphery_2.3.1.bb | |||
| @@ -8,7 +8,7 @@ SECTION = "libs" | |||
| 8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4097ec544cf01e9c7cfc4bdf8e4ed887" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4097ec544cf01e9c7cfc4bdf8e4ed887" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https" | 11 | SRC_URI = "git://github.com/vsergeev/c-periphery;protocol=https;branch=master" |
| 12 | SRCREV = "23bfa4ab481edbad82a69ee385fc58ce03b63084" | 12 | SRCREV = "23bfa4ab481edbad82a69ee385fc58ce03b63084" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb b/meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb index a5165166c9..bfd2d035fa 100644 --- a/meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb +++ b/meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bb761279816b72be19d7ce646e4e2a14" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "libeigen glog" | 7 | DEPENDS = "libeigen glog" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/ceres-solver/ceres-solver.git" | 9 | SRC_URI = "git://github.com/ceres-solver/ceres-solver.git;branch=master;protocol=https" |
| 10 | SRCREV = "399cda773035d99eaf1f4a129a666b3c4df9d1b1" | 10 | SRCREV = "399cda773035d99eaf1f4a129a666b3c4df9d1b1" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/cli11/cli11_1.9.1.bb b/meta-oe/recipes-support/cli11/cli11_1.9.1.bb index a01f2c2725..7de3335abd 100644 --- a/meta-oe/recipes-support/cli11/cli11_1.9.1.bb +++ b/meta-oe/recipes-support/cli11/cli11_1.9.1.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b73927b18d5c6cd8d2ed28a6ad539733" | |||
| 6 | SRCREV = "5cb3efabce007c3a0230e4cc2e27da491c646b6c" | 6 | SRCREV = "5cb3efabce007c3a0230e4cc2e27da491c646b6c" |
| 7 | PV .= "+git${SRCPV}" | 7 | PV .= "+git${SRCPV}" |
| 8 | 8 | ||
| 9 | SRC_URI += "gitsm://github.com/CLIUtils/CLI11;branch=v1" | 9 | SRC_URI += "gitsm://github.com/CLIUtils/CLI11;branch=v1;protocol=https" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
diff --git a/meta-oe/recipes-support/cmark/cmark_0.30.2.bb b/meta-oe/recipes-support/cmark/cmark_0.30.2.bb index 6669c6e500..6d6d3e5850 100644 --- a/meta-oe/recipes-support/cmark/cmark_0.30.2.bb +++ b/meta-oe/recipes-support/cmark/cmark_0.30.2.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/commonmark/cmark" | |||
| 3 | LICENSE = "BSD-2-Clause & MIT" | 3 | LICENSE = "BSD-2-Clause & MIT" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=81f9cae6293cc0345a9144b78152ab62" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=81f9cae6293cc0345a9144b78152ab62" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/commonmark/cmark.git" | 6 | SRC_URI = "git://github.com/commonmark/cmark.git;branch=master;protocol=https" |
| 7 | SRCREV = "a8da5a2f252b96eca60ae8bada1a9ba059a38401" | 7 | SRCREV = "a8da5a2f252b96eca60ae8bada1a9ba059a38401" |
| 8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
| 9 | 9 | ||
diff --git a/meta-oe/recipes-support/consolation/consolation_0.0.8.bb b/meta-oe/recipes-support/consolation/consolation_0.0.8.bb index 2bd69e8d5f..01a02d4962 100644 --- a/meta-oe/recipes-support/consolation/consolation_0.0.8.bb +++ b/meta-oe/recipes-support/consolation/consolation_0.0.8.bb | |||
| @@ -14,7 +14,7 @@ DEPENDS = " \ | |||
| 14 | udev \ | 14 | udev \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | SRC_URI = "git://salsa.debian.org/consolation-team/consolation.git" | 17 | SRC_URI = "git://salsa.debian.org/consolation-team/consolation.git;branch=master" |
| 18 | SRCREV = "4581eaece6e49fa2b687efbdbe23b2de452e7902" | 18 | SRCREV = "4581eaece6e49fa2b687efbdbe23b2de452e7902" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/daemonize/daemonize_git.bb b/meta-oe/recipes-support/daemonize/daemonize_git.bb index c76632781a..f46dec59fc 100644 --- a/meta-oe/recipes-support/daemonize/daemonize_git.bb +++ b/meta-oe/recipes-support/daemonize/daemonize_git.bb | |||
| @@ -7,7 +7,7 @@ PV = "1.7.8" | |||
| 7 | inherit autotools | 7 | inherit autotools |
| 8 | 8 | ||
| 9 | SRCREV = "18869a797dab12bf1c917ba3b4782fef484c407c" | 9 | SRCREV = "18869a797dab12bf1c917ba3b4782fef484c407c" |
| 10 | SRC_URI = "git://github.com/bmc/daemonize.git \ | 10 | SRC_URI = "git://github.com/bmc/daemonize.git;branch=master;protocol=https \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb b/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb index 9fcc278d35..cac2b4fd61 100644 --- a/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb +++ b/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb | |||
| @@ -4,7 +4,7 @@ DEPENDS = "libusb1" | |||
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/bcl/digitemp" | 7 | SRC_URI = "git://github.com/bcl/digitemp;branch=master;protocol=https" |
| 8 | 8 | ||
| 9 | SRCREV = "a162e63aad35358aab325388f3d5e88121606419" | 9 | SRCREV = "a162e63aad35358aab325388f3d5e88121606419" |
| 10 | 10 | ||
diff --git a/meta-oe/recipes-support/driverctl/driverctl_0.111.bb b/meta-oe/recipes-support/driverctl/driverctl_0.111.bb index 7404f40c21..2b9a2f8085 100644 --- a/meta-oe/recipes-support/driverctl/driverctl_0.111.bb +++ b/meta-oe/recipes-support/driverctl/driverctl_0.111.bb | |||
| @@ -7,7 +7,7 @@ REQUIRED_DISTRO_FEATURES = "systemd" | |||
| 7 | DEPENDS = "systemd" | 7 | DEPENDS = "systemd" |
| 8 | RDEPENDS:${PN} += "bash bash-completion" | 8 | RDEPENDS:${PN} += "bash bash-completion" |
| 9 | 9 | ||
| 10 | SRC_URI = " git://gitlab.com/driverctl/driverctl.git" | 10 | SRC_URI = " git://gitlab.com/driverctl/driverctl.git;branch=master" |
| 11 | SRCREV = "fa9dce43d1a667d6e6e26895fbed01b3b04362c9" | 11 | SRCREV = "fa9dce43d1a667d6e6e26895fbed01b3b04362c9" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.4.bb b/meta-oe/recipes-support/dstat/dstat_0.7.4.bb index a1076ccf94..bc73f639bd 100644 --- a/meta-oe/recipes-support/dstat/dstat_0.7.4.bb +++ b/meta-oe/recipes-support/dstat/dstat_0.7.4.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
| 9 | 9 | ||
| 10 | DEPENDS += "asciidoc-native xmlto-native" | 10 | DEPENDS += "asciidoc-native xmlto-native" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/dagwieers/dstat.git \ | 12 | SRC_URI = "git://github.com/dagwieers/dstat.git;branch=master;protocol=https \ |
| 13 | file://0001-change-dstat-to-python3.patch \ | 13 | file://0001-change-dstat-to-python3.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-support/epeg/epeg_git.bb b/meta-oe/recipes-support/epeg/epeg_git.bb index 8ca574014b..bdffe4ba78 100644 --- a/meta-oe/recipes-support/epeg/epeg_git.bb +++ b/meta-oe/recipes-support/epeg/epeg_git.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e7732a9290ea1e4b034fdc15cf49968d \ | |||
| 5 | file://COPYING-PLAIN;md5=f59cacc08235a546b0c34a5422133035" | 5 | file://COPYING-PLAIN;md5=f59cacc08235a546b0c34a5422133035" |
| 6 | DEPENDS = "jpeg libexif" | 6 | DEPENDS = "jpeg libexif" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/mattes/epeg.git" | 8 | SRC_URI = "git://github.com/mattes/epeg.git;branch=master;protocol=https" |
| 9 | SRCREV = "9a175cd67eaa61fe45413d8da82da72936567047" | 9 | SRCREV = "9a175cd67eaa61fe45413d8da82da72936567047" |
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
diff --git a/meta-oe/recipes-support/fmt/fmt_8.0.1.bb b/meta-oe/recipes-support/fmt/fmt_8.0.1.bb index 0dc8e038d2..ee14ad55bc 100644 --- a/meta-oe/recipes-support/fmt/fmt_8.0.1.bb +++ b/meta-oe/recipes-support/fmt/fmt_8.0.1.bb | |||
| @@ -4,7 +4,7 @@ HOMEPAGE = "https://fmt.dev" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/fmtlib/fmt" | 7 | SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https" |
| 8 | SRCREV = "d141cdbeb0fb422a3fb7173b285fd38e0d1772dc" | 8 | SRCREV = "d141cdbeb0fb422a3fb7173b285fd38e0d1772dc" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.3.0.bb b/meta-oe/recipes-support/freerdp/freerdp_2.3.0.bb index 78af5389b6..6f9dc780b7 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_2.3.0.bb +++ b/meta-oe/recipes-support/freerdp/freerdp_2.3.0.bb | |||
| @@ -14,7 +14,7 @@ PE = "1" | |||
| 14 | PKGV = "${GITPKGVTAG}" | 14 | PKGV = "${GITPKGVTAG}" |
| 15 | 15 | ||
| 16 | SRCREV = "14c7f7aed7dd4e2454ee0cd81028b9f790885021" | 16 | SRCREV = "14c7f7aed7dd4e2454ee0cd81028b9f790885021" |
| 17 | SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0 \ | 17 | SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https \ |
| 18 | file://winpr-makecert-Build-with-install-RPATH.patch \ | 18 | file://winpr-makecert-Build-with-install-RPATH.patch \ |
| 19 | file://0001-Fix-FIPS-mode-support-and-build-with-OpenSSL-3.0.patch \ | 19 | file://0001-Fix-FIPS-mode-support-and-build-with-OpenSSL-3.0.patch \ |
| 20 | file://0002-winpr-avoid-calling-FIPS_mode-with-OpenSSL-3.0.patch \ | 20 | file://0002-winpr-avoid-calling-FIPS_mode-with-OpenSSL-3.0.patch \ |
diff --git a/meta-oe/recipes-support/function2/function2_4.2.0.bb b/meta-oe/recipes-support/function2/function2_4.2.0.bb index 8b0c786674..2843939ee8 100644 --- a/meta-oe/recipes-support/function2/function2_4.2.0.bb +++ b/meta-oe/recipes-support/function2/function2_4.2.0.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | |||
| 6 | SRCREV = "02ca99831de59c7c3a4b834789260253cace0ced" | 6 | SRCREV = "02ca99831de59c7c3a4b834789260253cace0ced" |
| 7 | PV .= "+git${SRCPV}" | 7 | PV .= "+git${SRCPV}" |
| 8 | 8 | ||
| 9 | SRC_URI += "gitsm://github.com/Naios/function2" | 9 | SRC_URI += "gitsm://github.com/Naios/function2;branch=master;protocol=https" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
diff --git a/meta-oe/recipes-support/gd/gd_2.3.3.bb b/meta-oe/recipes-support/gd/gd_2.3.3.bb index cbd45c088d..9d4ee1fe4b 100644 --- a/meta-oe/recipes-support/gd/gd_2.3.3.bb +++ b/meta-oe/recipes-support/gd/gd_2.3.3.bb | |||
| @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ace63adfdac78400fc30fa22ee9c1bb1" | |||
| 13 | 13 | ||
| 14 | DEPENDS = "freetype libpng jpeg zlib tiff" | 14 | DEPENDS = "freetype libpng jpeg zlib tiff" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://github.com/libgd/libgd.git;nobranch=1 \ | 16 | SRC_URI = "git://github.com/libgd/libgd.git;nobranch=1;protocol=https \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | SRCREV = "b5319a41286107b53daa0e08e402aa1819764bdc" | 19 | SRCREV = "b5319a41286107b53daa0e08e402aa1819764bdc" |
diff --git a/meta-oe/recipes-support/gflags/gflags_2.2.2.bb b/meta-oe/recipes-support/gflags/gflags_2.2.2.bb index 6436df457e..a9a867b575 100644 --- a/meta-oe/recipes-support/gflags/gflags_2.2.2.bb +++ b/meta-oe/recipes-support/gflags/gflags_2.2.2.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/gflags/gflags" | |||
| 3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df" | 4 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/gflags/gflags.git" | 6 | SRC_URI = "git://github.com/gflags/gflags.git;branch=master;protocol=https" |
| 7 | SRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067" | 7 | SRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/glog/glog_0.5.0.bb b/meta-oe/recipes-support/glog/glog_0.5.0.bb index 40199343ee..61581d96d7 100644 --- a/meta-oe/recipes-support/glog/glog_0.5.0.bb +++ b/meta-oe/recipes-support/glog/glog_0.5.0.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause" | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=dc9db360e0bbd4e46672f3fd91dd6c4b" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=dc9db360e0bbd4e46672f3fd91dd6c4b" |
| 8 | 8 | ||
| 9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
| 10 | git://github.com/google/glog.git;nobranch=1 \ | 10 | git://github.com/google/glog.git;nobranch=1;protocol=https \ |
| 11 | file://libexecinfo.patch \ | 11 | file://libexecinfo.patch \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb b/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb index 146747eee1..ac46b5676c 100644 --- a/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb +++ b/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb | |||
| @@ -13,7 +13,7 @@ LICENSE = "LGPLv2+" | |||
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=56a22a6e5bcce45e2c8ac184f81412b5" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=56a22a6e5bcce45e2c8ac184f81412b5" |
| 14 | SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3" | 14 | SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://git.sv.gnu.org/gnulib.git \ | 16 | SRC_URI = "git://git.sv.gnu.org/gnulib.git;branch=master \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb b/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb index 557af0e858..bd42e7c4ec 100644 --- a/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb +++ b/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb | |||
| @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a" | |||
| 11 | DEPENDS:append:libc-musl = " libucontext" | 11 | DEPENDS:append:libc-musl = " libucontext" |
| 12 | 12 | ||
| 13 | SRCREV = "f7c6fb6c8e99d6b1b725e5994373bcd19ffdf8fd" | 13 | SRCREV = "f7c6fb6c8e99d6b1b725e5994373bcd19ffdf8fd" |
| 14 | SRC_URI = "git://github.com/gperftools/gperftools \ | 14 | SRC_URI = "git://github.com/gperftools/gperftools;branch=master;protocol=https \ |
| 15 | file://0001-Support-Atomic-ops-on-clang.patch \ | 15 | file://0001-Support-Atomic-ops-on-clang.patch \ |
| 16 | file://0001-fix-build-with-musl-libc.patch \ | 16 | file://0001-fix-build-with-musl-libc.patch \ |
| 17 | file://0001-disbale-heap-checkers-and-debug-allocator-on-musl.patch \ | 17 | file://0001-disbale-heap-checkers-and-debug-allocator-on-musl.patch \ |
diff --git a/meta-oe/recipes-support/gpm/gpm_git.bb b/meta-oe/recipes-support/gpm/gpm_git.bb index 039c9554ed..7e353d5af3 100644 --- a/meta-oe/recipes-support/gpm/gpm_git.bb +++ b/meta-oe/recipes-support/gpm/gpm_git.bb | |||
| @@ -13,7 +13,7 @@ SRCREV = "e82d1a653ca94aa4ed12441424da6ce780b1e530" | |||
| 13 | 13 | ||
| 14 | DEPENDS = "ncurses bison-native" | 14 | DEPENDS = "ncurses bison-native" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://github.com/telmich/gpm;protocol=git \ | 16 | SRC_URI = "git://github.com/telmich/gpm;protocol=https;branch=master \ |
| 17 | file://init \ | 17 | file://init \ |
| 18 | file://gpm.service.in \ | 18 | file://gpm.service.in \ |
| 19 | " | 19 | " |
diff --git a/meta-oe/recipes-support/hidapi/hidapi_git.bb b/meta-oe/recipes-support/hidapi/hidapi_git.bb index e45445073f..9106abec25 100644 --- a/meta-oe/recipes-support/hidapi/hidapi_git.bb +++ b/meta-oe/recipes-support/hidapi/hidapi_git.bb | |||
| @@ -11,7 +11,7 @@ RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16" | |||
| 11 | 11 | ||
| 12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https \ | 14 | SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master \ |
| 15 | file://0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch \ | 15 | file://0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch \ |
| 16 | " | 16 | " |
| 17 | PV = "0.10.1" | 17 | PV = "0.10.1" |
diff --git a/meta-oe/recipes-support/htop/htop_3.0.5.bb b/meta-oe/recipes-support/htop/htop_3.0.5.bb index 7854c7bebe..2772aa577d 100644 --- a/meta-oe/recipes-support/htop/htop_3.0.5.bb +++ b/meta-oe/recipes-support/htop/htop_3.0.5.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4099d367cd5e59b6d4fc1ee33accb891" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "ncurses" | 7 | DEPENDS = "ncurses" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/htop-dev/htop.git \ | 9 | SRC_URI = "git://github.com/htop-dev/htop.git;branch=master;protocol=https \ |
| 10 | file://0001-Use-pkg-config.patch \ | 10 | file://0001-Use-pkg-config.patch \ |
| 11 | " | 11 | " |
| 12 | SRCREV = "ce6d60e7def146c13d0b8bca4642e7401a0a8995" | 12 | SRCREV = "ce6d60e7def146c13d0b8bca4642e7401a0a8995" |
diff --git a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb index eb1472feae..9e8583be1c 100644 --- a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb +++ b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb | |||
| @@ -135,7 +135,7 @@ RDEPENDS:${PN} = "hunspell" | |||
| 135 | 135 | ||
| 136 | PV = "0.0.0+git${SRCPV}" | 136 | PV = "0.0.0+git${SRCPV}" |
| 137 | SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee" | 137 | SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee" |
| 138 | SRC_URI = "git://github.com/wooorm/dictionaries.git" | 138 | SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=master;protocol=https" |
| 139 | 139 | ||
| 140 | S = "${WORKDIR}/git" | 140 | S = "${WORKDIR}/git" |
| 141 | 141 | ||
diff --git a/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb b/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb index b0aa4f719d..f5813dfcb7 100644 --- a/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb +++ b/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRCREV = "4ddd8ed5ca6484b930b111aec50c2750a6119a0f" | 9 | SRCREV = "4ddd8ed5ca6484b930b111aec50c2750a6119a0f" |
| 10 | SRC_URI = "git://github.com/${BPN}/${BPN}.git" | 10 | SRC_URI = "git://github.com/${BPN}/${BPN}.git;branch=master;protocol=https" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.347.bb b/meta-oe/recipes-support/hwdata/hwdata_0.347.bb index 192aa57465..3713004e8a 100644 --- a/meta-oe/recipes-support/hwdata/hwdata_0.347.bb +++ b/meta-oe/recipes-support/hwdata/hwdata_0.347.bb | |||
| @@ -6,7 +6,7 @@ LICENSE = "GPL-2.0+" | |||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" |
| 7 | 7 | ||
| 8 | SRCREV = "ae89c73d89bb9f416b25ad9e850e9606e66a573e" | 8 | SRCREV = "ae89c73d89bb9f416b25ad9e850e9606e66a573e" |
| 9 | SRC_URI = "git://github.com/vcrhonek/${BPN}.git" | 9 | SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" |
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | do_configure() { | 12 | do_configure() { |
diff --git a/meta-oe/recipes-support/iksemel/iksemel_1.5.bb b/meta-oe/recipes-support/iksemel/iksemel_1.5.bb index 986984d1ff..ac23630d01 100644 --- a/meta-oe/recipes-support/iksemel/iksemel_1.5.bb +++ b/meta-oe/recipes-support/iksemel/iksemel_1.5.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" | |||
| 7 | SRCREV = "978b733462e41efd5db72bc9974cb3b0d1d5f6fa" | 7 | SRCREV = "978b733462e41efd5db72bc9974cb3b0d1d5f6fa" |
| 8 | PV = "1.5+git${SRCPV}" | 8 | PV = "1.5+git${SRCPV}" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/meduketto/iksemel.git;protocol=https \ | 10 | SRC_URI = "git://github.com/meduketto/iksemel.git;protocol=https;branch=master \ |
| 11 | file://fix-configure-option-parsing.patch \ | 11 | file://fix-configure-option-parsing.patch \ |
| 12 | file://avoid-obsolete-gnutls-apis.patch" | 12 | file://avoid-obsolete-gnutls-apis.patch" |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb index d8e63156e9..bb111a1c9b 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb | |||
| @@ -11,7 +11,7 @@ DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool" | |||
| 11 | 11 | ||
| 12 | BASE_PV := "${PV}" | 12 | BASE_PV := "${PV}" |
| 13 | PV .= "_25" | 13 | PV .= "_25" |
| 14 | SRC_URI = "git://github.com/ImageMagick/ImageMagick.git " | 14 | SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=master;protocol=https" |
| 15 | SRCREV = "8b4e00829eb84d4e7b4da11acf1f98f1e8166e5b" | 15 | SRCREV = "8b4e00829eb84d4e7b4da11acf1f98f1e8166e5b" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/inih/libinih_git.bb b/meta-oe/recipes-support/inih/libinih_git.bb index 00747f4d41..cf390800b9 100644 --- a/meta-oe/recipes-support/inih/libinih_git.bb +++ b/meta-oe/recipes-support/inih/libinih_git.bb | |||
| @@ -9,7 +9,7 @@ PR = "r3" | |||
| 9 | 9 | ||
| 10 | # The github repository provides a cmake and pkg-config integration | 10 | # The github repository provides a cmake and pkg-config integration |
| 11 | SRCREV = "c858aff8c31fa63ef4d1e0176c10e5928cde9a23" | 11 | SRCREV = "c858aff8c31fa63ef4d1e0176c10e5928cde9a23" |
| 12 | SRC_URI = "git://github.com/OSSystems/inih.git \ | 12 | SRC_URI = "git://github.com/OSSystems/inih.git;branch=master;protocol=https \ |
| 13 | file://0001-include-install-header-files-without-prefix-dir-inih.patch \ | 13 | file://0001-include-install-header-files-without-prefix-dir-inih.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-support/iniparser/iniparser_4.1.bb b/meta-oe/recipes-support/iniparser/iniparser_4.1.bb index f4b553a578..f3593fb5ff 100644 --- a/meta-oe/recipes-support/iniparser/iniparser_4.1.bb +++ b/meta-oe/recipes-support/iniparser/iniparser_4.1.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e02baf71c76e0650e667d7da133379ac" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "doxygen-native" | 7 | DEPENDS = "doxygen-native" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/ndevilla/iniparser.git;protocol=https \ | 9 | SRC_URI = "git://github.com/ndevilla/iniparser.git;protocol=https;branch=master \ |
| 10 | file://Add-CMake-support.patch" | 10 | file://Add-CMake-support.patch" |
| 11 | 11 | ||
| 12 | # tag 4.1 | 12 | # tag 4.1 |
diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb index 26e7e84592..5383d0ddc4 100644 --- a/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb +++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb | |||
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6" | |||
| 8 | SRCREV = "98e8dfa47eb6a6ba52e35de55d2de21b274a4af8" | 8 | SRCREV = "98e8dfa47eb6a6ba52e35de55d2de21b274a4af8" |
| 9 | PV = "3.20.11.0" | 9 | PV = "3.20.11.0" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/rvoicilas/${BPN}" | 11 | SRC_URI = "git://github.com/rvoicilas/${BPN};branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
diff --git a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb index 127f71da44..4ca41cbcd2 100644 --- a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb +++ b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
| 5 | DEPENDS = "udev" | 5 | DEPENDS = "udev" |
| 6 | 6 | ||
| 7 | SRCREV = "de6258940960443038b4c1651dfda3620075e870" | 7 | SRCREV = "de6258940960443038b4c1651dfda3620075e870" |
| 8 | SRC_URI = "git://git.0pointer.de/libatasmart.git \ | 8 | SRC_URI = "git://git.0pointer.de/libatasmart.git;branch=master \ |
| 9 | file://0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch \ | 9 | file://0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb index 7b8d4a3f91..cbf6be4765 100644 --- a/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb +++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb | |||
| @@ -10,7 +10,7 @@ S = "${WORKDIR}/git" | |||
| 10 | B = "${S}" | 10 | B = "${S}" |
| 11 | 11 | ||
| 12 | SRCREV = "c9864f4dd03736839f40d225da494cb1eb64e654" | 12 | SRCREV = "c9864f4dd03736839f40d225da494cb1eb64e654" |
| 13 | SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master" | 13 | SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master;protocol=https" |
| 14 | 14 | ||
| 15 | inherit gettext autotools pkgconfig python3native | 15 | inherit gettext autotools pkgconfig python3native |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb b/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb index 6498bb367a..0dbd5204d7 100644 --- a/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb +++ b/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb | |||
| @@ -16,7 +16,7 @@ PROVIDES += "${PN}-dev" | |||
| 16 | 16 | ||
| 17 | PV .= "+git${SRCPV}" | 17 | PV .= "+git${SRCPV}" |
| 18 | SRCREV = "64f50dbd5cecdaba785217e2b0aeea3a4f1cdfab" | 18 | SRCREV = "64f50dbd5cecdaba785217e2b0aeea3a4f1cdfab" |
| 19 | SRC_URI = "git://github.com/USCiLab/cereal.git \ | 19 | SRC_URI = "git://github.com/USCiLab/cereal.git;branch=master;protocol=https \ |
| 20 | file://0001-Use-GNUInstallDirs-instead-of-hard-wiring-install-di.patch \ | 20 | file://0001-Use-GNUInstallDirs-instead-of-hard-wiring-install-di.patch \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
diff --git a/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb b/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb index d98fa2c2f7..8f777eb182 100644 --- a/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb +++ b/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb | |||
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 8 | file://LICENSE;md5=d8b4ca15d239dc1485ef495c8f1bcc72 \ | 8 | file://LICENSE;md5=d8b4ca15d239dc1485ef495c8f1bcc72 \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/mfontanini/cppkafka;protocol=https" | 11 | SRC_URI = "git://github.com/mfontanini/cppkafka;protocol=https;branch=master" |
| 12 | SRCREV = "5e4b350806d561473138ce7a982e8f6cf2e77733" | 12 | SRCREV = "5e4b350806d561473138ce7a982e8f6cf2e77733" |
| 13 | 13 | ||
| 14 | DEPENDS = "librdkafka boost chrpath-replacement-native" | 14 | DEPENDS = "librdkafka boost chrpath-replacement-native" |
diff --git a/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb b/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb index 98871c3cf0..35083847cb 100644 --- a/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb +++ b/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb | |||
| @@ -8,7 +8,7 @@ DEPENDS = "libusb udev" | |||
| 8 | PV = "1.0.0+git${SRCPV}" | 8 | PV = "1.0.0+git${SRCPV}" |
| 9 | 9 | ||
| 10 | SRCREV = "655e2d544183d094f0e2d119c7e0c6206a0ddb3f" | 10 | SRCREV = "655e2d544183d094f0e2d119c7e0c6206a0ddb3f" |
| 11 | SRC_URI = "git://github.com/cyrozap/${BPN}.git" | 11 | SRC_URI = "git://github.com/cyrozap/${BPN}.git;branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
diff --git a/meta-oe/recipes-support/libfann/libfann_git.bb b/meta-oe/recipes-support/libfann/libfann_git.bb index eae24461dc..5ab484d8a5 100644 --- a/meta-oe/recipes-support/libfann/libfann_git.bb +++ b/meta-oe/recipes-support/libfann/libfann_git.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f14599a2f089f6ff8c97e2baa4e3d575" | |||
| 9 | inherit cmake | 9 | inherit cmake |
| 10 | 10 | ||
| 11 | SRCREV ?= "7ec1fc7e5bd734f1d3c89b095e630e83c86b9be1" | 11 | SRCREV ?= "7ec1fc7e5bd734f1d3c89b095e630e83c86b9be1" |
| 12 | SRC_URI = "git://github.com/libfann/fann.git;branch=master \ | 12 | SRC_URI = "git://github.com/libfann/fann.git;branch=master;protocol=https \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | PV = "2.2.0+git${SRCPV}" | 15 | PV = "2.2.0+git${SRCPV}" |
diff --git a/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb b/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb index c22030b983..7020ced72c 100644 --- a/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb +++ b/meta-oe/recipes-support/libgusb/libgusb_0.3.8.bb | |||
| @@ -6,6 +6,6 @@ DEPENDS = "glib-2.0 libusb" | |||
| 6 | 6 | ||
| 7 | inherit meson gobject-introspection gtk-doc gettext vala | 7 | inherit meson gobject-introspection gtk-doc gettext vala |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main" | 9 | SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https" |
| 10 | SRCREV = "db9edbd8b45662d551194a0985173732f8f557a5" | 10 | SRCREV = "db9edbd8b45662d551194a0985173732f8f557a5" |
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/libharu/libharu_2.3.0.bb b/meta-oe/recipes-support/libharu/libharu_2.3.0.bb index 01c94f847a..7477c5f03b 100644 --- a/meta-oe/recipes-support/libharu/libharu_2.3.0.bb +++ b/meta-oe/recipes-support/libharu/libharu_2.3.0.bb | |||
| @@ -6,7 +6,7 @@ DESCRIPTION = "libHaru is a library for generating PDF files. \ | |||
| 6 | LICENSE = "Zlib" | 6 | LICENSE = "Zlib" |
| 7 | LIC_FILES_CHKSUM = "file://README;md5=3ee6bc1f64d9cc7907f44840c8e50cb1" | 7 | LIC_FILES_CHKSUM = "file://README;md5=3ee6bc1f64d9cc7907f44840c8e50cb1" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/libharu/libharu.git;branch=2_3 \ | 9 | SRC_URI = "git://github.com/libharu/libharu.git;branch=2_3;protocol=https \ |
| 10 | file://libharu-RELEASE_2_3_0_cmake.patch \ | 10 | file://libharu-RELEASE_2_3_0_cmake.patch \ |
| 11 | file://0001-Install-static-lib-into-var-libdir-rather-than-hardc.patch \ | 11 | file://0001-Install-static-lib-into-var-libdir-rather-than-hardc.patch \ |
| 12 | " | 12 | " |
diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb index 488d4e3b0b..6632f7e647 100644 --- a/meta-oe/recipes-support/libiio/libiio_git.bb +++ b/meta-oe/recipes-support/libiio/libiio_git.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" | |||
| 7 | SRCREV = "565bf68eccfdbbf22cf5cb6d792e23de564665c7" | 7 | SRCREV = "565bf68eccfdbbf22cf5cb6d792e23de564665c7" |
| 8 | PV = "0.21+git${SRCPV}" | 8 | PV = "0.21+git${SRCPV}" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https \ | 10 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master \ |
| 11 | file://0001-python-Do-not-verify-whether-libiio-is-installed-whe.patch \ | 11 | file://0001-python-Do-not-verify-whether-libiio-is-installed-whe.patch \ |
| 12 | " | 12 | " |
| 13 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 13 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb index 66fb5a3ffb..2db16e114e 100644 --- a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb +++ b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/js-cookie/js-cookie" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e16cf0e247d84f8999bf55865a9c98cf" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e16cf0e247d84f8999bf55865a9c98cf" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=http" | 6 | SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=http;branch=master;protocol=https" |
| 7 | 7 | ||
| 8 | SRCREV = "0ba77141dd215782cc7770347a457906908c66ff" | 8 | SRCREV = "0ba77141dd215782cc7770347a457906908c66ff" |
| 9 | 9 | ||
diff --git a/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb b/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb index 590c4ebc28..fc0b1ee495 100644 --- a/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb +++ b/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb | |||
| @@ -10,7 +10,7 @@ LICENSE = "MIT" | |||
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b49da7df0ca479ef01ff7f2d799eabee" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b49da7df0ca479ef01ff7f2d799eabee" |
| 11 | 11 | ||
| 12 | SRCREV = "50486af99b4f9b35522d7b3de40b6ce107505279" | 12 | SRCREV = "50486af99b4f9b35522d7b3de40b6ce107505279" |
| 13 | SRC_URI += "git://github.com/LadislavSopko/mimetic/ \ | 13 | SRC_URI += "git://github.com/LadislavSopko/mimetic/;branch=master;protocol=https \ |
| 14 | file://0001-libmimetic-Removing-test-directory-from-the-Makefile.patch \ | 14 | file://0001-libmimetic-Removing-test-directory-from-the-Makefile.patch \ |
| 15 | file://0001-mimetic-Check-for-MMAP_FAILED-return-from-mmap.patch \ | 15 | file://0001-mimetic-Check-for-MMAP_FAILED-return-from-mmap.patch \ |
| 16 | " | 16 | " |
diff --git a/meta-oe/recipes-support/libmxml/libmxml_3.2.bb b/meta-oe/recipes-support/libmxml/libmxml_3.2.bb index 2e8ecbfc44..02443e27ff 100644 --- a/meta-oe/recipes-support/libmxml/libmxml_3.2.bb +++ b/meta-oe/recipes-support/libmxml/libmxml_3.2.bb | |||
| @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | |||
| 4 | HOMEPAGE = "https://www.msweet.org/mxml/" | 4 | HOMEPAGE = "https://www.msweet.org/mxml/" |
| 5 | BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" | 5 | BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/michaelrsweet/mxml.git;nobranch=1" | 7 | SRC_URI = "git://github.com/michaelrsweet/mxml.git;nobranch=1;protocol=https" |
| 8 | SRCREV = "38b044ed8ca2a611ed9ed3e26c4b46416335194e" | 8 | SRCREV = "38b044ed8ca2a611ed9ed3e26c4b46416335194e" |
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | 10 | ||
diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.11.bb b/meta-oe/recipes-support/libp11/libp11_0.4.11.bb index 4c99a328be..dc2cc892fe 100644 --- a/meta-oe/recipes-support/libp11/libp11_0.4.11.bb +++ b/meta-oe/recipes-support/libp11/libp11_0.4.11.bb | |||
| @@ -9,7 +9,7 @@ LICENSE = "LGPLv2+" | |||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" |
| 10 | DEPENDS = "libtool openssl" | 10 | DEPENDS = "libtool openssl" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/OpenSC/libp11.git" | 12 | SRC_URI = "git://github.com/OpenSC/libp11.git;branch=master;protocol=https" |
| 13 | SRCREV = "9ca6a71c890b5583c8af3b4900172626bca55e72" | 13 | SRCREV = "9ca6a71c890b5583c8af3b4900172626bca55e72" |
| 14 | 14 | ||
| 15 | UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)" |
diff --git a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb b/meta-oe/recipes-support/libraw/libraw_0.20.2.bb index 0a7c534be2..4765264166 100644 --- a/meta-oe/recipes-support/libraw/libraw_0.20.2.bb +++ b/meta-oe/recipes-support/libraw/libraw_0.20.2.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "raw image decoder" | |||
| 2 | LICENSE = "LGPL-2.1 | CDDL-1.0" | 2 | LICENSE = "LGPL-2.1 | CDDL-1.0" |
| 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=74c9dffdc42805f9c0de2f97df6031fc" | 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=74c9dffdc42805f9c0de2f97df6031fc" |
| 4 | 4 | ||
| 5 | SRC_URI = "git://github.com/LibRaw/LibRaw.git" | 5 | SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=master;protocol=https" |
| 6 | SRCREV = "0209b6a2caec189e6d1a9b21c10e9e49f46e5a92" | 6 | SRCREV = "0209b6a2caec189e6d1a9b21c10e9e49f46e5a92" |
| 7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
| 8 | 8 | ||
diff --git a/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb b/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb index 0fa229662f..ba235e9de1 100644 --- a/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb +++ b/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb | |||
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 8 | file://LICENSE;md5=2be8675acbfdac48935e73897af5f646 \ | 8 | file://LICENSE;md5=2be8675acbfdac48935e73897af5f646 \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/edenhill/librdkafka;protocol=https \ | 11 | SRC_URI = "git://github.com/edenhill/librdkafka;protocol=https;branch=master \ |
| 12 | file://0001_fix_absolute_path_usage.patch" | 12 | file://0001_fix_absolute_path_usage.patch" |
| 13 | SRCREV = "1a722553638bba85dbda5050455f7b9a5ef302de" | 13 | SRCREV = "1a722553638bba85dbda5050455f7b9a5ef302de" |
| 14 | 14 | ||
diff --git a/meta-oe/recipes-support/librsync/librsync_2.3.2.bb b/meta-oe/recipes-support/librsync/librsync_2.3.2.bb index 79a1a0fb85..1dc4a072ce 100644 --- a/meta-oe/recipes-support/librsync/librsync_2.3.2.bb +++ b/meta-oe/recipes-support/librsync/librsync_2.3.2.bb | |||
| @@ -4,7 +4,7 @@ AUTHOR = "Martin Pool, Andrew Tridgell, Donovan Baarda, Adam Schubert" | |||
| 4 | LICENSE = "LGPLv2.1+" | 4 | LICENSE = "LGPLv2.1+" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/librsync/librsync.git" | 7 | SRC_URI = "git://github.com/librsync/librsync.git;branch=master;protocol=https" |
| 8 | SRCREV = "42b636d2a65ab6914ea7cac50886da28192aaf9b" | 8 | SRCREV = "42b636d2a65ab6914ea7cac50886da28192aaf9b" |
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | 10 | ||
diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb b/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb index 9abba6e04b..6c943bedc1 100644 --- a/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb +++ b/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb | |||
| @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=e0bfebea12a718922225ba987b2126a5" | |||
| 10 | inherit autotools pkgconfig python3-dir | 10 | inherit autotools pkgconfig python3-dir |
| 11 | 11 | ||
| 12 | SRCREV = "fd1ad6e7823fa76d8db0d3c5884faffa8ffddafb" | 12 | SRCREV = "fd1ad6e7823fa76d8db0d3c5884faffa8ffddafb" |
| 13 | SRC_URI = "git://github.com/jackmitch/libsoc.git" | 13 | SRC_URI = "git://github.com/jackmitch/libsoc.git;branch=master;protocol=https" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-support/libteam/libteam_1.31.bb b/meta-oe/recipes-support/libteam/libteam_1.31.bb index a131de36c2..f1cad93217 100644 --- a/meta-oe/recipes-support/libteam/libteam_1.31.bb +++ b/meta-oe/recipes-support/libteam/libteam_1.31.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
| 7 | 7 | ||
| 8 | DEPENDS = "libnl libdaemon jansson" | 8 | DEPENDS = "libnl libdaemon jansson" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/jpirko/libteam \ | 10 | SRC_URI = "git://github.com/jpirko/libteam;branch=master;protocol=https \ |
| 11 | file://0001-include-sys-select.h-for-fd_set-definition.patch \ | 11 | file://0001-include-sys-select.h-for-fd_set-definition.patch \ |
| 12 | file://0002-teamd-Re-adjust-include-header-order.patch \ | 12 | file://0002-teamd-Re-adjust-include-header-order.patch \ |
| 13 | file://0001-team_basic_test.py-disable-RedHat-specific-test.patch \ | 13 | file://0001-team_basic_test.py-disable-RedHat-specific-test.patch \ |
diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb index 215f32a785..7f205987f4 100644 --- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb +++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_9.0.0.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "libs" | |||
| 4 | LICENSE = "Zlib" | 4 | LICENSE = "Zlib" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/leethomason/tinyxml2.git" | 7 | SRC_URI = "git://github.com/leethomason/tinyxml2.git;branch=master;protocol=https" |
| 8 | 8 | ||
| 9 | SRCREV = "1dee28e51f9175a31955b9791c74c430fe13dc82" | 9 | SRCREV = "1dee28e51f9175a31955b9791c74c430fe13dc82" |
| 10 | 10 | ||
diff --git a/meta-oe/recipes-support/libusb/libusb-compat_0.1.7.bb b/meta-oe/recipes-support/libusb/libusb-compat_0.1.7.bb index 8c3337370e..94d833aa3a 100644 --- a/meta-oe/recipes-support/libusb/libusb-compat_0.1.7.bb +++ b/meta-oe/recipes-support/libusb/libusb-compat_0.1.7.bb | |||
| @@ -19,7 +19,7 @@ BBCLASSEXTEND = "native nativesdk" | |||
| 19 | PE = "1" | 19 | PE = "1" |
| 20 | 20 | ||
| 21 | SRC_URI = " \ | 21 | SRC_URI = " \ |
| 22 | git://github.com/libusb/libusb-compat-0.1.git;protocol=https \ | 22 | git://github.com/libusb/libusb-compat-0.1.git;protocol=https;branch=master \ |
| 23 | file://0001-usb.h-Include-sys-types.h.patch \ | 23 | file://0001-usb.h-Include-sys-types.h.patch \ |
| 24 | " | 24 | " |
| 25 | SRCREV = "4a27760ec5954ec8605e052a3207afbe0979eeef" | 25 | SRCREV = "4a27760ec5954ec8605e052a3207afbe0979eeef" |
diff --git a/meta-oe/recipes-support/libusbg/libusbg_git.bb b/meta-oe/recipes-support/libusbg/libusbg_git.bb index 94399a0171..3330e03969 100644 --- a/meta-oe/recipes-support/libusbg/libusbg_git.bb +++ b/meta-oe/recipes-support/libusbg/libusbg_git.bb | |||
| @@ -8,7 +8,7 @@ inherit autotools update-alternatives | |||
| 8 | 8 | ||
| 9 | PV = "0.1.0" | 9 | PV = "0.1.0" |
| 10 | SRCREV = "a826d136e0e8fa53815f1ba05893e6dd74208c15" | 10 | SRCREV = "a826d136e0e8fa53815f1ba05893e6dd74208c15" |
| 11 | SRC_URI = "git://github.com/libusbg/libusbg.git \ | 11 | SRC_URI = "git://github.com/libusbg/libusbg.git;branch=master;protocol=https \ |
| 12 | file://0001-Fix-out-of-tree-builds.patch \ | 12 | file://0001-Fix-out-of-tree-builds.patch \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
diff --git a/meta-oe/recipes-support/libusbgx/libusbgx_git.bb b/meta-oe/recipes-support/libusbgx/libusbgx_git.bb index dc0d5c08d1..d4bb9bf698 100644 --- a/meta-oe/recipes-support/libusbgx/libusbgx_git.bb +++ b/meta-oe/recipes-support/libusbgx/libusbgx_git.bb | |||
| @@ -11,7 +11,7 @@ PV = "0.2.0+git${SRCPV}" | |||
| 11 | SRCREV = "45c14ef4d5d7ced0fbf984208de44ced6d5ed898" | 11 | SRCREV = "45c14ef4d5d7ced0fbf984208de44ced6d5ed898" |
| 12 | SRCBRANCH = "master" | 12 | SRCBRANCH = "master" |
| 13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
| 14 | git://github.com/libusbgx/libusbgx.git;branch=${SRCBRANCH} \ | 14 | git://github.com/libusbgx/libusbgx.git;branch=${SRCBRANCH};protocol=https \ |
| 15 | file://gadget-start \ | 15 | file://gadget-start \ |
| 16 | file://usbgx.initd \ | 16 | file://usbgx.initd \ |
| 17 | file://usbgx.service \ | 17 | file://usbgx.service \ |
diff --git a/meta-oe/recipes-support/libutempter/libutempter.bb b/meta-oe/recipes-support/libutempter/libutempter.bb index 68a8ad364a..b178a92fe6 100644 --- a/meta-oe/recipes-support/libutempter/libutempter.bb +++ b/meta-oe/recipes-support/libutempter/libutempter.bb | |||
| @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
| 10 | SRCREV = "3ef74fff310f09e2601e241b9f042cd39d591018" | 10 | SRCREV = "3ef74fff310f09e2601e241b9f042cd39d591018" |
| 11 | PV = "1.1.6-alt2+git${SRCPV}" | 11 | PV = "1.1.6-alt2+git${SRCPV}" |
| 12 | 12 | ||
| 13 | SRC_URI = "git://git.altlinux.org/people/ldv/packages/libutempter.git \ | 13 | SRC_URI = "git://git.altlinux.org/people/ldv/packages/libutempter.git;branch=master \ |
| 14 | file://0001-Fix-macro-error.patch \ | 14 | file://0001-Fix-macro-error.patch \ |
| 15 | file://0002-Proper-macro-path-generation.patch \ | 15 | file://0002-Proper-macro-path-generation.patch \ |
| 16 | file://libutempter-remove-glibc-assumption.patch \ | 16 | file://libutempter-remove-glibc-assumption.patch \ |
diff --git a/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb b/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb index 7d7c67b659..108d65298e 100644 --- a/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb +++ b/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=c3ea231a32635cbb5debedf3e88aa3df | |||
| 6 | 6 | ||
| 7 | PV = "4.1+git${SRCPV}" | 7 | PV = "4.1+git${SRCPV}" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/Datera/lio-utils.git \ | 9 | SRC_URI = "git://github.com/Datera/lio-utils.git;branch=master;protocol=https \ |
| 10 | file://0001-Makefiles-Respect-environment-variables-and-add-LDFL.patch \ | 10 | file://0001-Makefiles-Respect-environment-variables-and-add-LDFL.patch \ |
| 11 | " | 11 | " |
| 12 | SRCREV = "0ac9091c1ff7a52d5435a4f4449e82637142e06e" | 12 | SRCREV = "0ac9091c1ff7a52d5435a4f4449e82637142e06e" |
diff --git a/meta-oe/recipes-support/mcelog/mce-inject_git.bb b/meta-oe/recipes-support/mcelog/mce-inject_git.bb index cc33cbaf28..8241bd2342 100644 --- a/meta-oe/recipes-support/mcelog/mce-inject_git.bb +++ b/meta-oe/recipes-support/mcelog/mce-inject_git.bb | |||
| @@ -4,7 +4,7 @@ software level into a running Linux kernel. This is intended for \ | |||
| 4 | validation of the kernel machine check handler." | 4 | validation of the kernel machine check handler." |
| 5 | SECTION = "System Environment/Base" | 5 | SECTION = "System Environment/Base" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git" | 7 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git;branch=master" |
| 8 | 8 | ||
| 9 | SRCREV = "4cbe46321b4a81365ff3aafafe63967264dbfec5" | 9 | SRCREV = "4cbe46321b4a81365ff3aafafe63967264dbfec5" |
| 10 | 10 | ||
diff --git a/meta-oe/recipes-support/mcelog/mce-test_git.bb b/meta-oe/recipes-support/mcelog/mce-test_git.bb index 328f7c99ba..cfceaa1743 100644 --- a/meta-oe/recipes-support/mcelog/mce-test_git.bb +++ b/meta-oe/recipes-support/mcelog/mce-test_git.bb | |||
| @@ -10,7 +10,7 @@ containment and recovery, ACPI/APEI support etc." | |||
| 10 | LICENSE = "GPLv2" | 10 | LICENSE = "GPLv2" |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
| 12 | 12 | ||
| 13 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-test.git;protocol=git \ | 13 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-test.git;protocol=git;branch=master \ |
| 14 | file://makefile-remove-ldflags.patch \ | 14 | file://makefile-remove-ldflags.patch \ |
| 15 | file://0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch \ | 15 | file://0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch \ |
| 16 | " | 16 | " |
diff --git a/meta-oe/recipes-support/mcelog/mcelog_175.bb b/meta-oe/recipes-support/mcelog/mcelog_175.bb index b77709485f..c66dd0f971 100644 --- a/meta-oe/recipes-support/mcelog/mcelog_175.bb +++ b/meta-oe/recipes-support/mcelog/mcelog_175.bb | |||
| @@ -5,7 +5,7 @@ and should run on all Linux systems that need error handling." | |||
| 5 | HOMEPAGE = "http://mcelog.org/" | 5 | HOMEPAGE = "http://mcelog.org/" |
| 6 | SECTION = "System Environment/Base" | 6 | SECTION = "System Environment/Base" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git;protocol=http; \ | 8 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git;protocol=http;;branch=master \ |
| 9 | file://0001-test-avoid-the-pfa-test-hang.patch \ | 9 | file://0001-test-avoid-the-pfa-test-hang.patch \ |
| 10 | file://run-ptest \ | 10 | file://run-ptest \ |
| 11 | " | 11 | " |
diff --git a/meta-oe/recipes-support/mg/mg_20210609.bb b/meta-oe/recipes-support/mg/mg_20210609.bb index 797e91eae1..5deb5c66e3 100644 --- a/meta-oe/recipes-support/mg/mg_20210609.bb +++ b/meta-oe/recipes-support/mg/mg_20210609.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS = "ncurses libbsd" | |||
| 6 | SECTION = "console/editors" | 6 | SECTION = "console/editors" |
| 7 | 7 | ||
| 8 | SRCREV = "688f49cd67ab30dfa6482c74815e117cbf7af63a" | 8 | SRCREV = "688f49cd67ab30dfa6482c74815e117cbf7af63a" |
| 9 | SRC_URI = "git://github.com/hboetes/mg \ | 9 | SRC_URI = "git://github.com/hboetes/mg;branch=master;protocol=https \ |
| 10 | file://0001-fileio-Include-sys-param.h-for-MAXNAMLEN.patch \ | 10 | file://0001-fileio-Include-sys-param.h-for-MAXNAMLEN.patch \ |
| 11 | file://0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch \ | 11 | file://0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch \ |
| 12 | " | 12 | " |
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb index d4d6c6ba9c..69fd9dfde1 100644 --- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb +++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb | |||
| @@ -29,7 +29,7 @@ DEPENDS = "libdevmapper \ | |||
| 29 | 29 | ||
| 30 | LICENSE = "GPLv2" | 30 | LICENSE = "GPLv2" |
| 31 | 31 | ||
| 32 | SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http \ | 32 | SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http;branch=master \ |
| 33 | file://multipathd.oe \ | 33 | file://multipathd.oe \ |
| 34 | file://multipath.conf.example \ | 34 | file://multipath.conf.example \ |
| 35 | file://0021-RH-fixup-udev-rules-for-redhat.patch \ | 35 | file://0021-RH-fixup-udev-rules-for-redhat.patch \ |
diff --git a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb index 295628c77b..0e16b15c97 100644 --- a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb +++ b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e7fe20c9be97be5579e3ab5d92d3a218" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e7fe20c9be97be5579e3ab5d92d3a218" |
| 5 | SECTION = "libs" | 5 | SECTION = "libs" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/projectNe10/Ne10.git \ | 7 | SRC_URI = "git://github.com/projectNe10/Ne10.git;branch=master;protocol=https \ |
| 8 | file://0001-CMakeLists.txt-Remove-mthumb-interwork.patch \ | 8 | file://0001-CMakeLists.txt-Remove-mthumb-interwork.patch \ |
| 9 | file://0001-Dont-specify-march-explicitly.patch \ | 9 | file://0001-Dont-specify-march-explicitly.patch \ |
| 10 | " | 10 | " |
diff --git a/meta-oe/recipes-support/opencl/clinfo_2.2.18.04.06.bb b/meta-oe/recipes-support/opencl/clinfo_2.2.18.04.06.bb index 9fd88ced95..831b15a455 100644 --- a/meta-oe/recipes-support/opencl/clinfo_2.2.18.04.06.bb +++ b/meta-oe/recipes-support/opencl/clinfo_2.2.18.04.06.bb | |||
| @@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/Oblomov/clinfo" | |||
| 7 | LICENSE = "CC0-1.0" | 7 | LICENSE = "CC0-1.0" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fd8857f774dfb0eefe1e80c8f9240a7e" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fd8857f774dfb0eefe1e80c8f9240a7e" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/Oblomov/clinfo.git;protocol=https" | 10 | SRC_URI = "git://github.com/Oblomov/clinfo.git;protocol=https;branch=master" |
| 11 | 11 | ||
| 12 | SRCREV = "59d0daf898e48d76ccbb788acbba258fa0a8ba7c" | 12 | SRCREV = "59d0daf898e48d76ccbb788acbba258fa0a8ba7c" |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-support/opencv/ade_0.1.1f.bb b/meta-oe/recipes-support/opencv/ade_0.1.1f.bb index 12b71226ac..48a45143db 100644 --- a/meta-oe/recipes-support/opencv/ade_0.1.1f.bb +++ b/meta-oe/recipes-support/opencv/ade_0.1.1f.bb | |||
| @@ -4,7 +4,7 @@ and processing framework. ADE Framework is suitable for \ | |||
| 4 | organizing data flow processing and execution." | 4 | organizing data flow processing and execution." |
| 5 | HOMEPAGE = "https://github.com/opencv/ade" | 5 | HOMEPAGE = "https://github.com/opencv/ade" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/opencv/ade.git \ | 7 | SRC_URI = "git://github.com/opencv/ade.git;branch=master;protocol=https \ |
| 8 | file://0001-use-GNUInstallDirs-for-detecting-install-paths.patch \ | 8 | file://0001-use-GNUInstallDirs-for-detecting-install-paths.patch \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
diff --git a/meta-oe/recipes-support/opencv/opencv_4.5.2.bb b/meta-oe/recipes-support/opencv/opencv_4.5.2.bb index 8d557e0868..da1c72f298 100644 --- a/meta-oe/recipes-support/opencv/opencv_4.5.2.bb +++ b/meta-oe/recipes-support/opencv/opencv_4.5.2.bb | |||
| @@ -38,13 +38,13 @@ IPP_FILENAME = "${@ipp_filename(d)}" | |||
| 38 | IPP_MD5 = "${@ipp_md5sum(d)}" | 38 | IPP_MD5 = "${@ipp_md5sum(d)}" |
| 39 | 39 | ||
| 40 | SRCREV_FORMAT = "opencv_contrib_ipp_boostdesc_vgg" | 40 | SRCREV_FORMAT = "opencv_contrib_ipp_boostdesc_vgg" |
| 41 | SRC_URI = "git://github.com/opencv/opencv.git;name=opencv \ | 41 | SRC_URI = "git://github.com/opencv/opencv.git;name=opencv;branch=master;protocol=https \ |
| 42 | git://github.com/opencv/opencv_contrib.git;destsuffix=contrib;name=contrib \ | 42 | git://github.com/opencv/opencv_contrib.git;destsuffix=contrib;name=contrib;branch=master;protocol=https \ |
| 43 | git://github.com/opencv/opencv_3rdparty.git;branch=ippicv/master_20191018;destsuffix=ipp;name=ipp \ | 43 | git://github.com/opencv/opencv_3rdparty.git;branch=ippicv/master_20191018;destsuffix=ipp;name=ipp;protocol=https \ |
| 44 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_boostdesc_20161012;destsuffix=boostdesc;name=boostdesc \ | 44 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_boostdesc_20161012;destsuffix=boostdesc;name=boostdesc;protocol=https \ |
| 45 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_vgg_20160317;destsuffix=vgg;name=vgg \ | 45 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_vgg_20160317;destsuffix=vgg;name=vgg;protocol=https \ |
| 46 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_face_alignment_20170818;destsuffix=face;name=face \ | 46 | git://github.com/opencv/opencv_3rdparty.git;branch=contrib_face_alignment_20170818;destsuffix=face;name=face;protocol=https \ |
| 47 | git://github.com/WeChatCV/opencv_3rdparty.git;branch=wechat_qrcode;destsuffix=wechat_qrcode;name=wechat-qrcode \ | 47 | git://github.com/WeChatCV/opencv_3rdparty.git;branch=wechat_qrcode;destsuffix=wechat_qrcode;name=wechat-qrcode;protocol=https \ |
| 48 | file://0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch \ | 48 | file://0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch \ |
| 49 | file://0003-To-fix-errors-as-following.patch \ | 49 | file://0003-To-fix-errors-as-following.patch \ |
| 50 | file://0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch \ | 50 | file://0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch \ |
diff --git a/meta-oe/recipes-support/opensc/opensc_0.22.0.bb b/meta-oe/recipes-support/opensc/opensc_0.22.0.bb index 44a0dccbba..f1ac7dff1c 100644 --- a/meta-oe/recipes-support/opensc/opensc_0.22.0.bb +++ b/meta-oe/recipes-support/opensc/opensc_0.22.0.bb | |||
| @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7" | |||
| 13 | 13 | ||
| 14 | #v0.21.0 | 14 | #v0.21.0 |
| 15 | SRCREV = "c902e1992195e00ada12d71beb1029287cd72037" | 15 | SRCREV = "c902e1992195e00ada12d71beb1029287cd72037" |
| 16 | SRC_URI = "git://github.com/OpenSC/OpenSC \ | 16 | SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https \ |
| 17 | " | 17 | " |
| 18 | DEPENDS = "virtual/libiconv openssl" | 18 | DEPENDS = "virtual/libiconv openssl" |
| 19 | 19 | ||
diff --git a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb index a5825d5a9f..4f788f454a 100644 --- a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb +++ b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools" | |||
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https" | 6 | SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master" |
| 7 | 7 | ||
| 8 | SRCREV = "34ac207adbba0d1a951b314c1676610a1d0bba01" | 8 | SRCREV = "34ac207adbba0d1a951b314c1676610a1d0bba01" |
| 9 | 9 | ||
diff --git a/meta-oe/recipes-support/picocom/picocom_git.bb b/meta-oe/recipes-support/picocom/picocom_git.bb index 3d26b9364b..801300e707 100644 --- a/meta-oe/recipes-support/picocom/picocom_git.bb +++ b/meta-oe/recipes-support/picocom/picocom_git.bb | |||
| @@ -9,7 +9,7 @@ PV = "${BASEPV}+git${SRCPV}" | |||
| 9 | 9 | ||
| 10 | SRCREV = "90385aabe2b51f39fa130627d46b377569f82d4a" | 10 | SRCREV = "90385aabe2b51f39fa130627d46b377569f82d4a" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/npat-efault/picocom \ | 12 | SRC_URI = "git://github.com/npat-efault/picocom;branch=master;protocol=https \ |
| 13 | file://0001-Fix-building-with-musl.patch \ | 13 | file://0001-Fix-building-with-musl.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb b/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb index 89d463699e..6c7802e18a 100644 --- a/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb +++ b/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb | |||
| @@ -7,7 +7,7 @@ DEPENDS = "pidgin json-glib glib-2.0" | |||
| 7 | 7 | ||
| 8 | inherit pkgconfig | 8 | inherit pkgconfig |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/EionRobb/funyahoo-plusplus;branch=master;protocol=git" | 10 | SRC_URI = "git://github.com/EionRobb/funyahoo-plusplus;branch=master;protocol=https" |
| 11 | SRCREV = "fbbd9c591100aa00a0487738ec7b6acd3d924b3f" | 11 | SRCREV = "fbbd9c591100aa00a0487738ec7b6acd3d924b3f" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/pidgin/icyque_git.bb b/meta-oe/recipes-support/pidgin/icyque_git.bb index 02cd12bf4e..2f415de3d9 100644 --- a/meta-oe/recipes-support/pidgin/icyque_git.bb +++ b/meta-oe/recipes-support/pidgin/icyque_git.bb | |||
| @@ -9,7 +9,7 @@ PV = "0.1+gitr${SRCPV}" | |||
| 9 | 9 | ||
| 10 | inherit pkgconfig | 10 | inherit pkgconfig |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/EionRobb/icyque" | 12 | SRC_URI = "git://github.com/EionRobb/icyque;branch=master;protocol=https" |
| 13 | SRCREV = "513fc162d5d1a201c2b044e2b42941436d1069d5" | 13 | SRCREV = "513fc162d5d1a201c2b044e2b42941436d1069d5" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb b/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb index 1a82495282..a29a445c90 100644 --- a/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb +++ b/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb | |||
| @@ -7,7 +7,7 @@ DEPENDS = "pidgin json-glib glib-2.0 zlib" | |||
| 7 | 7 | ||
| 8 | inherit pkgconfig | 8 | inherit pkgconfig |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/EionRobb/skype4pidgin;branch=master;protocol=git" | 10 | SRC_URI = "git://github.com/EionRobb/skype4pidgin;branch=master;protocol=https" |
| 11 | SRCREV = "b226d1c457d73900ae89b8a7469247fbe33677a6" | 11 | SRCREV = "b226d1c457d73900ae89b8a7469247fbe33677a6" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/poco/poco_1.11.0.bb b/meta-oe/recipes-support/poco/poco_1.11.0.bb index 5f63910983..c364f7220b 100644 --- a/meta-oe/recipes-support/poco/poco_1.11.0.bb +++ b/meta-oe/recipes-support/poco/poco_1.11.0.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4267f48fc738f50380cbeeb76f95cebc" | |||
| 9 | DEPENDS = "libpcre zlib" | 9 | DEPENDS = "libpcre zlib" |
| 10 | 10 | ||
| 11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
| 12 | git://github.com/pocoproject/poco.git;branch=master \ | 12 | git://github.com/pocoproject/poco.git;branch=master;protocol=https \ |
| 13 | file://0001-fix-missing-expat-definition.patch \ | 13 | file://0001-fix-missing-expat-definition.patch \ |
| 14 | file://run-ptest \ | 14 | file://run-ptest \ |
| 15 | " | 15 | " |
diff --git a/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb b/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb index ac360659ae..f34912ed28 100644 --- a/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb +++ b/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26107732c2ab637c5710446fcfaf02df" | |||
| 6 | PV = "v190700" | 6 | PV = "v190700" |
| 7 | 7 | ||
| 8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
| 9 | git://github.com/PortAudio/portaudio.git \ | 9 | git://github.com/PortAudio/portaudio.git;branch=master;protocol=https \ |
| 10 | file://0001-Find-jack.patch \ | 10 | file://0001-Find-jack.patch \ |
| 11 | file://0001-cmake-Use-GNUInstallDirs.patch \ | 11 | file://0001-cmake-Use-GNUInstallDirs.patch \ |
| 12 | " | 12 | " |
diff --git a/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb index 262f05f497..3d0c9df286 100644 --- a/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb +++ b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb | |||
| @@ -5,7 +5,7 @@ LICENSE = "GPLv2" | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 6 | 6 | ||
| 7 | SRCREV = "cb48b7ecf7079ceba7081c78d4e61e507b0e8d2d" | 7 | SRCREV = "cb48b7ecf7079ceba7081c78d4e61e507b0e8d2d" |
| 8 | SRC_URI = "git://github.com/ago/pps-tools.git" | 8 | SRC_URI = "git://github.com/ago/pps-tools.git;branch=master;protocol=https" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
diff --git a/meta-oe/recipes-support/re2/re2_2020.11.01.bb b/meta-oe/recipes-support/re2/re2_2020.11.01.bb index a289d962e4..698fe7e497 100644 --- a/meta-oe/recipes-support/re2/re2_2020.11.01.bb +++ b/meta-oe/recipes-support/re2/re2_2020.11.01.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b5c31eb512bdf3cb11ffd5713963760" | |||
| 5 | 5 | ||
| 6 | SRCREV = "166dbbeb3b0ab7e733b278e8f42a84f6882b8a25" | 6 | SRCREV = "166dbbeb3b0ab7e733b278e8f42a84f6882b8a25" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/google/re2.git;branch=master" | 8 | SRC_URI = "git://github.com/google/re2.git;branch=master;protocol=https" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.18.bb b/meta-oe/recipes-support/remmina/remmina_1.4.18.bb index 5a915c4766..996d8540fe 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.18.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.18.bb | |||
| @@ -26,7 +26,7 @@ DEPENDS:append:libc-musl = " libexecinfo" | |||
| 26 | LDFLAGS:append:libc-musl = " -lexecinfo" | 26 | LDFLAGS:append:libc-musl = " -lexecinfo" |
| 27 | 27 | ||
| 28 | SRCREV = "045862cc7d7dd986b349c68131df2f86b9b1cd9c" | 28 | SRCREV = "045862cc7d7dd986b349c68131df2f86b9b1cd9c" |
| 29 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https" | 29 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" |
| 30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
| 31 | 31 | ||
| 32 | inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig | 32 | inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig |
diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb index 3cdf78200f..2887f4d0b5 100644 --- a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb +++ b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | |||
| @@ -25,7 +25,7 @@ RDEPENDS:${PN} = "rsync \ | |||
| 25 | SRCREV = "4dc82bfe6be3f83fcfa94946dcf6accfd6a18031" | 25 | SRCREV = "4dc82bfe6be3f83fcfa94946dcf6accfd6a18031" |
| 26 | PV = "1.4.4+git${SRCPV}" | 26 | PV = "1.4.4+git${SRCPV}" |
| 27 | 27 | ||
| 28 | SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=git \ | 28 | SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=https \ |
| 29 | file://configure-fix-cmd_rsync.patch \ | 29 | file://configure-fix-cmd_rsync.patch \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
diff --git a/meta-oe/recipes-support/sass/libsass_git.bb b/meta-oe/recipes-support/sass/libsass_git.bb index bc2ec805e5..4d709fc526 100644 --- a/meta-oe/recipes-support/sass/libsass_git.bb +++ b/meta-oe/recipes-support/sass/libsass_git.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d" | |||
| 5 | 5 | ||
| 6 | inherit autotools | 6 | inherit autotools |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/sass/libsass.git;branch=master" | 8 | SRC_URI = "git://github.com/sass/libsass.git;branch=master;protocol=https" |
| 9 | SRCREV = "f6afdbb9288d20d1257122e71d88e53348a53af3" | 9 | SRCREV = "f6afdbb9288d20d1257122e71d88e53348a53af3" |
| 10 | PV = "3.6.5" | 10 | PV = "3.6.5" |
| 11 | 11 | ||
diff --git a/meta-oe/recipes-support/sass/sassc_git.bb b/meta-oe/recipes-support/sass/sassc_git.bb index 407cbbddd0..9bb8c76e87 100644 --- a/meta-oe/recipes-support/sass/sassc_git.bb +++ b/meta-oe/recipes-support/sass/sassc_git.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS = "libsass" | |||
| 6 | 6 | ||
| 7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/sass/sassc.git" | 9 | SRC_URI = "git://github.com/sass/sassc.git;branch=master;protocol=https" |
| 10 | SRCREV = "66f0ef37e7f0ad3a65d2f481eff09d09408f42d0" | 10 | SRCREV = "66f0ef37e7f0ad3a65d2f481eff09d09408f42d0" |
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | PV = "3.6.2" | 12 | PV = "3.6.2" |
diff --git a/meta-oe/recipes-support/satyr/satyr_0.38.bb b/meta-oe/recipes-support/satyr/satyr_0.38.bb index 4c0845a0fa..4cfa977c80 100644 --- a/meta-oe/recipes-support/satyr/satyr_0.38.bb +++ b/meta-oe/recipes-support/satyr/satyr_0.38.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "GPLv2" | |||
| 7 | 7 | ||
| 8 | inherit autotools-brokensep python3native pkgconfig | 8 | inherit autotools-brokensep python3native pkgconfig |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/abrt/satyr.git \ | 10 | SRC_URI = "git://github.com/abrt/satyr.git;branch=master;protocol=https \ |
| 11 | file://0002-fix-compile-failure-against-musl-C-library.patch \ | 11 | file://0002-fix-compile-failure-against-musl-C-library.patch \ |
| 12 | " | 12 | " |
| 13 | SRCREV = "ad0030f071b7ce7eb748eca3c31cb381038e2b21" | 13 | SRCREV = "ad0030f071b7ce7eb748eca3c31cb381038e2b21" |
diff --git a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb index 7f59b3ecad..87d9c52903 100644 --- a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb +++ b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb | |||
| @@ -6,7 +6,7 @@ SECTION = "console/network" | |||
| 6 | SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" | 6 | SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" |
| 7 | PV = "1.1+gitr${SRCPV}" | 7 | PV = "1.1+gitr${SRCPV}" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https" | 9 | SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https;branch=master" |
| 10 | S = "${WORKDIR}/git/tools/serial_forward" | 10 | S = "${WORKDIR}/git/tools/serial_forward" |
| 11 | 11 | ||
| 12 | inherit autotools native | 12 | inherit autotools native |
diff --git a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb index 0ef829856c..dcad8f7104 100644 --- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb +++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb | |||
| @@ -6,7 +6,7 @@ SECTION = "console/devel" | |||
| 6 | SRCREV = "07c6fdede0870edc37a8d51d033b6e7e29aa7c91" | 6 | SRCREV = "07c6fdede0870edc37a8d51d033b6e7e29aa7c91" |
| 7 | PV = "1.1+gitr${SRCPV}" | 7 | PV = "1.1+gitr${SRCPV}" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/freesmartphone/cornucopia.git \ | 9 | SRC_URI = "git://github.com/freesmartphone/cornucopia.git;branch=master;protocol=https \ |
| 10 | file://0001-serial_forward-Disable-default-static-linking.patch;striplevel=3 \ | 10 | file://0001-serial_forward-Disable-default-static-linking.patch;striplevel=3 \ |
| 11 | " | 11 | " |
| 12 | S = "${WORKDIR}/git/tools/serial_forward" | 12 | S = "${WORKDIR}/git/tools/serial_forward" |
diff --git a/meta-oe/recipes-support/smarty/smarty_3.1.39.bb b/meta-oe/recipes-support/smarty/smarty_3.1.39.bb index 50d9958384..c5b09a0c50 100644 --- a/meta-oe/recipes-support/smarty/smarty_3.1.39.bb +++ b/meta-oe/recipes-support/smarty/smarty_3.1.39.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3" | |||
| 7 | 7 | ||
| 8 | DEPENDS = "php" | 8 | DEPENDS = "php" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;tag=v${PV}" | 10 | SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;tag=v${PV};branch=master" |
| 11 | 11 | ||
| 12 | FILES:${PN} = "${datadir}/php/smarty3/" | 12 | FILES:${PN} = "${datadir}/php/smarty3/" |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb b/meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb index 0079cf7298..0d9a8c93d2 100644 --- a/meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb +++ b/meta-oe/recipes-support/span-lite/span-lite_0.10.3.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/martinmoene/span-lite" | |||
| 3 | LICENSE = "BSL-1.0" | 3 | LICENSE = "BSL-1.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
| 5 | 5 | ||
| 6 | SRC_URI += "git://github.com/martinmoene/span-lite" | 6 | SRC_URI += "git://github.com/martinmoene/span-lite;branch=master;protocol=https" |
| 7 | SRCREV = "cbb9c3c5162a0d7018c7b3e053153a04d4fbbbb9" | 7 | SRCREV = "cbb9c3c5162a0d7018c7b3e053153a04d4fbbbb9" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb b/meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb index c103c34936..ba6bbcce40 100644 --- a/meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb +++ b/meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "MIT" | |||
| 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 5 | 5 | ||
| 6 | SRCREV = "eb3220622e73a4889eee355ffa37972b3cac3df5" | 6 | SRCREV = "eb3220622e73a4889eee355ffa37972b3cac3df5" |
| 7 | SRC_URI = "git://github.com/gabime/spdlog.git;protocol=git;branch=v1.x; \ | 7 | SRC_URI = "git://github.com/gabime/spdlog.git;protocol=https;branch=v1.x; \ |
| 8 | file://0001-Enable-use-of-external-fmt-library.patch" | 8 | file://0001-Enable-use-of-external-fmt-library.patch" |
| 9 | 9 | ||
| 10 | DEPENDS += "fmt" | 10 | DEPENDS += "fmt" |
diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb b/meta-oe/recipes-support/spitools/spitools_git.bb index bb41a33c14..5bad781ff6 100644 --- a/meta-oe/recipes-support/spitools/spitools_git.bb +++ b/meta-oe/recipes-support/spitools/spitools_git.bb | |||
| @@ -10,7 +10,7 @@ SRCREV = "f5d87954bd9e13689481700105efe2f42199d364" | |||
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=git" | 13 | SRC_URI = "git://github.com/cpb-/spi-tools.git;protocol=https;branch=master" |
| 14 | 14 | ||
| 15 | 15 | ||
| 16 | inherit autotools | 16 | inherit autotools |
diff --git a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb index 3f82734acd..5bcbea4600 100644 --- a/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb +++ b/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_0.8.5.bb | |||
| @@ -7,7 +7,7 @@ SECTION = "devel" | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/jthornber/thin-provisioning-tools;branch=main \ | 10 | SRC_URI = "git://github.com/jthornber/thin-provisioning-tools;branch=main;protocol=https \ |
| 11 | file://0001-do-not-strip-pdata_tools-at-do_install.patch \ | 11 | file://0001-do-not-strip-pdata_tools-at-do_install.patch \ |
| 12 | file://use-sh-on-path.patch \ | 12 | file://use-sh-on-path.patch \ |
| 13 | " | 13 | " |
diff --git a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb index 3aecc6a76c..efc2795d58 100644 --- a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb +++ b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://main.c;start_line=5;end_line=16;md5=9ae4bf20caf291afa | |||
| 7 | 7 | ||
| 8 | # 0.2 version | 8 | # 0.2 version |
| 9 | SRCREV = "8586d617aed19fc75f5ae1e07270752c1b2f9a30" | 9 | SRCREV = "8586d617aed19fc75f5ae1e07270752c1b2f9a30" |
| 10 | SRC_URI = "git://github.com/OSSystems/toscoterm.git" | 10 | SRC_URI = "git://github.com/OSSystems/toscoterm.git;branch=master;protocol=https" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-support/udisks/udisks2_2.9.4.bb b/meta-oe/recipes-support/udisks/udisks2_2.9.4.bb index 0e6fb09cbd..ec13cfa26b 100644 --- a/meta-oe/recipes-support/udisks/udisks2_2.9.4.bb +++ b/meta-oe/recipes-support/udisks/udisks2_2.9.4.bb | |||
| @@ -17,7 +17,7 @@ DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | |||
| 17 | 17 | ||
| 18 | RDEPENDS:${PN} = "acl" | 18 | RDEPENDS:${PN} = "acl" |
| 19 | 19 | ||
| 20 | SRC_URI = "git://github.com/storaged-project/udisks.git;branch=2.9.x-branch" | 20 | SRC_URI = "git://github.com/storaged-project/udisks.git;branch=2.9.x-branch;protocol=https" |
| 21 | SRCREV = "001c486e6d099ed33e2de4f5c73c03e3ee180f81" | 21 | SRCREV = "001c486e6d099ed33e2de4f5c73c03e3ee180f81" |
| 22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 23 | 23 | ||
diff --git a/meta-oe/recipes-support/uhubctl/uhubctl_2.4.0.bb b/meta-oe/recipes-support/uhubctl/uhubctl_2.4.0.bb index 44aeaed099..e8587ea265 100644 --- a/meta-oe/recipes-support/uhubctl/uhubctl_2.4.0.bb +++ b/meta-oe/recipes-support/uhubctl/uhubctl_2.4.0.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "GPLv2" | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 8 | 8 | ||
| 9 | SRCREV = "014b55ac5d1d7fb46a8f1eefe9fc3b87ea65a75f" | 9 | SRCREV = "014b55ac5d1d7fb46a8f1eefe9fc3b87ea65a75f" |
| 10 | SRC_URI = "git://github.com/mvp/${BPN}" | 10 | SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https" |
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | # uhubctl gets its program version from "git describe". As we use the source | 13 | # uhubctl gets its program version from "git describe". As we use the source |
diff --git a/meta-oe/recipes-support/upower/upower_0.99.13.bb b/meta-oe/recipes-support/upower/upower_0.99.13.bb index 6dfe49b03f..6110a26c08 100644 --- a/meta-oe/recipes-support/upower/upower_0.99.13.bb +++ b/meta-oe/recipes-support/upower/upower_0.99.13.bb | |||
| @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0de8fbf1d97a140d1d93b9f14dcfbf08" | |||
| 4 | 4 | ||
| 5 | DEPENDS = "intltool-native libusb1 libgudev glib-2.0 dbus-glib" | 5 | DEPENDS = "intltool-native libusb1 libgudev glib-2.0 dbus-glib" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://gitlab.freedesktop.org/upower/upower.git;protocol=https" | 7 | SRC_URI = "git://gitlab.freedesktop.org/upower/upower.git;protocol=https;branch=master" |
| 8 | SRCREV = "0f6cc0a10be22d7ddd684e1cd851e4364a440494" | 8 | SRCREV = "0f6cc0a10be22d7ddd684e1cd851e4364a440494" |
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | 10 | ||
diff --git a/meta-oe/recipes-support/uthash/uthash_2.3.0.bb b/meta-oe/recipes-support/uthash/uthash_2.3.0.bb index b512f8c67d..ef15613586 100644 --- a/meta-oe/recipes-support/uthash/uthash_2.3.0.bb +++ b/meta-oe/recipes-support/uthash/uthash_2.3.0.bb | |||
| @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=736712b5904dd42f8678df7172bc5f2b" | |||
| 12 | SRCREV = "e493aa90a2833b4655927598f169c31cfcdf7861" | 12 | SRCREV = "e493aa90a2833b4655927598f169c31cfcdf7861" |
| 13 | 13 | ||
| 14 | SRC_URI = "\ | 14 | SRC_URI = "\ |
| 15 | git://github.com/troydhanson/${BPN}.git \ | 15 | git://github.com/troydhanson/${BPN}.git;branch=master;protocol=https \ |
| 16 | file://run-ptest \ | 16 | file://run-ptest \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
diff --git a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb index a5a881d1fe..d06f6702f7 100644 --- a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb +++ b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | |||
| 7 | 7 | ||
| 8 | inherit autotools | 8 | inherit autotools |
| 9 | 9 | ||
| 10 | SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http \ | 10 | SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http;branch=master \ |
| 11 | file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ | 11 | file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ |
| 12 | " | 12 | " |
| 13 | SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24" | 13 | SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24" |
diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb index ca74d911f8..12231f6a90 100644 --- a/meta-oe/recipes-support/utouch/utouch-frame_git.bb +++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS += "mtdev utouch-evemu" | |||
| 9 | 9 | ||
| 10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
| 11 | 11 | ||
| 12 | SRC_URI = "git://bitmath.org/git/frame.git;protocol=http \ | 12 | SRC_URI = "git://bitmath.org/git/frame.git;protocol=http;branch=master \ |
| 13 | file://remove-man-page-creation.patch \ | 13 | file://remove-man-page-creation.patch \ |
| 14 | file://0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch \ | 14 | file://0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch \ |
| 15 | file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ | 15 | file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ |
diff --git a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb index 04d1f3fc7f..b4322ab3de 100644 --- a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb +++ b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb | |||
| @@ -9,7 +9,7 @@ inherit autotools pkgconfig features_check | |||
| 9 | # depends on virtual/libx11 | 9 | # depends on virtual/libx11 |
| 10 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http" | 12 | SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http;branch=master" |
| 13 | SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b" | 13 | SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b" |
| 14 | 14 | ||
| 15 | DEPENDS += "mtdev utouch-frame utouch-evemu libx11" | 15 | DEPENDS += "mtdev utouch-frame utouch-evemu libx11" |
diff --git a/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb index 4237801547..a6f2186e4e 100644 --- a/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb +++ b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=4d168d763c111f4ffc62249870e4e0ea" | |||
| 6 | 6 | ||
| 7 | DEPENDS = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'openssl boost zlib', '', d)} " | 7 | DEPENDS = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'openssl boost zlib', '', d)} " |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/zaphoyd/websocketpp.git;protocol=https \ | 9 | SRC_URI = "git://github.com/zaphoyd/websocketpp.git;protocol=https;branch=master \ |
| 10 | file://0001-cmake-Use-GNUInstallDirs.patch \ | 10 | file://0001-cmake-Use-GNUInstallDirs.patch \ |
| 11 | file://855.patch \ | 11 | file://855.patch \ |
| 12 | file://857.patch \ | 12 | file://857.patch \ |
diff --git a/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb b/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb index d100030f9b..c161781989 100644 --- a/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb +++ b/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb | |||
| @@ -7,7 +7,7 @@ SECTION = "console/utils" | |||
| 7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/jmacd/xdelta.git;branch=release3_1_apl" | 10 | SRC_URI = "git://github.com/jmacd/xdelta.git;branch=release3_1_apl;protocol=https" |
| 11 | SRCREV = "4b4aed71a959fe11852e45242bb6524be85d3709" | 11 | SRCREV = "4b4aed71a959fe11852e45242bb6524be85d3709" |
| 12 | S = "${WORKDIR}/git/xdelta3" | 12 | S = "${WORKDIR}/git/xdelta3" |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb index 25dbe1379c..f5b90ecd99 100644 --- a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native" | |||
| 10 | inherit features_check | 10 | inherit features_check |
| 11 | REQUIRED_DISTRO_FEATURES = "x11 pam" | 11 | REQUIRED_DISTRO_FEATURES = "x11 pam" |
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git" | 13 | SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git;branch=master;protocol=https" |
| 14 | 14 | ||
| 15 | SRCREV = "c122544f184d4031bbae1ad80fbab554c34a9427" | 15 | SRCREV = "c122544f184d4031bbae1ad80fbab554c34a9427" |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-support/xrdp/xrdp_0.9.17.bb b/meta-oe/recipes-support/xrdp/xrdp_0.9.17.bb index e933c6679f..bc93c12db9 100644 --- a/meta-oe/recipes-support/xrdp/xrdp_0.9.17.bb +++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.17.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native" | |||
| 10 | 10 | ||
| 11 | REQUIRED_DISTRO_FEATURES = "x11 pam" | 11 | REQUIRED_DISTRO_FEATURES = "x11 pam" |
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/neutrinolabs/xrdp.git;branch=devel \ | 13 | SRC_URI = "git://github.com/neutrinolabs/xrdp.git;branch=devel;protocol=https \ |
| 14 | file://xrdp.sysconfig \ | 14 | file://xrdp.sysconfig \ |
| 15 | file://0001-Added-req_distinguished_name-in-etc-xrdp-openssl.con.patch \ | 15 | file://0001-Added-req_distinguished_name-in-etc-xrdp-openssl.con.patch \ |
| 16 | file://0001-Fix-the-compile-error.patch \ | 16 | file://0001-Fix-the-compile-error.patch \ |
diff --git a/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.6.3.bb b/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.6.3.bb index 9d359d6244..e38303781d 100644 --- a/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.6.3.bb +++ b/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.6.3.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6a8aaf0595c2efc1a9c2e0913e9c1a2c" | |||
| 7 | 7 | ||
| 8 | # yaml-cpp releases are stored as archive files in github. | 8 | # yaml-cpp releases are stored as archive files in github. |
| 9 | # download the exact revision of release | 9 | # download the exact revision of release |
| 10 | SRC_URI = "git://github.com/jbeder/yaml-cpp.git" | 10 | SRC_URI = "git://github.com/jbeder/yaml-cpp.git;branch=master;protocol=https" |
| 11 | SRCREV = "9a3624205e8774953ef18f57067b3426c1c5ada6" | 11 | SRCREV = "9a3624205e8774953ef18f57067b3426c1c5ada6" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/zbar/zbar_git.bb b/meta-oe/recipes-support/zbar/zbar_git.bb index 39d3894ff7..d956a841aa 100644 --- a/meta-oe/recipes-support/zbar/zbar_git.bb +++ b/meta-oe/recipes-support/zbar/zbar_git.bb | |||
| @@ -9,7 +9,7 @@ SECTION = "graphics" | |||
| 9 | LICENSE = "LGPL-2.1" | 9 | LICENSE = "LGPL-2.1" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5e9ee833a2118adc7d8b5ea38e5b1cef" | 10 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5e9ee833a2118adc7d8b5ea38e5b1cef" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/mchehab/zbar.git;branch=master \ | 12 | SRC_URI = "git://github.com/mchehab/zbar.git;branch=master;protocol=https \ |
| 13 | file://0001-qt-Create-subdir-in-Makefile.patch \ | 13 | file://0001-qt-Create-subdir-in-Makefile.patch \ |
| 14 | file://0002-zbarcam-Create-subdir-in-Makefile.patch \ | 14 | file://0002-zbarcam-Create-subdir-in-Makefile.patch \ |
| 15 | " | 15 | " |
