From 5e46d34f5aea73815bb9f8d538a73be1fb755a95 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Wed, 2 Sep 2009 22:40:08 -0700 Subject: inotify-tools: add 3.13 --- recipes/inotify-tools/inotify-tools_3.13.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/inotify-tools/inotify-tools_3.13.bb (limited to 'recipes/inotify-tools/inotify-tools_3.13.bb') 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 + -- cgit 1.2.3-korg