summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-02-27 00:05:56 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-28 23:11:29 +0000
commit82b79df0796fbf414c7f824f61a3f1dbea4cb673 (patch)
tree719c08479f87803c768cb4a75acb7d0d67147466 /meta
parentc439e5667393324eea6ba7f3d7ab2ef1e1dc4ee5 (diff)
downloadpoky-82b79df0796fbf414c7f824f61a3f1dbea4cb673.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/systemd/systemd_244.3.bb3
1 files changed, 2 insertions, 1 deletions
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 = " \
98 nss \ 98 nss \
99 nss-mymachines \ 99 nss-mymachines \
100 nss-resolve \ 100 nss-resolve \
101 resolved \
102 smack \ 101 smack \
103 sysusers \ 102 sysusers \
104 utmp \ 103 utmp \
105" 104"
106 105
106CFLAGS_append_libc-musl = "-D__UAPI_DEF_ETHHDR=0 "
107
107# Use the upstream systemd serial-getty@.service and rely on 108# Use the upstream systemd serial-getty@.service and rely on
108# systemd-getty-generator instead of using the OE-core specific 109# systemd-getty-generator instead of using the OE-core specific
109# systemd-serialgetty.bb - not enabled by default. 110# systemd-serialgetty.bb - not enabled by default.