diff options
Diffstat (limited to 'recipes/inotify-tools/inotify-tools_3.13.bb')
-rw-r--r-- | recipes/inotify-tools/inotify-tools_3.13.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/inotify-tools/inotify-tools_3.13.bb b/recipes/inotify-tools/inotify-tools_3.13.bb new file mode 100644 index 0000000000..e4f0734500 --- /dev/null +++ b/recipes/inotify-tools/inotify-tools_3.13.bb @@ -0,0 +1,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 + |