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:
Khem Raj 2021-12-15 12:45:08 -08:00
parent e95b6af4c8
commit 18ebc9d64f

View File

@ -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.*"