From: Khem Raj Date: Sat, 29 Feb 2020 14:37:56 +0000 (-0800) Subject: systemd: Add missing leading space for CFLAGS append X-Git-Tag: 2020-04-dunfell~290 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9141ff8dc4e75e42606f3c364718f7e813003863;p=openembedded-core.git systemd: Add missing leading space for CFLAGS append Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- 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