diff options
Diffstat (limited to 'meta-oe/recipes-graphics')
-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" | ||