Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [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 = "1df9af4d6cd0f4af4b1b19254bcf056aed4ae395" |
| 9 | PV = "3.14+git${SRCPV}" |
| 10 | |
| 11 | SRC_URI = "git://github.com/rvoicilas/${BPN} \ |
| 12 | file://inotifywait-fix-compile-error-with-GCC-6.patch \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 13 | file://inotify-nosys-fix-system-call-number.patch \ |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 14 | " |
| 15 | |
| 16 | S = "${WORKDIR}/git" |
| 17 | |
| 18 | inherit autotools |
| 19 | |
| 20 | EXTRA_OECONF = "--disable-doxygen" |
| 21 | |
| 22 | PACKAGES =+ "libinotifytools" |
| 23 | |
| 24 | FILES_libinotifytools = "${libdir}/lib*.so.*" |