diff options
Diffstat (limited to 'meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb')
| -rw-r--r-- | meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb | 6 |
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 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" | |||
| 18 | PV = "0.6.2+git${SRCPV}" | 18 | PV = "0.6.2+git${SRCPV}" |
| 19 | 19 | ||
| 20 | SRC_URI = "\ | 20 | SRC_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 | ||
| 25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
| 26 | 26 | ||
| 27 | inherit cmake gitpkgv | 27 | inherit cmake |
| 28 | |||
| 29 | PKGV = "0.6.2+git${GITPKGV}" | ||
