diff options
Diffstat (limited to 'meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.1.0.bb')
| -rw-r--r-- | meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.1.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.1.0.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.1.0.bb new file mode 100644 index 0000000000..38ba91552c --- /dev/null +++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.1.0.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | SUMMARY = "Command line tools and C library providing a simple interface to inotify" | ||
| 2 | AUTHOR = "Rohan McGovern <rohan@mcgovern.id.au>" | ||
| 3 | HOMEPAGE = "http://wiki.github.com/rvoicilas/inotify-tools" | ||
| 4 | SECTION = "console/devel" | ||
| 5 | LICENSE = "GPL-2.0" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6" | ||
| 7 | |||
| 8 | SRCREV = "4b72dcd15299e1d0cb096397d9aab513ffed1657" | ||
| 9 | |||
| 10 | SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https \ | ||
| 11 | file://0002-libinotifytools-Bridge-differences-between-musl-glib.patch \ | ||
| 12 | " | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit autotools | ||
| 17 | |||
| 18 | EXTRA_OECONF = "--disable-doxygen" | ||
| 19 | |||
| 20 | # workaround until glibc 2.35 is fixed for this [1] | ||
| 21 | # [1] https://sourceware.org/pipermail/libc-alpha/2021-December/134215.html | ||
| 22 | CFLAGS += "-Wno-error" | ||
| 23 | |||
| 24 | PACKAGES =+ "libinotifytools" | ||
| 25 | |||
| 26 | FILES:libinotifytools = "${libdir}/lib*.so.*" | ||
