summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-app/xterm_353.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-02-11 09:21:32 -0800
committerKhem Raj <raj.khem@gmail.com>2020-02-11 16:46:31 -0800
commitd671941f3fbecc8d07e9ab66ea12802a80f81b8c (patch)
tree52377137809084be6c4bd3834a09e6871a6abd69 /meta-oe/recipes-graphics/xorg-app/xterm_353.bb
parentcc8d955f2f229b75ca1ae81601a6e9f5df7b9ac9 (diff)
downloadmeta-openembedded-d671941f3fbecc8d07e9ab66ea12802a80f81b8c.tar.gz
xterm: upgrade 351 -> 353
Copyright updated: 1996-2018,2019 -> 1999-2019,2020 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app/xterm_353.bb')
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xterm_353.bb36
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_353.bb b/meta-oe/recipes-graphics/xorg-app/xterm_353.bb
new file mode 100644
index 0000000000..6de704d0b7
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_353.bb
@@ -0,0 +1,36 @@
1require recipes-graphics/xorg-app/xorg-app-common.inc
2SUMMARY = "xterm is the standard terminal emulator for the X Window System"
3DEPENDS = "libxaw xorgproto libxext libxau libxinerama libxpm ncurses"
4
5LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=996b1ce0584c0747b17b57654cc81e8e"
6
7SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \
8 file://0001-Add-configure-time-check-for-setsid.patch \
9 "
10
11SRC_URI[md5sum] = "247c30ebfa44623f3a2d100e0cae5c7f"
12SRC_URI[sha256sum] = "e521d3ee9def61f5d5c911afc74dd5c3a56ce147c7071c74023ea24cac9bb768"
13PACKAGECONFIG ?= ""
14PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native"
15
16EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
17 --x-libraries=${STAGING_LIBDIR} \
18 FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \
19 --disable-imake \
20 --disable-rpath-hack \
21 --disable-setuid \
22 --with-app-defaults=${datadir}/X11/app-defaults \
23 "
24
25B = "${S}"
26
27do_configure() {
28 gnu-configize --force
29 sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure
30 oe_runconf
31}
32
33# busybox can supply resize too
34inherit update-alternatives
35
36ALTERNATIVE_${PN} = "resize"