diff options
| author | Etienne Cordonnier <ecordonnier@snap.com> | 2023-03-10 16:34:44 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-14 09:39:58 -0700 |
| commit | 28636f3d3f44ed40e810ccbf6334297f3254dc99 (patch) | |
| tree | f15e302cdbbcd3d4bb5101e9fd4644075dd0b00d | |
| parent | 34794d8870e58ac97c9a6d10379994528d05605b (diff) | |
| download | meta-openembedded-28636f3d3f44ed40e810ccbf6334297f3254dc99.tar.gz | |
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>
| -rw-r--r-- | meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_10.0.0.r36.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_10.0.0.r36.bb b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_10.0.0.r36.bb index 4d34cfdf0f..77cbbedbcb 100644 --- a/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_10.0.0.r36.bb +++ b/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_10.0.0.r36.bb | |||
| @@ -206,10 +206,15 @@ do_install() { | |||
| 206 | fi | 206 | fi |
| 207 | } | 207 | } |
| 208 | 208 | ||
| 209 | PACKAGES += "${PN}-fstools" | 209 | PACKAGES =+ "${PN}-fstools ${PN}-adbd" |
| 210 | 210 | ||
| 211 | RDEPENDS:${BPN} = "${BPN}-conf p7zip" | 211 | RDEPENDS:${BPN} = "${BPN}-conf p7zip" |
| 212 | 212 | ||
| 213 | FILES:${PN}-adbd = "\ | ||
| 214 | ${bindir}/adbd \ | ||
| 215 | ${systemd_unitdir}/system/android-tools-adbd.service \ | ||
| 216 | " | ||
| 217 | |||
| 213 | FILES:${PN}-fstools = "\ | 218 | FILES:${PN}-fstools = "\ |
| 214 | ${bindir}/ext2simg \ | 219 | ${bindir}/ext2simg \ |
| 215 | ${bindir}/ext4fixup \ | 220 | ${bindir}/ext4fixup \ |
