blob: 4e6bfbbc271d150436ffca0bd0414faddc158ecc [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001SUMMARY = "Command line tools and C library providing a simple interface to inotify"
2AUTHOR = "Rohan McGovern <rohan@mcgovern.id.au>"
3HOMEPAGE = "http://wiki.github.com/rvoicilas/inotify-tools"
4SECTION = "console/devel"
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "GPL-2.0-only"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00006LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"
7
8SRCREV = "4b72dcd15299e1d0cb096397d9aab513ffed1657"
9
10SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https \
11 file://0002-libinotifytools-Bridge-differences-between-musl-glib.patch \
12 "
13
14S = "${WORKDIR}/git"
15
16inherit autotools
17
18EXTRA_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
22CFLAGS += "-Wno-error"
23
24PACKAGES =+ "libinotifytools"
25
26FILES:libinotifytools = "${libdir}/lib*.so.*"