mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
powertop: fix a typo: REPENDS ==> RDEPENDS
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
c519aec68c
commit
3010c96a3f
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user