mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 20:20:00 +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 7e60ff535380b905f631a31f3f1228e78f1c117c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user