summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2023-04-05 01:50:47 +0200
committerKhem Raj <raj.khem@gmail.com>2023-04-05 15:56:47 -0700
commit2e0a581bee7fc15a78f6e19ba1e596930edee414 (patch)
treecc915bf6362b58bae22678a1616c50083fbc460c
parent4decf7d0a71c4bc3056349d0c5f5a097d17b1cc0 (diff)
downloadmeta-openembedded-2e0a581bee7fc15a78f6e19ba1e596930edee414.tar.gz
recipes: Remove double protocol= from SRC_URIs
With the exception of paho-mqtt-cpp, the double protocol= attributes were added to the SRC_URIs when protocol=https was added to all SRC_URIs fetching from github.com in commit b402a3076f (recipes: Update SRC_URI branch and protocols). Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/unbound/unbound_1.17.1.bb2
-rw-r--r--meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb2
-rw-r--r--meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.2.0.bb2
-rw-r--r--meta-oe/recipes-core/emlog/emlog.inc2
-rw-r--r--meta-oe/recipes-core/mdbus2/mdbus2_git.bb2
-rw-r--r--meta-oe/recipes-devtools/ltrace/ltrace_git.bb2
-rw-r--r--meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb2
-rw-r--r--meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb2
-rw-r--r--meta-oe/recipes-extended/mraa/mraa_git.bb2
-rw-r--r--meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb2
-rw-r--r--meta-oe/recipes-extended/upm/upm_git.bb2
-rw-r--r--meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb2
-rw-r--r--meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb2
13 files changed, 13 insertions, 13 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.17.1.bb b/meta-networking/recipes-support/unbound/unbound_1.17.1.bb
index caa1bb3396..24ac6012b5 100644
--- a/meta-networking/recipes-support/unbound/unbound_1.17.1.bb
+++ b/meta-networking/recipes-support/unbound/unbound_1.17.1.bb
@@ -9,7 +9,7 @@ SECTION = "net"
9LICENSE = "BSD-3-Clause" 9LICENSE = "BSD-3-Clause"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06"
11 11
12SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master;protocol=https \ 12SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=master \
13 file://0001-contrib-add-yocto-compatible-init-script.patch \ 13 file://0001-contrib-add-yocto-compatible-init-script.patch \
14" 14"
15SRCREV = "90831af981221bbce1cd7b15055562336760e484" 15SRCREV = "90831af981221bbce1cd7b15055562336760e484"
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb
index 7a65582dbe..6578bcfeb7 100644
--- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb
+++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = " \
10 file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \ 10 file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \
11" 11"
12 12
13SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http;branch=master;protocol=https" 13SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=https;branch=master"
14 14
15SRCREV = "4157a27d39f1dd5b95750ecb6acd1481432785d8" 15SRCREV = "4157a27d39f1dd5b95750ecb6acd1481432785d8"
16 16
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.2.0.bb b/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.2.0.bb
index d0441b8445..bb5aa69077 100644
--- a/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.2.0.bb
+++ b/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.2.0.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = " \
10 file://epl-v10;md5=659c8e92a40b6df1d9e3dccf5ae45a08 \ 10 file://epl-v10;md5=659c8e92a40b6df1d9e3dccf5ae45a08 \
11" 11"
12 12
13SRC_URI = "git://github.com/eclipse/paho.mqtt.cpp;protocol=http;branch=master;protocol=https \ 13SRC_URI = "git://github.com/eclipse/paho.mqtt.cpp;protocol=https;branch=master \
14 file://0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch \ 14 file://0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch \
15" 15"
16SRCREV = "33921c8b68b351828650c36816e7ecf936764379" 16SRCREV = "33921c8b68b351828650c36816e7ecf936764379"
diff --git a/meta-oe/recipes-core/emlog/emlog.inc b/meta-oe/recipes-core/emlog/emlog.inc
index 824787083a..208b39acd4 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 = "GPL-2.0-only" 3LICENSE = "GPL-2.0-only"
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;branch=master;protocol=https" 6SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=https;branch=master"
7SRCREV = "aee53e8dee862f35291242ba41b0ca88010f6c71" 7SRCREV = "aee53e8dee862f35291242ba41b0ca88010f6c71"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
diff --git a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb
index 07c5cc9394..c6db78b4ab 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;branch=master;protocol=https \ 9SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=https;branch=master \
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-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
index 976bb482aa..d690dd4f02 100644
--- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
+++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
@@ -14,7 +14,7 @@ PV = "7.91+git${SRCPV}"
14SRCREV = "c22d359433b333937ee3d803450dc41998115685" 14SRCREV = "c22d359433b333937ee3d803450dc41998115685"
15 15
16DEPENDS = "elfutils" 16DEPENDS = "elfutils"
17SRC_URI = "git://github.com/sparkleholic/ltrace.git;branch=master;protocol=http;protocol=https \ 17SRC_URI = "git://github.com/sparkleholic/ltrace.git;protocol=https;branch=master \
18 file://configure-allow-to-disable-selinux-support.patch \ 18 file://configure-allow-to-disable-selinux-support.patch \
19 file://0001-replace-readdir_r-with-readdir.patch \ 19 file://0001-replace-readdir_r-with-readdir.patch \
20 file://0001-Use-correct-enum-type.patch \ 20 file://0001-Use-correct-enum-type.patch \
diff --git a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb
index 464d25ad08..3b7453536b 100644
--- a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb
+++ b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b19ee058d2d5f69af45da98051d91064"
6SECTION = "Development/Libraries" 6SECTION = "Development/Libraries"
7DEPENDS = "swig-native python3 sblim-cmpi-devel" 7DEPENDS = "swig-native python3 sblim-cmpi-devel"
8 8
9SRC_URI = "git://github.com/kkaempf/cmpi-bindings.git;protocol=http;branch=master;protocol=https \ 9SRC_URI = "git://github.com/kkaempf/cmpi-bindings.git;protocol=https;branch=master \
10 file://cmpi-bindings-0.4.17-no-ruby-perl.patch \ 10 file://cmpi-bindings-0.4.17-no-ruby-perl.patch \
11 file://cmpi-bindings-0.4.17-sblim-sigsegv.patch \ 11 file://cmpi-bindings-0.4.17-sblim-sigsegv.patch \
12 file://cmpi-bindings-0.9.5-python-lib-dir.patch \ 12 file://cmpi-bindings-0.9.5-python-lib-dir.patch \
diff --git a/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb b/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb
index d003279966..39d6459227 100644
--- a/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb
+++ b/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"
4 4
5PV = "2.3.6+git${SRCPV}" 5PV = "2.3.6+git${SRCPV}"
6 6
7SRC_URI = "git://github.com/snarlistic/jpnevulator.git;protocol=http;branch=master;protocol=https" 7SRC_URI = "git://github.com/snarlistic/jpnevulator.git;protocol=https;branch=master"
8SRCREV = "bc1d4f6587a4a4829b5d55e3ca7ad584da6de545" 8SRCREV = "bc1d4f6587a4a4829b5d55e3ca7ad584da6de545"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
diff --git a/meta-oe/recipes-extended/mraa/mraa_git.bb b/meta-oe/recipes-extended/mraa/mraa_git.bb
index 2a50550a0e..f1cdf66fc2 100644
--- a/meta-oe/recipes-extended/mraa/mraa_git.bb
+++ b/meta-oe/recipes-extended/mraa/mraa_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=91e7de50a8d3cf01057f318d72460acd"
8SRCREV = "7786c7ded5c9ce7773890d0e3dc27632898fc6b1" 8SRCREV = "7786c7ded5c9ce7773890d0e3dc27632898fc6b1"
9PV = "2.2.0+git${SRCPV}" 9PV = "2.2.0+git${SRCPV}"
10 10
11SRC_URI = "git://github.com/eclipse/${BPN}.git;protocol=http;branch=master;protocol=https \ 11SRC_URI = "git://github.com/eclipse/${BPN}.git;protocol=https;branch=master \
12 file://0001-cmake-Use-a-regular-expression-to-match-x86-architec.patch \ 12 file://0001-cmake-Use-a-regular-expression-to-match-x86-architec.patch \
13 file://0001-include-Declare-gVERSION-global-as-extern.patch \ 13 file://0001-include-Declare-gVERSION-global-as-extern.patch \
14 " 14 "
diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb
index 961fe7cef7..f0c083c6db 100644
--- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb
+++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb
@@ -10,7 +10,7 @@ SRCREV = "3af04acd38bbc61bbdcdd931dcf234c971aa5336"
10PV = "1.8.0" 10PV = "1.8.0"
11 11
12SRC_URI = "\ 12SRC_URI = "\
13 git://github.com/oetiker/rrdtool-1.x.git;branch=master;protocol=http;;protocol=https \ 13 git://github.com/oetiker/rrdtool-1.x.git;protocol=https;branch=master \
14" 14"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
diff --git a/meta-oe/recipes-extended/upm/upm_git.bb b/meta-oe/recipes-extended/upm/upm_git.bb
index 0ae7760bd2..0695f99695 100644
--- a/meta-oe/recipes-extended/upm/upm_git.bb
+++ b/meta-oe/recipes-extended/upm/upm_git.bb
@@ -10,7 +10,7 @@ DEPENDS = "libjpeg-turbo mraa"
10SRCREV = "5cf20df96c6b35c19d5b871ba4e319e96b4df72d" 10SRCREV = "5cf20df96c6b35c19d5b871ba4e319e96b4df72d"
11PV = "2.0.0+git${SRCPV}" 11PV = "2.0.0+git${SRCPV}"
12 12
13SRC_URI = "git://github.com/eclipse/${BPN}.git;protocol=http;branch=master;protocol=https \ 13SRC_URI = "git://github.com/eclipse/${BPN}.git;protocol=https;branch=master \
14 file://0001-CMakeLists.txt-Use-SWIG_SUPPORT_FILES-to-find-the-li.patch \ 14 file://0001-CMakeLists.txt-Use-SWIG_SUPPORT_FILES-to-find-the-li.patch \
15 file://0001-Use-stdint-types.patch \ 15 file://0001-Use-stdint-types.patch \
16 file://0001-initialize-local-variables-before-use.patch \ 16 file://0001-initialize-local-variables-before-use.patch \
diff --git a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb
index 0bc03941fa..ceff54f46a 100644
--- a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb
+++ b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5486c0df458c74c85828e0cdbffd499e"
6 6
7SRCREV = "cc05b288b6d1660ab04c6cf01173f1bb62e6f5dd" 7SRCREV = "cc05b288b6d1660ab04c6cf01173f1bb62e6f5dd"
8SRC_URI = " \ 8SRC_URI = " \
9 git://github.com/baldurk/${BPN}.git;protocol=http;branch=v1.x;protocol=https \ 9 git://github.com/baldurk/${BPN}.git;protocol=https;branch=v1.x \
10 file://0001-renderdoc-use-xxd-instead-of-cross-compiling-shim-bi.patch \ 10 file://0001-renderdoc-use-xxd-instead-of-cross-compiling-shim-bi.patch \
11" 11"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb
index 2db16e114e..53882b2f34 100644
--- a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb
+++ b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/js-cookie/js-cookie"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e16cf0e247d84f8999bf55865a9c98cf" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=e16cf0e247d84f8999bf55865a9c98cf"
5 5
6SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=http;branch=master;protocol=https" 6SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=master"
7 7
8SRCREV = "0ba77141dd215782cc7770347a457906908c66ff" 8SRCREV = "0ba77141dd215782cc7770347a457906908c66ff"
9 9