Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 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 = "8f8fcdffb7e80928bea6c1fccd3527a9f5d8fe77" |
| 9 | |
| 10 | SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https \ |
| 11 | file://0001-libinotifytools-Include-limit.h-for-PATH_MAX.patch \ |
| 12 | file://0002-libinotifytools-Bridge-differences-between-musl-glib.patch \ |
| 13 | " |
| 14 | |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | inherit autotools |
| 18 | |
| 19 | EXTRA_OECONF = "--disable-doxygen" |
| 20 | |
| 21 | # workaround until glibc 2.35 is fixed for this [1] |
| 22 | # [1] https://sourceware.org/pipermail/libc-alpha/2021-December/134215.html |
| 23 | CFLAGS += "-Wno-error" |
| 24 | |
| 25 | PACKAGES =+ "libinotifytools" |
| 26 | |
| 27 | FILES:libinotifytools = "${libdir}/lib*.so.*" |