[OE-core] [PATCH] inotify-tools: new recipe

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Tue Jan 8 07:58:15 UTC 2013


From: Frans Meulenbroeks <frans.meulenbroeks at axon.tv>

- mostly taken from oe classic
- updated to latest version (3.14)
- adopted for new home location (project moved from sourceforge to github)

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
---

This patch is provided as is, in the hope that is it useful for someone.
I have no plans to become the maintainer of this recipe or so.

I was not too sure if this is something for oe-core or better suited for meta-oe
The patch is against oe-core.
I've also decided to put it in recipes-extended.

If there is a better layer than oe-core or a better dir than recipes-extended feel free
to put it in a more appropriate location.
(and if you do not like it, feel free to ignore)

Have fun!
Frans

 .../inotify-tools/inotify-tools_3.14.bb            |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-extended/inotify-tools/inotify-tools_3.14.bb

diff --git a/meta/recipes-extended/inotify-tools/inotify-tools_3.14.bb b/meta/recipes-extended/inotify-tools/inotify-tools_3.14.bb
new file mode 100644
index 0000000..3597225
--- /dev/null
+++ b/meta/recipes-extended/inotify-tools/inotify-tools_3.14.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "command line utilities for the Linux inotify filesystem change notification system."
+AUTHOR = "Rohan McGovern"
+HOMEPAGE = "https://github.com/rvoicilas/inotify-tools/wiki"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"
+
+PR = "r0"
+
+SRC_URI = "http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-${PV}.tar.gz"
+
+EXTRA_OECONF = "--disable-doxygen"
+
+inherit autotools
+
+SRC_URI[md5sum] = "b43d95a0fa8c45f8bab3aec9672cf30c"
+SRC_URI[sha256sum] = "222bcca8893d7bf8a1ce207fb39ceead5233b5015623d099392e95197676c92f"
-- 
1.7.0.4





More information about the Openembedded-core mailing list