summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-02 23:06:48 +0000
committerKhem Raj <raj.khem@gmail.com>2021-11-03 06:57:49 -0700
commitb402a3076fbafe05d0b8621e50603b65c3fe8147 (patch)
tree4cf5c1f27d02abeba179d3f9ae5273178212594a /meta-oe/recipes-core
parent175765fdf30200314d19bc8f11f4ede9b820dad6 (diff)
downloadmeta-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-core')
-rw-r--r--meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb2
-rw-r--r--meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb2
-rw-r--r--meta-oe/recipes-core/emlog/emlog.inc2
-rw-r--r--meta-oe/recipes-core/glfw/glfw_3.3.bb2
-rw-r--r--meta-oe/recipes-core/libnfc/libnfc_git.bb2
-rw-r--r--meta-oe/recipes-core/mdbus2/mdbus2_git.bb2
-rw-r--r--meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb2
-rw-r--r--meta-oe/recipes-core/ndctl/ndctl_v69.bb2
-rw-r--r--meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb2
-rw-r--r--meta-oe/recipes-core/opencl/opencl-clhpp_git.bb2
-rw-r--r--meta-oe/recipes-core/opencl/opencl-headers_git.bb2
-rw-r--r--meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb2
-rw-r--r--meta-oe/recipes-core/safec/safec_3.5.1.bb2
-rw-r--r--meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb2
14 files changed, 14 insertions, 14 deletions
diff --git a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb
index ed3bdbfe00..bf393cd87c 100644
--- a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb
+++ b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb
@@ -5,7 +5,7 @@ LICENSE = "GPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=4cf0188f02184e1e84b9586ac53c3f83" 5LIC_FILES_CHKSUM = "file://COPYING;md5=4cf0188f02184e1e84b9586ac53c3f83"
6 6
7FILEEXTRAPATHS:prepend = "${THISDIR}/files" 7FILEEXTRAPATHS:prepend = "${THISDIR}/files"
8SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master" 8SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master;protocol=https"
9SRC_URI += "file://fix_build_musl.patch" 9SRC_URI += "file://fix_build_musl.patch"
10SRCREV = "ea7f8e361d11dc7d41d9ae2c4128aed2cdadd84e" 10SRCREV = "ea7f8e361d11dc7d41d9ae2c4128aed2cdadd84e"
11 11
diff --git a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
index 42cd032c22..f40b48836a 100644
--- a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
+++ b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
@@ -6,7 +6,7 @@ SRCREV = "1226a0a1374628ff191f6d8a56000be5e53e7608"
6PV = "0.0.0+gitr${SRCPV}" 6PV = "0.0.0+gitr${SRCPV}"
7PR = "r1.59" 7PR = "r1.59"
8 8
9SRC_URI = "git://github.com/alban/dbus-daemon-proxy \ 9SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https \
10 file://0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch \ 10 file://0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch \
11 " 11 "
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
diff --git a/meta-oe/recipes-core/emlog/emlog.inc b/meta-oe/recipes-core/emlog/emlog.inc
index 9a0f9ba928..948e18da4d 100644
--- a/meta-oe/recipes-core/emlog/emlog.inc
+++ b/meta-oe/recipes-core/emlog/emlog.inc
@@ -3,7 +3,7 @@ most recent (and only the most recent) output from a process"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5 5
6SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=http" 6SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=http;branch=master;protocol=https"
7SRCREV = "aee53e8dee862f35291242ba41b0ca88010f6c71" 7SRCREV = "aee53e8dee862f35291242ba41b0ca88010f6c71"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
diff --git a/meta-oe/recipes-core/glfw/glfw_3.3.bb b/meta-oe/recipes-core/glfw/glfw_3.3.bb
index f6e05955e3..b31bba6b6b 100644
--- a/meta-oe/recipes-core/glfw/glfw_3.3.bb
+++ b/meta-oe/recipes-core/glfw/glfw_3.3.bb
@@ -12,7 +12,7 @@ inherit pkgconfig cmake features_check
12 12
13PV .= "+git${SRCPV}" 13PV .= "+git${SRCPV}"
14SRCREV = "781fbbadb0bccc749058177b1385c82da9ace880" 14SRCREV = "781fbbadb0bccc749058177b1385c82da9ace880"
15SRC_URI = "git://github.com/glfw/glfw.git" 15SRC_URI = "git://github.com/glfw/glfw.git;branch=master;protocol=https"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
diff --git a/meta-oe/recipes-core/libnfc/libnfc_git.bb b/meta-oe/recipes-core/libnfc/libnfc_git.bb
index 70b48f731f..b8818c1f31 100644
--- a/meta-oe/recipes-core/libnfc/libnfc_git.bb
+++ b/meta-oe/recipes-core/libnfc/libnfc_git.bb
@@ -11,7 +11,7 @@ PV = "1.8.0+git${SRCPV}"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13SRCREV = "f02ff51449240102c27a97173dc495e8e7789046" 13SRCREV = "f02ff51449240102c27a97173dc495e8e7789046"
14SRC_URI = "git://github.com/nfc-tools/libnfc.git" 14SRC_URI = "git://github.com/nfc-tools/libnfc.git;branch=master;protocol=https"
15 15
16CFLAGS:append:libc-musl = " -D_GNU_SOURCE" 16CFLAGS:append:libc-musl = " -D_GNU_SOURCE"
17DEPENDS = "libusb" 17DEPENDS = "libusb"
diff --git a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb
index 7d01829789..b39784e241 100644
--- a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb
+++ b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb
@@ -6,7 +6,7 @@ DEPENDS = "readline"
6 6
7PV = "2.3.3+git${SRCPV}" 7PV = "2.3.3+git${SRCPV}"
8 8
9SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=http \ 9SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=http;branch=master;protocol=https \
10 file://0001-Fix-arguments-in-GLib.DBusSignalCallback-for-Vala-0..patch \ 10 file://0001-Fix-arguments-in-GLib.DBusSignalCallback-for-Vala-0..patch \
11 " 11 "
12SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa" 12SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa"
diff --git a/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb b/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb
index 553003f7f7..163a74ebe3 100644
--- a/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb
+++ b/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb
@@ -2,7 +2,7 @@ SUMMARY = "Implementation of rpmatch(3) for musl libc."
2LICENSE = "BSD-3-Clause" 2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING;md5=81a81bf31abecc50c20862fc8a716329" 3LIC_FILES_CHKSUM = "file://COPYING;md5=81a81bf31abecc50c20862fc8a716329"
4 4
5SRC_URI = "gitsm://github.com/pullmoll/musl-rpmatch.git;protocol=https" 5SRC_URI = "gitsm://github.com/pullmoll/musl-rpmatch.git;protocol=https;branch=master"
6 6
7PV = "1.0+git${SRCPV}" 7PV = "1.0+git${SRCPV}"
8SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342" 8SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342"
diff --git a/meta-oe/recipes-core/ndctl/ndctl_v69.bb b/meta-oe/recipes-core/ndctl/ndctl_v69.bb
index c71b8b9691..0490b8fb6c 100644
--- a/meta-oe/recipes-core/ndctl/ndctl_v69.bb
+++ b/meta-oe/recipes-core/ndctl/ndctl_v69.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e66651809cac5da60c8b80e9e4e79e08"
11inherit autotools-brokensep pkgconfig bash-completion systemd 11inherit autotools-brokensep pkgconfig bash-completion systemd
12 12
13SRCREV = "ea62d6d53bf6f806c4841e97a370201e18446860" 13SRCREV = "ea62d6d53bf6f806c4841e97a370201e18446860"
14SRC_URI = "git://github.com/pmem/ndctl.git" 14SRC_URI = "git://github.com/pmem/ndctl.git;branch=master;protocol=https"
15 15
16DEPENDS = "kmod udev json-c keyutils" 16DEPENDS = "kmod udev json-c keyutils"
17 17
diff --git a/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb b/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb
index d94e4c2f0a..1746e21dbf 100644
--- a/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb
+++ b/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "Open Source alternative to vendor specific OpenCL ICD loaders."
5LICENSE = "BSD-2-Clause" 5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1238d5bccbb6bda30654e48dcc0a554b" 6LIC_FILES_CHKSUM = "file://COPYING;md5=1238d5bccbb6bda30654e48dcc0a554b"
7 7
8SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https" 8SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https;branch=master"
9 9
10SRCREV = "59c098b6b1f97a339e3e5308499aee6538ecea40" 10SRCREV = "59c098b6b1f97a339e3e5308499aee6538ecea40"
11 11
diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb
index 4645dd133b..5a0776c266 100644
--- a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb
+++ b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb
@@ -1,7 +1,7 @@
1SUMMARY = "OpenCL API C++ bindings" 1SUMMARY = "OpenCL API C++ bindings"
2DESCRIPTION = "OpenCL API C++ bindings from Khronos" 2DESCRIPTION = "OpenCL API C++ bindings from Khronos"
3 3
4SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https" 4SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=master"
5 5
6LICENSE = "Apache-2.0" 6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" 7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
diff --git a/meta-oe/recipes-core/opencl/opencl-headers_git.bb b/meta-oe/recipes-core/opencl/opencl-headers_git.bb
index 4a165001d4..f77bf46d24 100644
--- a/meta-oe/recipes-core/opencl/opencl-headers_git.bb
+++ b/meta-oe/recipes-core/opencl/opencl-headers_git.bb
@@ -7,7 +7,7 @@ SECTION = "base"
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8# v2020.12.18 8# v2020.12.18
9SRCREV = "c57ba81c460ee97b6b9d0b8d18faf5ba6883114b" 9SRCREV = "c57ba81c460ee97b6b9d0b8d18faf5ba6883114b"
10SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git" 10SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=master;protocol=https"
11 11
12do_configure[noexec] = "1" 12do_configure[noexec] = "1"
13do_compile[noexec] = "1" 13do_compile[noexec] = "1"
diff --git a/meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb b/meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb
index 43680fe752..45b1ad5494 100644
--- a/meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb
+++ b/meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb
@@ -11,7 +11,7 @@ inherit pkgconfig cmake
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12PV = "2020.12.18+git${SRCPV}" 12PV = "2020.12.18+git${SRCPV}"
13SRCREV = "1d5315c3ed30d026acb79a1aa53a276fc833ffa7" 13SRCREV = "1d5315c3ed30d026acb79a1aa53a276fc833ffa7"
14SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git" 14SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git;branch=master;protocol=https"
15 15
16do_install () { 16do_install () {
17 install -d ${D}${bindir} 17 install -d ${D}${bindir}
diff --git a/meta-oe/recipes-core/safec/safec_3.5.1.bb b/meta-oe/recipes-core/safec/safec_3.5.1.bb
index fa30f7cf40..4b121599e0 100644
--- a/meta-oe/recipes-core/safec/safec_3.5.1.bb
+++ b/meta-oe/recipes-core/safec/safec_3.5.1.bb
@@ -9,7 +9,7 @@ inherit autotools pkgconfig
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10# v08112019 10# v08112019
11SRCREV = "ad76c7b1dbd0403b0c9decf54164fcce271c590f" 11SRCREV = "ad76c7b1dbd0403b0c9decf54164fcce271c590f"
12SRC_URI = "git://github.com/rurban/safeclib.git \ 12SRC_URI = "git://github.com/rurban/safeclib.git;branch=master;protocol=https \
13" 13"
14 14
15COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64|mips).*-linux' 15COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64|mips).*-linux'
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb
index 6411677d98..a81b57526d 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb
@@ -12,7 +12,7 @@ DEPENDS += "gperf-native gettext-native util-linux libcap"
12 12
13SRCREV = "efb536d0cbe2e58f80e501d19999928c75e08f6a" 13SRCREV = "efb536d0cbe2e58f80e501d19999928c75e08f6a"
14SRCBRANCH = "v243-stable" 14SRCBRANCH = "v243-stable"
15SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH} \ 15SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=https;branch=${SRCBRANCH} \
16 file://static-libsystemd-pkgconfig.patch \ 16 file://static-libsystemd-pkgconfig.patch \
17 file://7c5fd25119a495009ea62f79e5daec34cc464628.patch \ 17 file://7c5fd25119a495009ea62f79e5daec34cc464628.patch \
18 " 18 "