mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-12 05:11:59 +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:
committed by
Khem Raj
parent
34794d8870
commit
28636f3d3f
+6
-1
@@ -206,10 +206,15 @@ do_install() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES += "${PN}-fstools"
|
PACKAGES =+ "${PN}-fstools ${PN}-adbd"
|
||||||
|
|
||||||
RDEPENDS:${BPN} = "${BPN}-conf p7zip"
|
RDEPENDS:${BPN} = "${BPN}-conf p7zip"
|
||||||
|
|
||||||
|
FILES:${PN}-adbd = "\
|
||||||
|
${bindir}/adbd \
|
||||||
|
${systemd_unitdir}/system/android-tools-adbd.service \
|
||||||
|
"
|
||||||
|
|
||||||
FILES:${PN}-fstools = "\
|
FILES:${PN}-fstools = "\
|
||||||
${bindir}/ext2simg \
|
${bindir}/ext2simg \
|
||||||
${bindir}/ext4fixup \
|
${bindir}/ext4fixup \
|
||||||
|
|||||||
Reference in New Issue
Block a user