diff options
author | Wang Xin <wangxin2015.fnst@cn.fujitsu.com> | 2016-09-11 23:13:16 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-15 10:22:50 +0200 |
commit | 85b5755b374371ef88039e078ef890427dbb1585 (patch) | |
tree | 2efb10edc2f4d19d94a119172fec532e3bb78f50 | |
parent | e05f59e096d7ff3639aa76e437804f2d0f9f1819 (diff) | |
download | meta-openembedded-85b5755b374371ef88039e078ef890427dbb1585.tar.gz |
xterm: 320 -> 325
1) Upgrade xterm from 320 to 325.
2) Modify LIC_FILES_CHKSUM, since the date in it has been changed, But the LICENSE has not been changed.
Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_325.bb (renamed from meta-oe/recipes-graphics/xorg-app/xterm_320.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_320.bb b/meta-oe/recipes-graphics/xorg-app/xterm_325.bb index f2abc3cd5..e0baf3cfa 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_320.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_325.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=ee6435019d00b884cde8d7ba2b318ff0" | 5 | LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=842e945c46c43e05c44d95003aa878e1" |
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] = "0d7f0e6390d132ae59876b3870e5783d" | 9 | SRC_URI[md5sum] = "e78a0bbc4d5fa3780917e447ae8ebc6b" |
10 | SRC_URI[sha256sum] = "a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7" | 10 | SRC_URI[sha256sum] = "3b31b07a0c40427e9330ec3be9d1a748c72808f945953cea9e526e48be315f1b" |
11 | 11 | ||
12 | PACKAGECONFIG ?= "" | 12 | PACKAGECONFIG ?= "" |
13 | PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native" | 13 | PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native" |