mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
android-tools 10: move adbd to its own package
This is consistent with the existing recipe in meta-openembedded, and will make it easier for users of the recipe to switch between versions. Also prepend the list of packages instead of appending. Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
34794d8870
commit
28636f3d3f
|
|
@ -206,10 +206,15 @@ do_install() {
|
|||
fi
|
||||
}
|
||||
|
||||
PACKAGES += "${PN}-fstools"
|
||||
PACKAGES =+ "${PN}-fstools ${PN}-adbd"
|
||||
|
||||
RDEPENDS:${BPN} = "${BPN}-conf p7zip"
|
||||
|
||||
FILES:${PN}-adbd = "\
|
||||
${bindir}/adbd \
|
||||
${systemd_unitdir}/system/android-tools-adbd.service \
|
||||
"
|
||||
|
||||
FILES:${PN}-fstools = "\
|
||||
${bindir}/ext2simg \
|
||||
${bindir}/ext4fixup \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user