mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
f1ab25b104
commit
c126f16db2
|
|
@ -67,7 +67,7 @@ COMPATIBLE_HOST:powerpc64le = "(null)"
|
|||
|
||||
inherit systemd
|
||||
|
||||
SYSTEMD_SERVICE:${PN} = "android-tools-adbd.service"
|
||||
SYSTEMD_SERVICE:${PN}-adbd = "android-tools-adbd.service"
|
||||
|
||||
# Find libbsd headers during native builds
|
||||
CC:append:class-native = " -I${STAGING_INCDIR}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user