summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-app
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2016-01-06 17:31:03 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-01-14 11:30:15 +0100
commitad5d2ff6c782a3319aedc25cc641574e39328460 (patch)
tree4c6539a0ae35c2f61dc4c344b02751c6146c2460 /meta-oe/recipes-graphics/xorg-app
parent2bd11da4b50f401c9c49975aeedaaafa6a59d08b (diff)
downloadmeta-openembedded-ad5d2ff6c782a3319aedc25cc641574e39328460.tar.gz
xterm: 308 -> 320
Upgrade xterm from 308 to 320. 1) Modify LIC_FILES_CHKSUM,since the date in it has been changed, But the LICENSE has not been changed. 2) Fix WARNING: QA Issue: xterm rdepends on libxinerama, but it isn't a build dependency? [build-deps] Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xterm_320.bb (renamed from meta-oe/recipes-graphics/xorg-app/xterm_308.bb)16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_308.bb b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
index 9198ca250..f67d890ab 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_308.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
@@ -1,13 +1,16 @@
1require recipes-graphics/xorg-app/xorg-app-common.inc 1require 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 libxinerama libxpm ncurses"
4 4
5LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=540cf18ccc16bc3c5fea40d2ab5d8d51" 5LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=ee6435019d00b884cde8d7ba2b318ff0"
6 6
7SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz" 7SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz"
8 8
9SRC_URI[md5sum] = "1ec76c1a79a70de4f82c24c527ef4626" 9SRC_URI[md5sum] = "0d7f0e6390d132ae59876b3870e5783d"
10SRC_URI[sha256sum] = "c5bf7377a5bf35e34b7e3a4ab6c848fbc89e8901dd98f8b237662a72bdbfe372" 10SRC_URI[sha256sum] = "a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7"
11
12PACKAGECONFIG ?= ""
13PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig"
11 14
12EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ 15EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
13 --x-libraries=${STAGING_LIBDIR} \ 16 --x-libraries=${STAGING_LIBDIR} \
@@ -24,7 +27,4 @@ do_configure() {
24 oe_runconf 27 oe_runconf
25} 28}
26 29
27FILES_${PN} += " /usr/lib/X11" 30FILES_${PN} += "${libdir}/X11"
28
29PACKAGECONFIG ?= ""
30PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig"