summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-app/xterm_350.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2019-12-09 06:58:01 -0800
committerKhem Raj <raj.khem@gmail.com>2019-12-10 16:21:07 -0800
commitf570bb50ac8a6af7079c709f8d90bb6723f1e1eb (patch)
tree47c2c212eceac3b5a88077b036bd67bc523feec8 /meta-oe/recipes-graphics/xorg-app/xterm_350.bb
parent21cc8fed2ad468fbd65f8c62e0cfd3eefed2dc9e (diff)
downloadmeta-openembedded-f570bb50ac8a6af7079c709f8d90bb6723f1e1eb.tar.gz
xterm: upgrade 350 -> 351
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_350.bb')
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xterm_350.bb34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_350.bb b/meta-oe/recipes-graphics/xorg-app/xterm_350.bb
deleted file mode 100644
index d98ce47519..0000000000
--- a/meta-oe/recipes-graphics/xorg-app/xterm_350.bb
+++ /dev/null
@@ -1,34 +0,0 @@
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"