summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
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 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"
18PV = "0.6.2+git${SRCPV}" 18PV = "0.6.2+git${SRCPV}"
19 19
20SRC_URI = "\ 20SRC_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
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26 26
27inherit cmake gitpkgv 27inherit cmake
28
29PKGV = "0.6.2+git${GITPKGV}"