mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
android-tools: make PN-adbd as a systemd package
The android-tools package doesn't include the systemd units. Instead adbd unit is a part of the android-tools-adbd package. Set the SYSTEMD_PACKAGES variable accordingly. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
6c17dcda46
commit
3391a9b471
+1
@@ -68,6 +68,7 @@ COMPATIBLE_HOST:powerpc64le = "(null)"
|
||||
|
||||
inherit systemd
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}-adbd"
|
||||
SYSTEMD_SERVICE:${PN}-adbd = "android-tools-adbd.service"
|
||||
|
||||
# Find libbsd headers during native builds
|
||||
|
||||
Reference in New Issue
Block a user