mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-12 05:11:59 +00:00
docopt.cpp: Drop using gitpkgv
Use https for fetcher protocol Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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}"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user