mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
inotify-tools: Disable -Werror
This is to squash a new warning popping with glibc 2.35 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e95b6af4c8
commit
18ebc9d64f
|
|
@ -15,6 +15,10 @@ inherit autotools
|
|||
|
||||
EXTRA_OECONF = "--disable-doxygen"
|
||||
|
||||
# workaround until glibc 2.35 is fixed for this [1]
|
||||
# [1] https://sourceware.org/pipermail/libc-alpha/2021-December/134215.html
|
||||
CFLAGS += "-Wno-error"
|
||||
|
||||
PACKAGES =+ "libinotifytools"
|
||||
|
||||
FILES:libinotifytools = "${libdir}/lib*.so.*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user