mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
android-tools: use PN instead of BPN in RDEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 7e60ff5353)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
c9700ef132
commit
6943019c15
@@ -160,8 +160,8 @@ do_install() {
|
||||
|
||||
PACKAGES =+ "${PN}-fstools ${PN}-adbd"
|
||||
|
||||
RDEPENDS_${BPN}-adbd = "${BPN}-conf"
|
||||
RDEPENDS_${BPN}-fstools = "bash"
|
||||
RDEPENDS_${PN}-adbd = "${PN}-conf"
|
||||
RDEPENDS_${PN}-fstools = "bash"
|
||||
|
||||
FILES_${PN}-adbd = "\
|
||||
${bindir}/adbd \
|
||||
|
||||
Reference in New Issue
Block a user