diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-11-07 10:42:23 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-11-13 07:45:48 -0800 |
| commit | 7fbb2767186a4db729efe4f440cc9a992f2ab183 (patch) | |
| tree | c3c62448ea3ead8b8e673dbb4d2e4919166709c8 /meta-oe/recipes-support | |
| parent | 10dabf3896591f33c02f420204cb79fefecd2f19 (diff) | |
| download | meta-openembedded-7fbb2767186a4db729efe4f440cc9a992f2ab183.tar.gz | |
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
95 files changed, 101 insertions, 101 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 4ea6c8a295..8df94d91e2 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.9.2.bb b/meta-oe/recipes-support/avro/avro-c_1.9.2.bb index 0642179fb3..e85f341f1f 100644 --- a/meta-oe/recipes-support/avro/avro-c_1.9.2.bb +++ b/meta-oe/recipes-support/avro/avro-c_1.9.2.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS = "jansson zlib xz" | |||
| 9 | 9 | ||
| 10 | BRANCH = "branch-1.9" | 10 | BRANCH = "branch-1.9" |
| 11 | SRCREV = "bf20128ca6138a830b2ea13e0490f3df6b035639" | 11 | SRCREV = "bf20128ca6138a830b2ea13e0490f3df6b035639" |
| 12 | SRC_URI = "git://github.com/apache/avro;branch=${BRANCH} \ | 12 | SRC_URI = "git://github.com/apache/avro;branch=${BRANCH};protocol=https \ |
| 13 | file://0001-cmake-Use-GNUInstallDirs-instead-of-hard-coded-paths.patch;patchdir=../../ \ | 13 | file://0001-cmake-Use-GNUInstallDirs-instead-of-hard-coded-paths.patch;patchdir=../../ \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb b/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb index 407de21385..d7d0b9c154 100644 --- a/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb +++ b/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb | |||
| @@ -24,7 +24,7 @@ LIC_FILES_CHKSUM = "file://README.QUICK;md5=81b447d779e278628c843aef92f088fa" | |||
| 24 | DEPENDS = "libatomic-ops" | 24 | DEPENDS = "libatomic-ops" |
| 25 | 25 | ||
| 26 | SRCREV = "d3dede3ce4462cd82a15f161af797ca51654546a" | 26 | SRCREV = "d3dede3ce4462cd82a15f161af797ca51654546a" |
| 27 | SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-8_0" | 27 | SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-8_0;protocol=https" |
| 28 | 28 | ||
| 29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
| 30 | 30 | ||
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 7feba4a5a2..0d7c3e57b6 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 5f022d78af..64628255e2 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_git.bb b/meta-oe/recipes-support/cmark/cmark_git.bb index f74a39b500..4f07beb317 100644 --- a/meta-oe/recipes-support/cmark/cmark_git.bb +++ b/meta-oe/recipes-support/cmark/cmark_git.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 = "8daa6b1495124f0b67e6034130e12d7be83e38bd" | 7 | SRCREV = "8daa6b1495124f0b67e6034130e12d7be83e38bd" |
| 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 90bd560c47..d611927320 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/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_7.1.3.bb b/meta-oe/recipes-support/fmt/fmt_7.1.3.bb index 9820b86470..47f3d75e28 100644 --- a/meta-oe/recipes-support/fmt/fmt_7.1.3.bb +++ b/meta-oe/recipes-support/fmt/fmt_7.1.3.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 = "7bdf0628b1276379886c7f6dda2cef2b3b374f0b" | 8 | SRCREV = "7bdf0628b1276379886c7f6dda2cef2b3b374f0b" |
| 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 8890f6ce91..e37e71b322 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 | " | 19 | " |
| 20 | 20 | ||
diff --git a/meta-oe/recipes-support/function2/function2_4.1.0.bb b/meta-oe/recipes-support/function2/function2_4.1.0.bb index 56dc30acdc..d74cf19bd4 100644 --- a/meta-oe/recipes-support/function2/function2_4.1.0.bb +++ b/meta-oe/recipes-support/function2/function2_4.1.0.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | |||
| 6 | SRCREV = "3a0746bf5f601dfed05330aefcb6854354fce07d" | 6 | SRCREV = "3a0746bf5f601dfed05330aefcb6854354fce07d" |
| 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 f95ee714b6..630a5d6f94 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 6eea0c00ec..4379c2d9e1 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.4.0.bb b/meta-oe/recipes-support/glog/glog_0.4.0.bb index 6b101ef676..ff18641375 100644 --- a/meta-oe/recipes-support/glog/glog_0.4.0.bb +++ b/meta-oe/recipes-support/glog/glog_0.4.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://0001-Find-Libunwind-during-configure.patch \ | 11 | file://0001-Find-Libunwind-during-configure.patch \ |
| 12 | file://libexecinfo.patch \ | 12 | file://libexecinfo.patch \ |
| 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 bf8cb90178..5fc982d768 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 600b25df86..c4f0f19e84 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 76f5dc7624..02afab326e 100644 --- a/meta-oe/recipes-support/hidapi/hidapi_git.bb +++ b/meta-oe/recipes-support/hidapi/hidapi_git.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "libusb udev" | |||
| 10 | 10 | ||
| 11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https \ | 13 | SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master \ |
| 14 | file://0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch \ | 14 | file://0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch \ |
| 15 | " | 15 | " |
| 16 | PV = "0.10.1" | 16 | 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 c757f7fb59..e574fbdbb1 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 3da67d1e3a..2e902ca4cb 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 c2fb4fa05b..63d68ea06b 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_git.bb b/meta-oe/recipes-support/hwdata/hwdata_git.bb index 738c32d637..43972b6b59 100644 --- a/meta-oe/recipes-support/hwdata/hwdata_git.bb +++ b/meta-oe/recipes-support/hwdata/hwdata_git.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" | |||
| 7 | 7 | ||
| 8 | PV = "0.346" | 8 | PV = "0.346" |
| 9 | SRCREV = "a2bff16032a68b089eeb169f09dea08094891c9c" | 9 | SRCREV = "a2bff16032a68b089eeb169f09dea08094891c9c" |
| 10 | SRC_URI = "git://github.com/vcrhonek/${BPN}.git" | 10 | SRC_URI = "git://github.com/vcrhonek/${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/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 ac81fc75ab..f5ab795fd1 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 5beb292819..b2c0304a22 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 8206590a86..258585d2ee 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 4cfb732932..d084a3b9b1 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.4.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.4.bb index 0aaf188b61..3f6aeefffa 100644 --- a/meta-oe/recipes-support/libbytesize/libbytesize_2.4.bb +++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.4.bb | |||
| @@ -10,7 +10,7 @@ S = "${WORKDIR}/git" | |||
| 10 | B = "${S}" | 10 | B = "${S}" |
| 11 | 11 | ||
| 12 | SRCREV = "732ee8d28492e4bc9b52c29bcb81a5c19388d002" | 12 | SRCREV = "732ee8d28492e4bc9b52c29bcb81a5c19388d002" |
| 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 python3native | 15 | inherit gettext autotools 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 dc50509699..0a2240568a 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 | 20 | ||
| 21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
| 22 | 22 | ||
diff --git a/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb b/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb index 6237638d3d..7bb0a3b230 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 74b5e21e23..c6878577ef 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.5.bb b/meta-oe/recipes-support/libgusb/libgusb_0.3.5.bb index c4b0ff3723..2640c2562d 100644 --- a/meta-oe/recipes-support/libgusb/libgusb_0.3.5.bb +++ b/meta-oe/recipes-support/libgusb/libgusb_0.3.5.bb | |||
| @@ -6,7 +6,7 @@ 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 \ | 9 | SRC_URI = "git://github.com/hughsie/libgusb.git;branch=master;protocol=https \ |
| 10 | " | 10 | " |
| 11 | SRCREV = "1f712812327091c42c62b1ab1148d738d1a22b51" | 11 | SRCREV = "1f712812327091c42c62b1ab1148d738d1a22b51" |
| 12 | S = "${WORKDIR}/git" | 12 | 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 8d30c1f7b1..1609071cde 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 cfd9746bdd..83c1c4360b 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/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.1.bb b/meta-oe/recipes-support/libmxml/libmxml_3.1.bb index 4e77d6cc02..fd3369d8df 100644 --- a/meta-oe/recipes-support/libmxml/libmxml_3.1.bb +++ b/meta-oe/recipes-support/libmxml/libmxml_3.1.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" | 7 | SRC_URI = "git://github.com/michaelrsweet/mxml.git;branch=master;protocol=https" |
| 8 | SRCREV = "e483e5fd8a33386fd46967681521bdd2da2b548f" | 8 | SRCREV = "e483e5fd8a33386fd46967681521bdd2da2b548f" |
| 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 1c5cc52bf4..aedb861b7f 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/librdkafka/librdkafka_1.6.1.bb b/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb index 5314f4a48a..8b653dd26a 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 f1997136ac..d1fab12b77 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 8b773aefa5..f6fc0e36b6 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 149cfb8d23..eb59c1e3e9 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_8.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.0.0.bb index a2491cf9e6..2a33284b8a 100644 --- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.0.0.bb +++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.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 = "bf15233ad88390461f6ab0dbcf046cce643c5fcb" | 9 | SRCREV = "bf15233ad88390461f6ab0dbcf046cce643c5fcb" |
| 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 21fa478b6e..da2ad3ce4b 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 b1c4663525..9f21f8d757 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 48fc911434..eeed1c943f 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 b8a700b7b7..d259f166d1 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 4891fd187d..4e7e61426d 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 35fb944702..f245515216 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 ae810eff8e..91220bd34b 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_20210314.bb b/meta-oe/recipes-support/mg/mg_20210314.bb index 9275dd233d..594776e0d6 100644 --- a/meta-oe/recipes-support/mg/mg_20210314.bb +++ b/meta-oe/recipes-support/mg/mg_20210314.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS = "ncurses libbsd" | |||
| 6 | SECTION = "console/editors" | 6 | SECTION = "console/editors" |
| 7 | 7 | ||
| 8 | SRCREV = "598f7a028f01f85f0dee0e798753bccf93233add" | 8 | SRCREV = "598f7a028f01f85f0dee0e798753bccf93233add" |
| 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 186f78b8f2..fe29fa8550 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 f37ccde1cb..6cb53212a4 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 3861802158..7e9bbc31c9 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 226bad5778..20df81ac77 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.21.0.bb b/meta-oe/recipes-support/opensc/opensc_0.21.0.bb index 2fbf60c14a..509bacb0d4 100644 --- a/meta-oe/recipes-support/opensc/opensc_0.21.0.bb +++ b/meta-oe/recipes-support/opensc/opensc_0.21.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 = "30180986a08cf71fe4af4b50251a8bb5b1ab95af" | 15 | SRCREV = "30180986a08cf71fe4af4b50251a8bb5b1ab95af" |
| 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 bc82e49ead..6339f6dd5c 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 3a437659e7..0e3e5ff733 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 0f32dc3a39..2905e16fcc 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 277d12057a..634b3e655a 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.10.1.bb b/meta-oe/recipes-support/poco/poco_1.10.1.bb index 48b31dd3f3..b672f65a0e 100644 --- a/meta-oe/recipes-support/poco/poco_1.10.1.bb +++ b/meta-oe/recipes-support/poco/poco_1.10.1.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=poco-${PV} \ | 12 | git://github.com/pocoproject/poco.git;branch=poco-${PV};protocol=https \ |
| 13 | file://0001-Add-support-of-arch-riscv32.patch \ | 13 | file://0001-Add-support-of-arch-riscv32.patch \ |
| 14 | file://run-ptest \ | 14 | file://run-ptest \ |
| 15 | " | 15 | " |
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 c8baa5d9ca..5b53587745 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 7f6fcdb01b..467e7c667e 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/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb index 33f5dccca2..6fe8aa76f2 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 = "a9e29850fc33c503c289e245c7bad350eed746d9" | 25 | SRCREV = "a9e29850fc33c503c289e245c7bad350eed746d9" |
| 26 | PV = "1.4.3+git${SRCPV}" | 26 | PV = "1.4.3+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 9cba3a8901..ea4033dc64 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 = "8d312a1c91bb7dd22883ebdfc829003f75a82396" | 9 | SRCREV = "8d312a1c91bb7dd22883ebdfc829003f75a82396" |
| 10 | PV = "3.6.4" | 10 | PV = "3.6.4" |
| 11 | 11 | ||
diff --git a/meta-oe/recipes-support/sass/sassc_git.bb b/meta-oe/recipes-support/sass/sassc_git.bb index 3c7a55cc3d..985d519f93 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 = "46748216ba0b60545e814c07846ca10c9fefc5b6" | 10 | SRCREV = "46748216ba0b60545e814c07846ca10c9fefc5b6" |
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | PV = "3.6.1" | 12 | PV = "3.6.1" |
diff --git a/meta-oe/recipes-support/satyr/satyr_0.37.bb b/meta-oe/recipes-support/satyr/satyr_0.37.bb index 4630eb0210..604d33b6e0 100644 --- a/meta-oe/recipes-support/satyr/satyr_0.37.bb +++ b/meta-oe/recipes-support/satyr/satyr_0.37.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 = "4a7d0a31cdeee23bb13739f57926188a795bdf25" | 13 | SRCREV = "4a7d0a31cdeee23bb13739f57926188a795bdf25" |
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/span-lite/span-lite_0.8.1.bb b/meta-oe/recipes-support/span-lite/span-lite_0.8.1.bb index 6956f5fe6e..d1b04b7108 100644 --- a/meta-oe/recipes-support/span-lite/span-lite_0.8.1.bb +++ b/meta-oe/recipes-support/span-lite/span-lite_0.8.1.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 = "937262f25fb702592cbc5c772111a73a5e3c1e07" | 7 | SRCREV = "937262f25fb702592cbc5c772111a73a5e3c1e07" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.8.2.bb b/meta-oe/recipes-support/spdlog/spdlog_1.8.2.bb index 67ec802cdd..cf75ade186 100644 --- a/meta-oe/recipes-support/spdlog/spdlog_1.8.2.bb +++ b/meta-oe/recipes-support/spdlog/spdlog_1.8.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 = "de0dbfa3596a18cd70a4619b6a9766847a941276" | 6 | SRCREV = "de0dbfa3596a18cd70a4619b6a9766847a941276" |
| 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 cde26df498..352145c07b 100644 --- a/meta-oe/recipes-support/spitools/spitools_git.bb +++ b/meta-oe/recipes-support/spitools/spitools_git.bb | |||
| @@ -10,7 +10,7 @@ SRCREV = "67937230d70ad87c23c7116a72df83577e309f6f" | |||
| 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 aba485e1a4..4dddd54c5f 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.2.bb b/meta-oe/recipes-support/udisks/udisks2_2.9.2.bb index f9e1274380..4c64f91a9e 100644 --- a/meta-oe/recipes-support/udisks/udisks2_2.9.2.bb +++ b/meta-oe/recipes-support/udisks/udisks2_2.9.2.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=master" | 20 | SRC_URI = "git://github.com/storaged-project/udisks.git;branch=master;protocol=https" |
| 21 | SRCREV = "da6d9480fefeb0ffdf8a84626b5096827d8d7030" | 21 | SRCREV = "da6d9480fefeb0ffdf8a84626b5096827d8d7030" |
| 22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 23 | 23 | ||
diff --git a/meta-oe/recipes-support/uhubctl/uhubctl_2.3.0.bb b/meta-oe/recipes-support/uhubctl/uhubctl_2.3.0.bb index 7970ca3c49..484a45a686 100644 --- a/meta-oe/recipes-support/uhubctl/uhubctl_2.3.0.bb +++ b/meta-oe/recipes-support/uhubctl/uhubctl_2.3.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 = "1b52efddbd68b4395df3ac9cd10eeb984af22439" | 9 | SRCREV = "1b52efddbd68b4395df3ac9cd10eeb984af22439" |
| 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/uthash/uthash_2.3.0.bb b/meta-oe/recipes-support/uthash/uthash_2.3.0.bb index ca8a3c0bb1..082e948a6d 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 79a5ac5c4e..673fc5899b 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 481e7303b3..1ba4a32ba6 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.15.bb b/meta-oe/recipes-support/xrdp/xrdp_0.9.15.bb index 039ba1a763..db73fb11f8 100644 --- a/meta-oe/recipes-support/xrdp/xrdp_0.9.15.bb +++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.15.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 a33aa2c960..18f746292b 100644 --- a/meta-oe/recipes-support/zbar/zbar_git.bb +++ b/meta-oe/recipes-support/zbar/zbar_git.bb | |||
| @@ -9,7 +9,7 @@ SECTION = "graphics" | |||
| 9 | LICENSE = "LGPL-2.1" | 9 | LICENSE = "LGPL-2.1" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5e9ee833a2118adc7d8b5ea38e5b1cef" | 10 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5e9ee833a2118adc7d8b5ea38e5b1cef" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/mchehab/zbar.git;branch=master \ | 12 | SRC_URI = "git://github.com/mchehab/zbar.git;branch=master;protocol=https \ |
| 13 | file://0001-qt-Create-subdir-in-Makefile.patch \ | 13 | file://0001-qt-Create-subdir-in-Makefile.patch \ |
| 14 | file://0002-zbarcam-Create-subdir-in-Makefile.patch \ | 14 | file://0002-zbarcam-Create-subdir-in-Makefile.patch \ |
| 15 | " | 15 | " |
diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb b/meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb index ab7b71ef7e..db1228e4a1 100644 --- a/meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb +++ b/meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb | |||
| @@ -4,7 +4,7 @@ AUTHOR = "Jonathan Dieter" | |||
| 4 | LICENSE = "BSD-2-Clause" | 4 | LICENSE = "BSD-2-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cd6e590282010ce90a94ef25dd31410f" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cd6e590282010ce90a94ef25dd31410f" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https" | 7 | SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;branch=master" |
| 8 | 8 | ||
| 9 | SRCREV = "fe3e3af49fd30b68c21a9fcaac340ad8e7f91055" | 9 | SRCREV = "fe3e3af49fd30b68c21a9fcaac340ad8e7f91055" |
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
