mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-19 20:28:21 +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
|
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}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user