mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00: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:
@@ -15,6 +15,10 @@ inherit autotools
|
|||||||
|
|
||||||
EXTRA_OECONF = "--disable-doxygen"
|
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"
|
PACKAGES =+ "libinotifytools"
|
||||||
|
|
||||||
FILES:libinotifytools = "${libdir}/lib*.so.*"
|
FILES:libinotifytools = "${libdir}/lib*.so.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user