mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +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:
@@ -98,12 +98,13 @@ PACKAGECONFIG_remove_libc-musl = " \
|
|||||||
nss \
|
nss \
|
||||||
nss-mymachines \
|
nss-mymachines \
|
||||||
nss-resolve \
|
nss-resolve \
|
||||||
resolved \
|
|
||||||
smack \
|
smack \
|
||||||
sysusers \
|
sysusers \
|
||||||
utmp \
|
utmp \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
CFLAGS_append_libc-musl = "-D__UAPI_DEF_ETHHDR=0 "
|
||||||
|
|
||||||
# Use the upstream systemd serial-getty@.service and rely on
|
# Use the upstream systemd serial-getty@.service and rely on
|
||||||
# systemd-getty-generator instead of using the OE-core specific
|
# systemd-getty-generator instead of using the OE-core specific
|
||||||
# systemd-serialgetty.bb - not enabled by default.
|
# systemd-serialgetty.bb - not enabled by default.
|
||||||
|
|||||||
Reference in New Issue
Block a user