diff options
-rw-r--r-- | meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb | 3 |
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" | |||
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 | # Upstream repo does not tag | ||
15 | UPSTREAM_CHECK_COMMITS = "1" | ||
16 | |||
14 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
15 | 18 | ||
16 | do_configure:prepend() { | 19 | do_configure:prepend() { |