All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe] [PATCH] inotify-tools: Add
@ 2015-09-23 22:34 Haris Okanovic
  2015-10-08 10:09 ` Martin Jansa
  2015-10-08 10:10 ` Martin Jansa
  0 siblings, 2 replies; 3+ messages in thread
From: Haris Okanovic @ 2015-09-23 22:34 UTC (permalink / raw)
  To: openembedded-devel

Add inotify-tools package, a C library and a set of command-line
programs for Linux providing a simple interface to inotify kernel
subsystem.

https://github.com/rvoicilas/inotify-tools/wiki
http://lwn.net/Articles/104343/

Testing: Built and installed IPK onto an x64 system (OE Fido).
inotifywatch and inotifywait successfully detected changes to
a test file.

Signed-off-by: Haris Okanovic <haris.okanovic@ni.com>
---
 meta-oe/recipes-support/inotify-tools/inotify-tools_3.14.bb | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 meta-oe/recipes-support/inotify-tools/inotify-tools_3.14.bb

diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_3.14.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.14.bb
new file mode 100644
index 0000000..75183ba
--- /dev/null
+++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.14.bb
@@ -0,0 +1,9 @@
+SUMMARY = "inotify command line utilities"
+SECTION = "console/utils"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"
+
+SRC_URI = "http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-${PV}.tar.gz"
+SRC_URI[sha256sum] = "222bcca8893d7bf8a1ce207fb39ceead5233b5015623d099392e95197676c92f"
+
+inherit autotools-brokensep
-- 
2.4.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe] [PATCH] inotify-tools: Add
  2015-09-23 22:34 [meta-oe] [PATCH] inotify-tools: Add Haris Okanovic
@ 2015-10-08 10:09 ` Martin Jansa
  2015-10-08 10:10 ` Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2015-10-08 10:09 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1880 bytes --]

On Wed, Sep 23, 2015 at 05:34:55PM -0500, Haris Okanovic wrote:
> Add inotify-tools package, a C library and a set of command-line
> programs for Linux providing a simple interface to inotify kernel
> subsystem.
> 
> https://github.com/rvoicilas/inotify-tools/wiki
> http://lwn.net/Articles/104343/
> 
> Testing: Built and installed IPK onto an x64 system (OE Fido).
> inotifywatch and inotifywait successfully detected changes to
> a test file.

Fails to fetch from github.com, because of redirect to https and native
wget used in e.g. Ubuntu 12.04:

http://errors.yoctoproject.org/Errors/Details/20240/

> 
> Signed-off-by: Haris Okanovic <haris.okanovic@ni.com>
> ---
>  meta-oe/recipes-support/inotify-tools/inotify-tools_3.14.bb | 9 +++++++++
>  1 file changed, 9 insertions(+)
>  create mode 100644 meta-oe/recipes-support/inotify-tools/inotify-tools_3.14.bb
> 
> diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_3.14.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.14.bb
> new file mode 100644
> index 0000000..75183ba
> --- /dev/null
> +++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.14.bb
> @@ -0,0 +1,9 @@
> +SUMMARY = "inotify command line utilities"
> +SECTION = "console/utils"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"
> +
> +SRC_URI = "http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-${PV}.tar.gz"
> +SRC_URI[sha256sum] = "222bcca8893d7bf8a1ce207fb39ceead5233b5015623d099392e95197676c92f"
> +
> +inherit autotools-brokensep
> -- 
> 2.4.5
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-oe] [PATCH] inotify-tools: Add
  2015-09-23 22:34 [meta-oe] [PATCH] inotify-tools: Add Haris Okanovic
  2015-10-08 10:09 ` Martin Jansa
@ 2015-10-08 10:10 ` Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2015-10-08 10:10 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1807 bytes --]

On Wed, Sep 23, 2015 at 05:34:55PM -0500, Haris Okanovic wrote:
> Add inotify-tools package, a C library and a set of command-line
> programs for Linux providing a simple interface to inotify kernel
> subsystem.
> 
> https://github.com/rvoicilas/inotify-tools/wiki
> http://lwn.net/Articles/104343/
> 
> Testing: Built and installed IPK onto an x64 system (OE Fido).
> inotifywatch and inotifywait successfully detected changes to
> a test file.
> 
> Signed-off-by: Haris Okanovic <haris.okanovic@ni.com>
> ---
>  meta-oe/recipes-support/inotify-tools/inotify-tools_3.14.bb | 9 +++++++++
>  1 file changed, 9 insertions(+)
>  create mode 100644 meta-oe/recipes-support/inotify-tools/inotify-tools_3.14.bb
> 
> diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_3.14.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.14.bb
> new file mode 100644
> index 0000000..75183ba
> --- /dev/null
> +++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.14.bb
> @@ -0,0 +1,9 @@
> +SUMMARY = "inotify command line utilities"
> +SECTION = "console/utils"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"
> +
> +SRC_URI = "http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-${PV}.tar.gz"
> +SRC_URI[sha256sum] = "222bcca8893d7bf8a1ce207fb39ceead5233b5015623d099392e95197676c92f"

You're also missing md5sum :/ please test your patches a bit more before
sending them.

> +
> +inherit autotools-brokensep
> -- 
> 2.4.5
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-08 10:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23 22:34 [meta-oe] [PATCH] inotify-tools: Add Haris Okanovic
2015-10-08 10:09 ` Martin Jansa
2015-10-08 10:10 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.