diff options
author | Imran Mehmood <Imran_Mehmood@mentor.com> | 2011-09-22 14:31:10 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-22 09:33:42 +0200 |
commit | 1d4ae8e1127d685b3995f4f693ff3b5c249958c4 (patch) | |
tree | 5595673c3c7a8cbe60f8c03e8388c2986cc7a06c /meta-oe | |
parent | bf7ed409c4118528920a633f9108fe775e176b12 (diff) | |
download | meta-openembedded-1d4ae8e1127d685b3995f4f693ff3b5c249958c4.tar.gz |
twm: Add version 1.0.6 (initial recipe)
* 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>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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 000000000..af276321f --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
2 | DESCRIPTION = "tiny window manager" | ||
3 | DEPENDS += " libxext libxt libxmu bison-native" | ||
4 | |||
5 | LICENSE = "MIT" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c6d42ef60e8166aa26606524c0b9586" | ||
7 | |||
8 | |||
9 | SRC_URI[archive.md5sum] = "952d06a0c2ec34687b536c7b619fc671" | ||
10 | SRC_URI[archive.sha256sum] = "e7dccad7879a7570442f0cd9df0b9064e926466b5a52b710fca8cfb167f294e9" | ||
11 | |||
12 | FILES_${PN} += "${datadir}/X11/twm/system.twmrc" | ||
13 | ALTERNATIVE_NAME = "x-window-manager" | ||
14 | ALTERNATIVE_PATH = "${bindir}/twm" | ||
15 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" | ||
16 | ALTERNATIVE_PRIORITY = "1" | ||