summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb')
-rw-r--r--meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb4
1 files changed, 3 insertions, 1 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 25951c9de4..20b7f0a5bd 100644
--- a/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb
+++ b/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb
@@ -11,7 +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
14S = "${WORKDIR}/git" 14# Upstream repo does not tag
15UPSTREAM_CHECK_COMMITS = "1"
16
15 17
16do_configure:prepend() { 18do_configure:prepend() {
17 echo " " > ${S}/tests/CMakeLists.txt 19 echo " " > ${S}/tests/CMakeLists.txt