diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-02-29 06:37:56 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-29 21:47:30 +0000 |
commit | cde372bde3e91395cf44300e597a6439f9238460 (patch) | |
tree | 2876e79f73faf01d7d8caafae0a371fba82f838a | |
parent | 21e6e7ae08f1fc1995d369c1273722488e47514c (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-core/systemd/systemd_244.3.bb | 2 |
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 | ||
105 | CFLAGS_append_libc-musl = "-D__UAPI_DEF_ETHHDR=0 " | 105 | CFLAGS_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 |