mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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:
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/ago/pps-tools.git"
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
RDEPENDS_pps-tools = "bash"
|
RDEPENDS_${PN} = "bash"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${bindir} ${D}${includedir} \
|
install -d ${D}${bindir} ${D}${includedir} \
|
||||||
|
|||||||
Reference in New Issue
Block a user