diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-02-28 16:36:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-01 11:12:16 +0000 |
commit | 00dcf14b36437c9eebff729a59ce07208046218a (patch) | |
tree | 4cff929bc22ee8493e6a88e3d64769917c22a53e /meta | |
parent | f9c33cf55137ccbd6722180f70a3cde403420413 (diff) | |
download | poky-00dcf14b36437c9eebff729a59ce07208046218a.tar.gz |
syslinux: use NO_INLINE_FUNCS in CFLAGS
This is required with latest versions of e2fsprogs.
(From OE-Core rev: d35fd000a85b220cd1a7ea195d8c9111ddf7749b)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb b/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb index fbb2da7f91..8d78f62efa 100644 --- a/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb +++ b/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb | |||
@@ -44,6 +44,8 @@ TARGET_LDFLAGS = "" | |||
44 | SECURITY_LDFLAGS = "" | 44 | SECURITY_LDFLAGS = "" |
45 | LDFLAGS_SECTION_REMOVAL = "" | 45 | LDFLAGS_SECTION_REMOVAL = "" |
46 | 46 | ||
47 | CFLAGS_append = " -DNO_INLINE_FUNCS" | ||
48 | |||
47 | EXTRA_OEMAKE = " \ | 49 | EXTRA_OEMAKE = " \ |
48 | BINDIR=${bindir} SBINDIR=${sbindir} LIBDIR=${libdir} \ | 50 | BINDIR=${bindir} SBINDIR=${sbindir} LIBDIR=${libdir} \ |
49 | DATADIR=${datadir} MANDIR=${mandir} INCDIR=${includedir} \ | 51 | DATADIR=${datadir} MANDIR=${mandir} INCDIR=${includedir} \ |