mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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>
This commit is contained in:
@@ -15,3 +15,5 @@ UPSTREAM_CHECK_COMMITS = "1"
|
|||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
|
CFLAGS:append:toolchain-clang = " -Wno-error=gnu-variable-sized-type-not-at-end"
|
||||||
|
|||||||
Reference in New Issue
Block a user