[oe-commits] [meta-openembedded] 15/15: docopt.cpp: Drop using gitpkgv

git at git.openembedded.org git at git.openembedded.org
Wed Aug 28 14:16:51 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 450c5f60a235b50504a1d86d48faf04d80de5098
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Aug 28 06:58:15 2019 -0700

    docopt.cpp: Drop using gitpkgv
    
    Use https for fetcher protocol
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb | 6 ++----
 1 file 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 95c6061..aa55ebf 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list