From 23adcea49542da2ce2906ff862201cd9f6c37f35 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 28 Aug 2019 06:58:15 -0700 Subject: docopt.cpp: Drop using gitpkgv Use https for fetcher protocol Signed-off-by: Khem Raj --- meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'meta-oe/recipes-extended/docopt.cpp') 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 -- cgit 1.2.3-korg