mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 04:30:00 +00:00
android-tools: fix systemd service setting
The service file belongs to ${PN}-adbd instead of ${PN}.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ COMPATIBLE_HOST:powerpc64le = "(null)"
|
|||||||
|
|
||||||
inherit systemd
|
inherit systemd
|
||||||
|
|
||||||
SYSTEMD_SERVICE:${PN} = "android-tools-adbd.service"
|
SYSTEMD_SERVICE:${PN}-adbd = "android-tools-adbd.service"
|
||||||
|
|
||||||
# Find libbsd headers during native builds
|
# Find libbsd headers during native builds
|
||||||
CC:append:class-native = " -I${STAGING_INCDIR}"
|
CC:append:class-native = " -I${STAGING_INCDIR}"
|
||||||
|
|||||||
Reference in New Issue
Block a user