mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 10:41:13 +00:00
relayd: Fix build with clang
GNU extention is now in use in 6.5 kernel headers sadly Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 29a21223938fedeb4a12c0f8189a99bb11bbd1bc) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
56d748e139
commit
43f8a0ac20
@ -15,3 +15,5 @@ UPSTREAM_CHECK_COMMITS = "1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
|
||||
CFLAGS:append:toolchain-clang = " -Wno-error=gnu-variable-sized-type-not-at-end"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user