aboutsummaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-11-24 15:17:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-02 11:24:38 +0000
commit7d1a28082da29e4c0db4d8bcb9f242049a763bf9 (patch)
treed2a90a09fbf06df0d4ebba0539282e8bb7ab6834 /meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb
parente01107c5da395a32f9a017f8ee8cc8421c5671e0 (diff)
downloadopenembedded-core-contrib-7d1a28082da29e4c0db4d8bcb9f242049a763bf9.tar.gz
meta-selftest: fix upstream version checks for devtool test recipes
So that they're reported correctly when checking 'universe' for latest upstream versions. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb')
-rw-r--r--meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb b/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb
index e45ee9f60a..fc3799590c 100644
--- a/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb
+++ b/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb
@@ -6,6 +6,7 @@ DEPENDS = "libxres libxext virtual/libx11 ncurses"
SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-0.4.tar.gz \
file://readme.patch.gz \
"
+UPSTREAM_VERSION_UNKNOWN = "1"
S = "${WORKDIR}/xrestop-0.4"