All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mehmood, Imran" <Imran_Mehmood@mentor.com>
To: openembedded-devel@lists.openembedded.org
Cc: Imran Mehmood <Imran_Mehmood@mentor.com>
Subject: [meta-oe][PATCH v3 2/2] twm: Add version 1.0.6 (initial recipe)
Date: Thu, 22 Sep 2011 11:31:10 +0500	[thread overview]
Message-ID: <f6663b97bd1237d2d9ea77ed839c446cb3aaa63e.1316616945.git.Imran_Mehmood@mentor.com> (raw)
In-Reply-To: <cover.1316616945.git.Imran_Mehmood@mentor.com>
In-Reply-To: <cover.1316616945.git.Imran_Mehmood@mentor.com>

From: Imran Mehmood <Imran_Mehmood@mentor.com>

 * Imported from oe.dev commit id d90ee2735e9aa9d1a8dd7d0eb6a5917030a233d3
 * Added bison-native to DEPENDS because during configure it searches for yacc and Defaults to the first program found out of: `bison -y', `byacc', `yacc' otherwise raises error 'yacc not found'. We don't face this error if we have built any other package that made yacc available, before building twm.

Signed-off-by: Imran Mehmood <Imran_Mehmood@mentor.com>
---
 meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb

diff --git a/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb
new file mode 100644
index 0000000..af27632
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb
@@ -0,0 +1,16 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+DESCRIPTION = "tiny window manager"
+DEPENDS += " libxext libxt libxmu bison-native"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4c6d42ef60e8166aa26606524c0b9586"
+
+
+SRC_URI[archive.md5sum] = "952d06a0c2ec34687b536c7b619fc671"
+SRC_URI[archive.sha256sum] = "e7dccad7879a7570442f0cd9df0b9064e926466b5a52b710fca8cfb167f294e9"
+
+FILES_${PN} += "${datadir}/X11/twm/system.twmrc"
+ALTERNATIVE_NAME = "x-window-manager"
+ALTERNATIVE_PATH = "${bindir}/twm"
+ALTERNATIVE_LINK = "${bindir}/x-window-manager"
+ALTERNATIVE_PRIORITY = "1"
-- 
1.7.0.4




  parent reply	other threads:[~2011-09-22  6:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-22  6:31 [meta-oe][PATCH v3 0/2] pull request for twm and xclock recipes Mehmood, Imran
2011-09-22  6:31 ` [meta-oe][PATCH v2 1/2] xclock: Add version 1.0.5 (initial recipe) Mehmood, Imran
2011-09-22  7:30   ` Koen Kooi
2011-09-22  6:31 ` Mehmood, Imran [this message]
2011-09-22  7:30   ` [meta-oe][PATCH v3 2/2] twm: Add version 1.0.6 " Koen Kooi
2011-09-22  6:57 ` [meta-oe][PATCH v3 0/2] pull request for twm and xclock recipes Koen Kooi
2011-10-03 12:48   ` Imran Mehmood
2011-10-07 14:15     ` Imran Mehmood
2011-10-07 14:28       ` Koen Kooi
2011-10-07 14:30       ` Anders Darander

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f6663b97bd1237d2d9ea77ed839c446cb3aaa63e.1316616945.git.Imran_Mehmood@mentor.com \
    --to=imran_mehmood@mentor.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.