aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-08-28 06:58:15 -0700
committerKhem Raj <raj.khem@gmail.com>2019-08-29 09:06:54 -0700
commit23adcea49542da2ce2906ff862201cd9f6c37f35 (patch)
tree995d2669298a7c05365b547f8f858f5894635a6f /meta-oe
parent7d44b3d7858adb4db8604bf408366432081bfd4b (diff)
downloadmeta-openembedded-contrib-23adcea49542da2ce2906ff862201cd9f6c37f35.tar.gz
docopt.cpp: Drop using gitpkgv
Use https for fetcher protocol Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb b/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb
index 95c60617cc..aa55ebf84d 100644
--- a/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb
+++ b/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb
@@ -18,12 +18,10 @@ SRCREV = "3dd23e3280f213bacefdf5fcb04857bf52e90917"
PV = "0.6.2+git${SRCPV}"
SRC_URI = "\
- git://git@github.com/docopt/docopt.cpp.git;protocol=ssh \
+ git://github.com/docopt/docopt.cpp.git;protocol=https \
file://0001-Set-library-VERSION-and-SOVERSION.patch \
"
S = "${WORKDIR}/git"
-inherit cmake gitpkgv
-
-PKGV = "0.6.2+git${GITPKGV}"
+inherit cmake