diff options
Diffstat (limited to 'meta-oe/recipes-extended/properties-cpp')
-rw-r--r-- | meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb | 4 |
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" | |||
11 | SRCREV = "45863e849b39c4921d6553e6d27e267a96ac7d77" | 11 | SRCREV = "45863e849b39c4921d6553e6d27e267a96ac7d77" |
12 | SRC_URI = "git://github.com/lib-cpp/${BPN}.git;branch=master;protocol=https" | 12 | SRC_URI = "git://github.com/lib-cpp/${BPN}.git;branch=master;protocol=https" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | # Upstream repo does not tag |
15 | UPSTREAM_CHECK_COMMITS = "1" | ||
16 | |||
15 | 17 | ||
16 | do_configure:prepend() { | 18 | do_configure:prepend() { |
17 | echo " " > ${S}/tests/CMakeLists.txt | 19 | echo " " > ${S}/tests/CMakeLists.txt |