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:
Chen Qi 2023-04-06 00:43:35 -07:00 committed by Khem Raj
parent f1ab25b104
commit c126f16db2

View File

@ -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}"