From: Richard Purdie Date: Mon, 4 Feb 2013 11:29:55 +0000 (+0000) Subject: hwlatdetect: Improve RDEPENDS to be package specific X-Git-Tag: rev_ivi_2015_02_04~13907 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf9fa2b0613799d83c96bb7a61e3a679a3a985fe;p=scm%2Fbb%2Ftizen-distro.git hwlatdetect: Improve RDEPENDS to be package specific (From OE-Core rev: 1207bb402adfbe6a0600e4540fc35a53282a857c) Signed-off-by: Richard Purdie --- 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