summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Mitchell <jmitchell@cbnl.com>2014-04-25 17:15:51 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-05-03 20:45:04 +0200
commit2ecea82c9e2ac664e6f14b5b0cae01bf48c6e325 (patch)
tree9039b4ee72b2a7aa8d38427b40f8a8ea47c79977
parent32dab447ae145e07c2f609e7adabfdd4fd338eae (diff)
downloadmeta-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>
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xterm_303.bb (renamed from meta-oe/recipes-graphics/xorg-app/xterm_293.bb)9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_293.bb b/meta-oe/recipes-graphics/xorg-app/xterm_303.bb
index 67853b985..47dfbe529 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_293.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_303.bb
@@ -2,11 +2,12 @@ require recipes-graphics/xorg-app/xorg-app-common.inc
2SUMMARY = "xterm is the standard terminal emulator for the X Window System" 2SUMMARY = "xterm is the standard terminal emulator for the X Window System"
3DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses" 3DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses"
4 4
5LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=33;md5=3aaef904421576f75ce2ee32af88c375" 5LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=540cf18ccc16bc3c5fea40d2ab5d8d51"
6 6
7SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz" 7SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz"
8SRC_URI[md5sum] = "f9dc37486d5f1e550b6dc2e26a8a0439" 8
9SRC_URI[sha256sum] = "64e9c41137eac4277d0cfe04312b12dc5d11224f49fc999ff7f6b9597bf55b7b" 9SRC_URI[md5sum] = "48f6d49b2b6b6933d501d767cbed9254"
10SRC_URI[sha256sum] = "8af29987bda9b77205ebf6233aaa5c347e5f2407310b62ac9ba92a658257f058"
10 11
11EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ 12EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
12 --x-libraries=${STAGING_LIBDIR} \ 13 --x-libraries=${STAGING_LIBDIR} \
@@ -14,6 +15,8 @@ EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
14 --disable-imake \ 15 --disable-imake \
15 --disable-setuid" 16 --disable-setuid"
16 17
18B = "${S}"
19
17do_configure() { 20do_configure() {
18 gnu-configize --force 21 gnu-configize --force
19 sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure 22 sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure