pps-tools: use ${PN} for RDEPENDS

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Changqing Li 2018-07-25 16:02:23 +08:00 committed by Khem Raj
parent bbff397328
commit 36c553652f

View File

@ -9,7 +9,7 @@ SRC_URI = "git://github.com/ago/pps-tools.git"
S = "${WORKDIR}/git"
RDEPENDS_pps-tools = "bash"
RDEPENDS_${PN} = "bash"
do_install() {
install -d ${D}${bindir} ${D}${includedir} \