1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

systemd: Do not force removing resolved from PACKAGECONFIG

This needs __UAPI_DEF_ETHHDR to be set to 0 which now
taken care by CFLAGS

(From OE-Core rev: fc0593839f9bec7e0c21665ab6d9d742252f4210)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2020-02-27 00:05:56 -08:00
committed by Richard Purdie
parent c439e56673
commit 82b79df079
+2 -1
View File
@@ -98,12 +98,13 @@ PACKAGECONFIG_remove_libc-musl = " \
nss \
nss-mymachines \
nss-resolve \
resolved \
smack \
sysusers \
utmp \
"
CFLAGS_append_libc-musl = "-D__UAPI_DEF_ETHHDR=0 "
# Use the upstream systemd serial-getty@.service and rely on
# systemd-getty-generator instead of using the OE-core specific
# systemd-serialgetty.bb - not enabled by default.