* [meta-oe][PATCH 0/1] pull request for xclock recipe
@ 2011-10-27 9:13 Mehmood, Imran
2011-10-27 9:13 ` [meta-oe][PATCH 1/1] xclock: Add version 1.0.5 (initial recipe) Mehmood, Imran
0 siblings, 1 reply; 4+ messages in thread
From: Mehmood, Imran @ 2011-10-27 9:13 UTC (permalink / raw)
To: openembedded-devel; +Cc: Imran Mehmood
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 619 bytes --]
From: Imran Mehmood <Imran_Mehmood@mentor.com>
The following changes since commit c60bf558fa16034f7b010dc3e5862a1d3eb6c6d4:
Andreas Müller (1):
xfce4-datetime-plugin: Initial add git (0.6.1)
are available in the git repository at:
git://github.com/imehmood/meta-oe master
https://github.com/imehmood/meta-oe/tree/master
Imran Mehmood (1):
xclock: Add version 1.0.5 (initial recipe)
meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb
^ permalink raw reply [flat|nested] 4+ messages in thread* [meta-oe][PATCH 1/1] xclock: Add version 1.0.5 (initial recipe)
2011-10-27 9:13 [meta-oe][PATCH 0/1] pull request for xclock recipe Mehmood, Imran
@ 2011-10-27 9:13 ` Mehmood, Imran
2011-10-27 9:34 ` Martin Jansa
0 siblings, 1 reply; 4+ messages in thread
From: Mehmood, Imran @ 2011-10-27 9:13 UTC (permalink / raw)
To: openembedded-devel; +Cc: Imran Mehmood
From: Imran Mehmood <Imran_Mehmood@mentor.com>
* Imported from oe.dev commit id 6e7e35679200cd55264fae308cd5dec7ef2d1d29
Signed-off-by: Imran Mehmood <Imran_Mehmood@mentor.com>
---
meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb
diff --git a/meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb b/meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb
new file mode 100644
index 0000000..b7939db
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb
@@ -0,0 +1,12 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+
+DESCRIPTION = "analog / digital clock for X"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=857759ade8f2ddde5c7b32ef7356ea36"
+
+DEPENDS += " libxaw libxrender libxft libxkbfile libxt"
+
+SRC_URI[archive.md5sum] = "eaf124bbc9d13e1a12a29faaa2ed3612"
+SRC_URI[archive.sha256sum] = "53a9169e24f3814fbfcfee3ca0b98637840a3156ed7c7e36ae03940fabae4c9a"
+FILES_${PN} += " /usr/share/X11/app-defaults/"
+
--
1.7.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [meta-oe][PATCH 1/1] xclock: Add version 1.0.5 (initial recipe)
2011-10-27 9:13 ` [meta-oe][PATCH 1/1] xclock: Add version 1.0.5 (initial recipe) Mehmood, Imran
@ 2011-10-27 9:34 ` Martin Jansa
0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2011-10-27 9:34 UTC (permalink / raw)
To: openembedded-devel; +Cc: Imran Mehmood
[-- Attachment #1: Type: text/plain, Size: 1629 bytes --]
On Thu, Oct 27, 2011 at 02:13:53PM +0500, Mehmood, Imran wrote:
> From: Imran Mehmood <Imran_Mehmood@mentor.com>
>
> * Imported from oe.dev commit id 6e7e35679200cd55264fae308cd5dec7ef2d1d29
>
> Signed-off-by: Imran Mehmood <Imran_Mehmood@mentor.com>
> ---
> meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb | 12 ++++++++++++
> 1 files changed, 12 insertions(+), 0 deletions(-)
> create mode 100644 meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb
>
> diff --git a/meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb b/meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb
> new file mode 100644
> index 0000000..b7939db
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb
> @@ -0,0 +1,12 @@
> +require recipes-graphics/xorg-app/xorg-app-common.inc
> +
> +DESCRIPTION = "analog / digital clock for X"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=857759ade8f2ddde5c7b32ef7356ea36"
> +
> +DEPENDS += " libxaw libxrender libxft libxkbfile libxt"
> +
> +SRC_URI[archive.md5sum] = "eaf124bbc9d13e1a12a29faaa2ed3612"
> +SRC_URI[archive.sha256sum] = "53a9169e24f3814fbfcfee3ca0b98637840a3156ed7c7e36ae03940fabae4c9a"
there is no name=archive in xorg-app-common.inc, please remove 'archive.' here
Regards.
> +FILES_${PN} += " /usr/share/X11/app-defaults/"
> +
> --
> 1.7.0.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [meta-oe][PATCH 0/1] pull request for xclock recipe
@ 2011-09-09 13:31 Mehmood, Imran
0 siblings, 0 replies; 4+ messages in thread
From: Mehmood, Imran @ 2011-09-09 13:31 UTC (permalink / raw)
To: openembedded-devel; +Cc: Imran Mehmood
From: Imran Mehmood <Imran_Mehmood@mentor.com>
The following changes since commit 94a25d92b4d0e9379caaab127ccac1a94e9e4d28:
Imran Mehmood (1):
cramfs: Adds cvs version recipe (initial recipe)
are available in the git repository at:
git://github.com/lawwama/meta-oe master
https://github.com/lawwama/meta-oe/tree/master
Imran Mehmood (1):
xclock: Add recipe version 1.0.5 (initial recipe)
meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
create mode 100644 meta-oe/recipes-graphics/xorg-app/xclock_1.0.5.bb
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-10-27 9:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-27 9:13 [meta-oe][PATCH 0/1] pull request for xclock recipe Mehmood, Imran
2011-10-27 9:13 ` [meta-oe][PATCH 1/1] xclock: Add version 1.0.5 (initial recipe) Mehmood, Imran
2011-10-27 9:34 ` Martin Jansa
-- strict thread matches above, loose matches on Subject: below --
2011-09-09 13:31 [meta-oe][PATCH 0/1] pull request for xclock recipe Mehmood, Imran
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox