| Submitter | Frans Meulenbroeks |
|---|---|
| Date | Jan. 8, 2013, 7:58 a.m. |
| Message ID | <1357631895-9535-1-git-send-email-fransmeulenbroeks@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/42281/ |
| State | New |
| Headers | show |
Comments
On 8 January 2013 07:58, Frans Meulenbroeks <fransmeulenbroeks@gmail.com> wrote: > 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) This should be in meta-oe, please re-submit a patch there. Ross
Patch
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"