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>2018-01-06 10:13:55 +0000
commit8d44a51bd62d499f94411e84f8e687373f3c858f (patch)
tree4c9cb88326a466ff40365e6bb768a92e8f585696 /meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb
parent14db4ec9b8a06742b4edd71b025a7d526a5e066d (diff)
downloadpoky-8d44a51bd62d499f94411e84f8e687373f3c858f.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: 8a3c2865cf06dfec890fbfb88fda47abc33c1978) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 7d1a28082da29e4c0db4d8bcb9f242049a763bf9) Signed-off-by: Armin Kuster <akuster808@gmail.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