diff options
| -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 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 | |||
| 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.*" |
