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: yocto-4.0~7195 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9141ff8dc4e75e42606f3c364718f7e813003863;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 dfb7ad59c06..c5c0ce4bad0 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