[oe-commits] [openembedded-core] 04/07: systemd: Add missing leading space for CFLAGS append

git at git.openembedded.org git at git.openembedded.org
Sat Feb 29 16:20:14 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 81925223f488efca6ec6f258359ec9c64e9ce609
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Feb 29 06:37:56 2020 -0800

    systemd: Add missing leading space for CFLAGS append
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 dfb7ad5..c5c0ce4 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list