mirror of
https://git.yoctoproject.org/poky
synced 2026-03-11 17:59:39 +01:00
prelink: fix upstream version check
Instead of reporting that we can update to a bogus version report that upstream version is not known. (From OE-Core rev: 8cf2e5b1d9c0b5d3133dc9e341051c40d695f2a9) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4a2597d44a
commit
df645a936a
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user