diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-12-15 12:45:08 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-12-15 19:11:18 -0800 |
commit | 18ebc9d64ffef08dfb0924897054659d48de6afb (patch) | |
tree | f1a96aacbf132ccb8685fab3d74980d1a969b805 /meta-oe | |
parent | e95b6af4c8c752331d66cb4470a45b23ae3d8759 (diff) | |
download | meta-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')
-rw-r--r-- | meta-oe/recipes-support/inotify-tools/inotify-tools_3.21.9.6.bb | 4 |
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 489ca56b9..e3a4e6350 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 | |||
15 | 15 | ||
16 | EXTRA_OECONF = "--disable-doxygen" | 16 | EXTRA_OECONF = "--disable-doxygen" |
17 | 17 | ||
18 | # workaround until glibc 2.35 is fixed for this [1] | ||
19 | # [1] https://sourceware.org/pipermail/libc-alpha/2021-December/134215.html | ||
20 | CFLAGS += "-Wno-error" | ||
21 | |||
18 | PACKAGES =+ "libinotifytools" | 22 | PACKAGES =+ "libinotifytools" |
19 | 23 | ||
20 | FILES:libinotifytools = "${libdir}/lib*.so.*" | 24 | FILES:libinotifytools = "${libdir}/lib*.so.*" |