diff options
author | fan.xin <fan.xin@jp.fujitsu.com> | 2017-06-22 15:37:48 +0900 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-01 09:59:24 +0200 |
commit | b0e432c87b9ea65a57b20c62bd70549864f17615 (patch) | |
tree | 504f671248ba1abdee764bb00c1898f465cd50e9 | |
parent | bd259171ec0c2163a2c1025e1b83ae379cee96a7 (diff) | |
download | meta-openembedded-b0e432c87b9ea65a57b20c62bd70549864f17615.tar.gz |
xterm: Upgrade 327 -> 330
1. Upgrade xterm from 327 to 330
2. Update the checksum of LIC_FILES_CHKSUM
The copyright time has been extended to 2017, the Licence content has no chagne.
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_330.bb (renamed from meta-oe/recipes-graphics/xorg-app/xterm_327.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_327.bb b/meta-oe/recipes-graphics/xorg-app/xterm_330.bb index 0e11662e3..e3bb0fb6e 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_327.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_330.bb | |||
@@ -2,12 +2,12 @@ require recipes-graphics/xorg-app/xorg-app-common.inc | |||
2 | SUMMARY = "xterm is the standard terminal emulator for the X Window System" | 2 | SUMMARY = "xterm is the standard terminal emulator for the X Window System" |
3 | DEPENDS = "libxaw xproto xextproto libxext libxau libxinerama libxpm ncurses" | 3 | DEPENDS = "libxaw xproto xextproto libxext libxau libxinerama libxpm ncurses" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=842e945c46c43e05c44d95003aa878e1" | 5 | LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=f02ab9ebda87b770ecf711dbb3784a33" |
6 | 6 | ||
7 | SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz" | 7 | SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "3c32e931adcad44e64e57892e75d9e02" | 9 | SRC_URI[md5sum] = "9a6db7974aa4ccbb50eabebf72618467" |
10 | SRC_URI[sha256sum] = "66fb2f6c35b342148f549c276b12a3aa3fb408e27ab6360ddec513e14376150b" | 10 | SRC_URI[sha256sum] = "7aeef9f29f6b95e09f481173c8c3053357bf5ffe162585647f690fd1707556df" |
11 | PACKAGECONFIG ?= "" | 11 | PACKAGECONFIG ?= "" |
12 | PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native" | 12 | PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native" |
13 | 13 | ||