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:
Etienne Cordonnier 2023-03-10 16:34:44 +01:00 committed by Khem Raj
parent 34794d8870
commit 28636f3d3f

View File

@ -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 \