aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/inotify-tools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-12-15 12:45:08 -0800
committerKhem Raj <raj.khem@gmail.com>2021-12-15 19:11:18 -0800
commit18ebc9d64ffef08dfb0924897054659d48de6afb (patch)
treef1a96aacbf132ccb8685fab3d74980d1a969b805 /meta-oe/recipes-support/inotify-tools
parente95b6af4c8c752331d66cb4470a45b23ae3d8759 (diff)
downloadmeta-openembedded-18ebc9d64ffef08dfb0924897054659d48de6afb.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support/inotify-tools')
-rw-r--r--meta-oe/recipes-support/inotify-tools/inotify-tools_3.21.9.6.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_3.21.9.6.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.21.9.6.bb
index 489ca56b91..e3a4e6350e 100644
--- a/meta-oe/recipes-support/inotify-tools/inotify-tools_3.21.9.6.bb
+++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.21.9.6.bb
@@ -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.*"