summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb b/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb
index 25951c9de..029ec2337 100644
--- a/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb
+++ b/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb
@@ -11,6 +11,9 @@ PV = "0.0.1+git"
11SRCREV = "45863e849b39c4921d6553e6d27e267a96ac7d77" 11SRCREV = "45863e849b39c4921d6553e6d27e267a96ac7d77"
12SRC_URI = "git://github.com/lib-cpp/${BPN}.git;branch=master;protocol=https" 12SRC_URI = "git://github.com/lib-cpp/${BPN}.git;branch=master;protocol=https"
13 13
14# Upstream repo does not tag
15UPSTREAM_CHECK_COMMITS = "1"
16
14S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
15 18
16do_configure:prepend() { 19do_configure:prepend() {