diff options
| author | Jack Mitchell <jmitchell@cbnl.com> | 2014-04-25 17:15:51 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:45:04 +0200 |
| commit | 2ecea82c9e2ac664e6f14b5b0cae01bf48c6e325 (patch) | |
| tree | 9039b4ee72b2a7aa8d38427b40f8a8ea47c79977 /meta-oe/recipes-graphics/xorg-app/xterm_303.bb | |
| parent | 32dab447ae145e07c2f609e7adabfdd4fd338eae (diff) | |
| download | meta-openembedded-2ecea82c9e2ac664e6f14b5b0cae01bf48c6e325.tar.gz | |
xterm: upgrade to 303, set B=S, licence tweak
- upgrade to version 303
- set B=S due to broken build/source seperation
- tweak licence file md5 to account for date change
Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app/xterm_303.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_303.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_303.bb b/meta-oe/recipes-graphics/xorg-app/xterm_303.bb new file mode 100644 index 0000000000..47dfbe529e --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xterm_303.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
| 2 | SUMMARY = "xterm is the standard terminal emulator for the X Window System" | ||
| 3 | DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=540cf18ccc16bc3c5fea40d2ab5d8d51" | ||
| 6 | |||
| 7 | SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "48f6d49b2b6b6933d501d767cbed9254" | ||
| 10 | SRC_URI[sha256sum] = "8af29987bda9b77205ebf6233aaa5c347e5f2407310b62ac9ba92a658257f058" | ||
| 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 | B = "${S}" | ||
| 19 | |||
| 20 | do_configure() { | ||
| 21 | gnu-configize --force | ||
| 22 | sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure | ||
| 23 | oe_runconf | ||
| 24 | } | ||
| 25 | |||
| 26 | FILES_${PN} += " /usr/lib/X11" | ||
