docopt.cpp: Drop using gitpkgv

Use https for fetcher protocol

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2019-08-28 06:58:15 -07:00
parent 7d44b3d785
commit 23adcea495
@@ -18,12 +18,10 @@ SRCREV = "3dd23e3280f213bacefdf5fcb04857bf52e90917"
PV = "0.6.2+git${SRCPV}" PV = "0.6.2+git${SRCPV}"
SRC_URI = "\ 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 \ file://0001-Set-library-VERSION-and-SOVERSION.patch \
" "
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit cmake gitpkgv inherit cmake
PKGV = "0.6.2+git${GITPKGV}"