blob: e4f073450035a5dc485490dd27eb573edd5e6df4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "command line utilities for the Linux inotify filesystem change notification system."
LICENSE = "GPL"
AUTHOR = "Rohan McGovern"
HOMEPAGE = "http://inotify-tools.sourceforge.net/"
EXTRA_OECONF = "--disable-doxygen"
SRC_URI = "${SOURCEFORGE_MIRROR}/inotify-tools/inotify-tools-${PV}.tar.gz \
file://no-tests.patch;patch=1 \
"
inherit autotools
|