Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +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" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 5 | LICENSE = "GPL-2.0-only" |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6" |
| 7 | |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame^] | 8 | SRCREV = "c8bdbc0a2ed822fc7c67c5c3e102d89fe27fb2d0" |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 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.*" |