mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
+8
-8
@@ -1,13 +1,16 @@
|
||||
require recipes-graphics/xorg-app/xorg-app-common.inc
|
||||
SUMMARY = "xterm is the standard terminal emulator for the X Window System"
|
||||
DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses"
|
||||
DEPENDS = "libxaw xproto xextproto libxext libxau libxinerama libxpm ncurses"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=540cf18ccc16bc3c5fea40d2ab5d8d51"
|
||||
LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=ee6435019d00b884cde8d7ba2b318ff0"
|
||||
|
||||
SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz"
|
||||
|
||||
SRC_URI[md5sum] = "1ec76c1a79a70de4f82c24c527ef4626"
|
||||
SRC_URI[sha256sum] = "c5bf7377a5bf35e34b7e3a4ab6c848fbc89e8901dd98f8b237662a72bdbfe372"
|
||||
SRC_URI[md5sum] = "0d7f0e6390d132ae59876b3870e5783d"
|
||||
SRC_URI[sha256sum] = "a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig"
|
||||
|
||||
EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
|
||||
--x-libraries=${STAGING_LIBDIR} \
|
||||
@@ -24,7 +27,4 @@ do_configure() {
|
||||
oe_runconf
|
||||
}
|
||||
|
||||
FILES_${PN} += " /usr/lib/X11"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig"
|
||||
FILES_${PN} += "${libdir}/X11"
|
||||
Reference in New Issue
Block a user