powertop: fix a typo: REPENDS ==> RDEPENDS

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
Dexuan Cui 2010-09-08 15:54:31 +08:00 committed by Richard Purdie
parent c519aec68c
commit 3010c96a3f
1 changed files with 1 additions and 1 deletions

View File

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