From 9141ff8dc4e75e42606f3c364718f7e813003863 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 29 Feb 2020 06:37:56 -0800 Subject: systemd: Add missing leading space for CFLAGS append Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- 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@.service and rely on # systemd-getty-generator instead of using the OE-core specific -- cgit 1.2.3-korg