[OE-core] [PATCH] systemd: Add missing leading space for CFLAGS append

Khem Raj raj.khem at gmail.com
Sat Feb 29 14:37:56 UTC 2020


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta/recipes-core/systemd/systemd_244.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 = " \
     utmp \
 "
 
-CFLAGS_append_libc-musl = "-D__UAPI_DEF_ETHHDR=0 "
+CFLAGS_append_libc-musl = " -D__UAPI_DEF_ETHHDR=0 "
 
 # Use the upstream systemd serial-getty at .service and rely on
 # systemd-getty-generator instead of using the OE-core specific
-- 
2.25.1



More information about the Openembedded-core mailing list