diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 11:29:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 16:42:47 +0000 |
commit | 0514ec9aaa5702f33c6a966a54004cb8390ba869 (patch) | |
tree | 6769fe73f923a1d1e688c5decb0399a67e622555 /meta/recipes-rt/rt-tests | |
parent | d5be19371a076d5b0272d01cd9646282c53628b3 (diff) | |
download | 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/rt-tests')
-rw-r--r-- | meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb | 2 |
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 a850a2d42a..c3806c1f7a 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" | |||
3 | SECTION = "tests" | 3 | SECTION = "tests" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
6 | RDEPENDS = "python python-subprocess python-textutils" | 6 | RDEPENDS_${PN} = "python python-subprocess python-textutils" |
7 | RRECOMMENDS_${PN} = "kernel-module-hwlat-detector" | 7 | RRECOMMENDS_${PN} = "kernel-module-hwlat-detector" |
8 | 8 | ||
9 | require rt-tests.inc | 9 | require rt-tests.inc |