1SUMMARY = "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" 5LICENSE = "GPL-2.0-only" 6LIC_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.*" 27