blob: 05ca4b4ad531c26f3cb68399bbeaf08d5f28d6c5 [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
Brad Bishopc342db32019-05-15 21:57:59 -04008SRCREV = "e203934e46784bb34c213078423ba1678e0c4936"
9PV = "3.20.1"
Patrick Williamsddad1a12017-02-23 20:36:32 -060010
11SRC_URI = "git://github.com/rvoicilas/${BPN} \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012 file://inotify-nosys-fix-system-call-number.patch \
Patrick Williamsddad1a12017-02-23 20:36:32 -060013 "
14
15S = "${WORKDIR}/git"
16
17inherit autotools
18
19EXTRA_OECONF = "--disable-doxygen"
20
21PACKAGES =+ "libinotifytools"
22
23FILES_libinotifytools = "${libdir}/lib*.so.*"