From: Khem Raj Date: Thu, 27 Feb 2020 08:05:56 +0000 (-0800) Subject: systemd: Do not force removing resolved from PACKAGECONFIG X-Git-Tag: uninative-2.8~6 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fc0593839f9bec7e0c21665ab6d9d742252f4210;p=openembedded-core.git systemd: Do not force removing resolved from PACKAGECONFIG This needs __UAPI_DEF_ETHHDR to be set to 0 which now taken care by CFLAGS Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_244.3.bb b/meta/recipes-core/systemd/systemd_244.3.bb index 5d863410b8..e7d2997963 100644 --- a/meta/recipes-core/systemd/systemd_244.3.bb +++ b/meta/recipes-core/systemd/systemd_244.3.bb @@ -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.