From: Dexuan Cui Date: Wed, 8 Sep 2010 07:54:31 +0000 (+0800) Subject: powertop: fix a typo: REPENDS ==> RDEPENDS X-Git-Tag: yocto-4.0~44274 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3010c96a3f1c1e8de07c508dcf7b1d507569508f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git powertop: fix a typo: REPENDS ==> RDEPENDS Signed-off-by: Dexuan Cui --- diff --git a/meta/recipes-kernel/powertop/powertop_1.13.bb b/meta/recipes-kernel/powertop/powertop_1.13.bb index c16f1aca630..da3f034a0e8 100644 --- a/meta/recipes-kernel/powertop/powertop_1.13.bb +++ b/meta/recipes-kernel/powertop/powertop_1.13.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "virtual/libintl ncurses" # powertop 1.13 needs lspci -REPENDS_${PN} = "pciutils" +RDEPENDS_${PN} = "pciutils" PR = "r0"