From patchwork Tue Jan 8 07:58:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: inotify-tools: new recipe Date: Tue, 08 Jan 2013 07:58:15 -0000 From: Frans Meulenbroeks X-Patchwork-Id: 42281 Message-Id: <1357631895-9535-1-git-send-email-fransmeulenbroeks@gmail.com> To: openembedded-core@lists.openembedded.org Cc: Frans Meulenbroeks , Frans Meulenbroeks From: Frans Meulenbroeks - 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 --- 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"