summaryrefslogtreecommitdiffstats
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:25:34 +0000
commit030c2a8573329132b289ce372276e5ffb091e05a (patch)
tree6bc5591ffac374f988d0d70598f0653044cde7c8 /meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb
parentcf27466726aa713395e68e6dad988c19612e6328 (diff)
downloadpoky-030c2a8573329132b289ce372276e5ffb091e05a.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. (From OE-Core rev: 7d1a28082da29e4c0db4d8bcb9f242049a763bf9) 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>
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"
6SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-0.4.tar.gz \ 6SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-0.4.tar.gz \
7 file://readme.patch.gz \ 7 file://readme.patch.gz \
8 " 8 "
9UPSTREAM_VERSION_UNKNOWN = "1"
9 10
10S = "${WORKDIR}/xrestop-0.4" 11S = "${WORKDIR}/xrestop-0.4"
11 12