summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-app/xterm_350.bb
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2019-11-08 18:10:00 +0800
committerKhem Raj <raj.khem@gmail.com>2019-11-08 09:03:54 -0800
commitd15899abc51e941ef5691ec017c4c14d2b122c31 (patch)
treef54eb207533093f02100789d341a6c8a59082a29 /meta-oe/recipes-graphics/xorg-app/xterm_350.bb
parent91f168cb6e7dc31d5fd3ddb046401ec43c62dbe4 (diff)
downloadmeta-openembedded-d15899abc51e941ef5691ec017c4c14d2b122c31.tar.gz
xterm: upgrade 349 -> 350
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app/xterm_350.bb')
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xterm_350.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_350.bb b/meta-oe/recipes-graphics/xorg-app/xterm_350.bb
new file mode 100644
index 0000000000..d98ce47519
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_350.bb
@@ -0,0 +1,34 @@
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=c7faceb872d90115e7c0ad90e90c390d"
6
7SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz"
8
9SRC_URI[md5sum] = "189b593841189da66bc1cea92df602a5"
10SRC_URI[sha256sum] = "aefb59eefd310268080d1a90a447368fb97a9a6737bfecfc3800bf6cc304104d"
11PACKAGECONFIG ?= ""
12PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native"
13
14EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
15 --x-libraries=${STAGING_LIBDIR} \
16 FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \
17 --disable-imake \
18 --disable-rpath-hack \
19 --disable-setuid \
20 --with-app-defaults=${datadir}/X11/app-defaults \
21 "
22
23B = "${S}"
24
25do_configure() {
26 gnu-configize --force
27 sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure
28 oe_runconf
29}
30
31# busybox can supply resize too
32inherit update-alternatives
33
34ALTERNATIVE_${PN} = "resize"