[oe-commits] Richard Purdie : hwlatdetect: Improve RDEPENDS to be package specific

git at git.openembedded.org git at git.openembedded.org
Mon Feb 4 16:43:41 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 1207bb402adfbe6a0600e4540fc35a53282a857c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1207bb402adfbe6a0600e4540fc35a53282a857c

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Feb  4 11:29:55 2013 +0000

hwlatdetect: Improve RDEPENDS to be package specific

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 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





More information about the Openembedded-commits mailing list