summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/upm
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 /meta-oe/recipes-extended/upm
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>
Diffstat (limited to 'meta-oe/recipes-extended/upm')
-rw-r--r--meta-oe/recipes-extended/upm/upm_git.bb2
1 files changed, 1 insertions, 1 deletions
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 \