diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-09-08 15:54:31 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-08 14:48:11 +0100 |
commit | 3010c96a3f1c1e8de07c508dcf7b1d507569508f (patch) | |
tree | 8a81de9b948a8271d1001bdeaefc0914fd8bb196 /meta/recipes-kernel | |
parent | c519aec68c61ae2a3822fde0c8e4616a97d2faaf (diff) | |
download | openembedded-core-3010c96a3f1c1e8de07c508dcf7b1d507569508f.tar.gz openembedded-core-3010c96a3f1c1e8de07c508dcf7b1d507569508f.tar.bz2 openembedded-core-3010c96a3f1c1e8de07c508dcf7b1d507569508f.zip |
powertop: fix a typo: REPENDS ==> RDEPENDS
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/powertop/powertop_1.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/powertop/powertop_1.13.bb b/meta/recipes-kernel/powertop/powertop_1.13.bb index c16f1aca63..da3f034a0e 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" |