blob: efc753d5bf032e4b6bd55968d7c09d19e963166e [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "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"
6LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"
7
8SRCREV = "1df9af4d6cd0f4af4b1b19254bcf056aed4ae395"
9PV = "3.14+git${SRCPV}"
10
11SRC_URI = "git://github.com/rvoicilas/${BPN} \
12 file://inotifywait-fix-compile-error-with-GCC-6.patch \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050013 file://inotify-nosys-fix-system-call-number.patch \
Patrick Williamsddad1a12017-02-23 20:36:32 -060014 "
15
16S = "${WORKDIR}/git"
17
18inherit autotools
19
20EXTRA_OECONF = "--disable-doxygen"
21
22PACKAGES =+ "libinotifytools"
23
24FILES_libinotifytools = "${libdir}/lib*.so.*"