diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-08-28 06:58:15 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-29 09:06:54 -0700 |
commit | 23adcea49542da2ce2906ff862201cd9f6c37f35 (patch) | |
tree | 995d2669298a7c05365b547f8f858f5894635a6f /meta-oe/recipes-extended/docopt.cpp | |
parent | 7d44b3d7858adb4db8604bf408366432081bfd4b (diff) | |
download | meta-openembedded-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/recipes-extended/docopt.cpp')
-rw-r--r-- | meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb | 6 |
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 95c60617c..aa55ebf84 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" | |||
18 | PV = "0.6.2+git${SRCPV}" | 18 | PV = "0.6.2+git${SRCPV}" |
19 | 19 | ||
20 | SRC_URI = "\ | 20 | SRC_URI = "\ |
21 | git://git@github.com/docopt/docopt.cpp.git;protocol=ssh \ | 21 | git://github.com/docopt/docopt.cpp.git;protocol=https \ |
22 | file://0001-Set-library-VERSION-and-SOVERSION.patch \ | 22 | file://0001-Set-library-VERSION-and-SOVERSION.patch \ |
23 | " | 23 | " |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||
27 | inherit cmake gitpkgv | 27 | inherit cmake |
28 | |||
29 | PKGV = "0.6.2+git${GITPKGV}" | ||