diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-09-02 22:40:08 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-03 10:30:45 +0200 |
commit | 5e46d34f5aea73815bb9f8d538a73be1fb755a95 (patch) | |
tree | 1fd4850aeaf0fd731d1ec6e84790f9817bac667b /recipes/inotify-tools | |
parent | b2d5c4000c431464bdb05a667bb54c93527a5574 (diff) |
inotify-tools: add 3.13
Diffstat (limited to 'recipes/inotify-tools')
-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 + |