All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] xwd: add recipe
@ 2014-04-25 19:53 Ben Shelton
  2014-07-22 16:30 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Shelton @ 2014-04-25 19:53 UTC (permalink / raw)
  To: openembedded-devel

Adding a recipe for the X Window Dump tool, a lightweight tool that is
useful for taking screenshots on embedded targets.

Signed-off-by: Ben Shelton <ben.shelton@ni.com>
---
 meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb

diff --git a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
new file mode 100644
index 0000000..b73afe1
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
@@ -0,0 +1,11 @@
+SUMMARY = "xwd is a tool to capture an X window or screen to file"
+HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xwd/"
+SECTION = "x11/app"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c0cdb783e9a0198237371fdaa26a18bf"
+DEPENDS = "libxmu"
+
+SRC_URI[md5sum] = "6b5d48464c5f366e91efd08b62b12d94"
+SRC_URI[sha256sum] = "3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79"
+
+require recipes-graphics/xorg-app/xorg-app-common.inc
-- 
1.9.2



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

* Re: [meta-oe][PATCH] xwd: add recipe
  2014-04-25 19:53 [meta-oe][PATCH] xwd: add recipe Ben Shelton
@ 2014-07-22 16:30 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-07-22 16:30 UTC (permalink / raw)
  To: openembedded-devel

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

On Fri, Apr 25, 2014 at 02:53:33PM -0500, Ben Shelton wrote:
> Adding a recipe for the X Window Dump tool, a lightweight tool that is
> useful for taking screenshots on embedded targets.
> 
> Signed-off-by: Ben Shelton <ben.shelton@ni.com>
> ---
>  meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>  create mode 100644 meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
> 
> diff --git a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
> new file mode 100644
> index 0000000..b73afe1
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
> @@ -0,0 +1,11 @@
> +SUMMARY = "xwd is a tool to capture an X window or screen to file"
> +HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xwd/"
> +SECTION = "x11/app"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=c0cdb783e9a0198237371fdaa26a18bf"
> +DEPENDS = "libxmu"
> +
> +SRC_URI[md5sum] = "6b5d48464c5f366e91efd08b62b12d94"
> +SRC_URI[sha256sum] = "3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79"
> +
> +require recipes-graphics/xorg-app/xorg-app-common.inc

This line needs to be the first otherwise SUMMARY, HOMEPAGE, SECTION,
LICENSE and DEPENDS are overwritten from .inc.

I'll fix that.

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

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

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

end of thread, other threads:[~2014-07-22 16:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-25 19:53 [meta-oe][PATCH] xwd: add recipe Ben Shelton
2014-07-22 16:30 ` 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.