summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-02-29 06:37:56 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-29 21:47:30 +0000
commitcde372bde3e91395cf44300e597a6439f9238460 (patch)
tree2876e79f73faf01d7d8caafae0a371fba82f838a /meta/recipes-core/systemd
parent21e6e7ae08f1fc1995d369c1273722488e47514c (diff)
downloadpoky-cde372bde3e91395cf44300e597a6439f9238460.tar.gz
systemd: Add missing leading space for CFLAGS append
(From OE-Core rev: 9141ff8dc4e75e42606f3c364718f7e813003863) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_244.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_244.3.bb b/meta/recipes-core/systemd/systemd_244.3.bb
index dfb7ad59c0..c5c0ce4bad 100644
--- a/meta/recipes-core/systemd/systemd_244.3.bb
+++ b/meta/recipes-core/systemd/systemd_244.3.bb
@@ -102,7 +102,7 @@ PACKAGECONFIG_remove_libc-musl = " \
102 utmp \ 102 utmp \
103" 103"
104 104
105CFLAGS_append_libc-musl = "-D__UAPI_DEF_ETHHDR=0 " 105CFLAGS_append_libc-musl = " -D__UAPI_DEF_ETHHDR=0 "
106 106
107# Use the upstream systemd serial-getty@.service and rely on 107# Use the upstream systemd serial-getty@.service and rely on
108# systemd-getty-generator instead of using the OE-core specific 108# systemd-getty-generator instead of using the OE-core specific