]> code.ossystems Code Review - openembedded-core.git/commitdiff
prelink: fix upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 13 Oct 2017 14:18:32 +0000 (17:18 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Oct 2017 22:52:04 +0000 (23:52 +0100)
Instead of reporting that we can update to a bogus version
report that upstream version is not known.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/prelink/prelink_git.bb

index a137a864921d8d6a5ceb65c01406aa561006119e..570ef36a3cce5307e56d06a3b77b97c17a22cad0 100644 (file)
@@ -32,6 +32,8 @@ SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;branch=cross_prelink \
            file://prelink.cron.daily \
            file://prelink.default \
           file://macros.prelink"
+UPSTREAM_CHECK_GITTAGREGEX = "upstream has no usable tags"
+UPSTREAM_VERSION_UNKNOWN = "1"
 
 TARGET_OS_ORIG := "${TARGET_OS}"
 OVERRIDES_append = ":${TARGET_OS_ORIG}"