mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +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>
This commit is contained in:
@@ -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