diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-08-22 23:20:59 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-23 15:27:31 +0200 |
commit | be4e5d8ead1387b5e851579142580588b400bb69 (patch) | |
tree | 683235c5f0b65d488c79134a50f9b230d19ff7a2 /meta-oe | |
parent | 22ec18224f7a7c64850c76b14017dff2ff4345f2 (diff) | |
download | meta-openembedded-be4e5d8ead1387b5e851579142580588b400bb69.tar.gz |
xterm: import from oe.dev
* http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=61a4d1805c6c73091dd2264c0f84ee3264cc05a6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_266.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_266.bb b/meta-oe/recipes-graphics/xorg-app/xterm_266.bb new file mode 100644 index 000000000..d826c27cb --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xterm_266.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | require xorg-app-common.inc | ||
2 | DESCRIPTION = "xterm is the standard terminal emulator for the X Window System." | ||
3 | DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses" | ||
4 | PR = "${INC_PR}.0" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=33;md5=4791b08be94de2e6315ddd158659997d" | ||
7 | |||
8 | SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz" | ||
9 | SRC_URI[md5sum] = "bb53ddd4933736a50e6391cef3472c12" | ||
10 | SRC_URI[sha256sum] = "41945aabb96e827c3ca1fdbb3c2fab3a65f4a84d4da0ceb06b030e6a028cf739" | ||
11 | |||
12 | EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ | ||
13 | --x-libraries=${STAGING_LIBDIR} \ | ||
14 | FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \ | ||
15 | --disable-imake \ | ||
16 | --disable-setuid" | ||
17 | |||
18 | do_configure() { | ||
19 | sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure | ||
20 | oe_runconf | ||
21 | } | ||
22 | |||
23 | FILES_${PN} += " /usr/lib/X11" | ||