blob: f42abeb2ba99f8d6f227a3b256bc3981702637fe [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
Andrew Geissler82c905d2020-04-13 13:39:40 -05008SRCREV = "cfa93aa19f81d85b63cd64da30c7499890d4c07d"
9PV = "3.20.2.2"
Patrick Williamsddad1a12017-02-23 20:36:32 -060010
11SRC_URI = "git://github.com/rvoicilas/${BPN} \
Andrew Geissler82c905d2020-04-13 13:39:40 -050012 file://0001-Makefile.am-add-build-rule-for-README.patch \
13 "
Patrick Williamsddad1a12017-02-23 20:36:32 -060014
15S = "${WORKDIR}/git"
16
17inherit autotools
18
19EXTRA_OECONF = "--disable-doxygen"
20
21PACKAGES =+ "libinotifytools"
22
23FILES_libinotifytools = "${libdir}/lib*.so.*"