mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-17 09:02:59 +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:
parent
e95b6af4c8
commit
18ebc9d64f
@ -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.*"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user