summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-04 11:29:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-04 16:42:47 +0000
commit0514ec9aaa5702f33c6a966a54004cb8390ba869 (patch)
tree6769fe73f923a1d1e688c5decb0399a67e622555 /meta/recipes-rt
parentd5be19371a076d5b0272d01cd9646282c53628b3 (diff)
downloadast2050-yocto-poky-0514ec9aaa5702f33c6a966a54004cb8390ba869.zip
ast2050-yocto-poky-0514ec9aaa5702f33c6a966a54004cb8390ba869.tar.gz
hwlatdetect: Improve RDEPENDS to be package specific
(From OE-Core rev: 1207bb402adfbe6a0600e4540fc35a53282a857c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt')
-rw-r--r--meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb b/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb
index a850a2d..c3806c1 100644
--- a/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb
+++ b/meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://git.kernel.org/?p=linux/kernel/git/clrkwllms/rt-tests.git"
SECTION = "tests"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-RDEPENDS = "python python-subprocess python-textutils"
+RDEPENDS_${PN} = "python python-subprocess python-textutils"
RRECOMMENDS_${PN} = "kernel-module-hwlat-detector"
require rt-tests.inc
OpenPOWER on IntegriCloud