hwlatdetect: Improve RDEPENDS to be package specific
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Feb 2013 11:29:55 +0000 (11:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Feb 2013 16:42:47 +0000 (16:42 +0000)
(From OE-Core rev: 1207bb402adfbe6a0600e4540fc35a53282a857c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-rt/rt-tests/hwlatdetect_0.85.bb

index a850a2d..c3806c1 100644 (file)
@@ -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