diff options
| author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-11-08 18:10:00 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-08 09:03:54 -0800 |
| commit | d15899abc51e941ef5691ec017c4c14d2b122c31 (patch) | |
| tree | f54eb207533093f02100789d341a6c8a59082a29 /meta-oe/recipes-graphics/xorg-app/xterm_350.bb | |
| parent | 91f168cb6e7dc31d5fd3ddb046401ec43c62dbe4 (diff) | |
| download | meta-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.bb | 34 |
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 @@ | |||
| 1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
| 2 | SUMMARY = "xterm is the standard terminal emulator for the X Window System" | ||
| 3 | DEPENDS = "libxaw xorgproto libxext libxau libxinerama libxpm ncurses" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=c7faceb872d90115e7c0ad90e90c390d" | ||
| 6 | |||
| 7 | SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "189b593841189da66bc1cea92df602a5" | ||
| 10 | SRC_URI[sha256sum] = "aefb59eefd310268080d1a90a447368fb97a9a6737bfecfc3800bf6cc304104d" | ||
| 11 | PACKAGECONFIG ?= "" | ||
| 12 | PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native" | ||
| 13 | |||
| 14 | EXTRA_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 | |||
| 23 | B = "${S}" | ||
| 24 | |||
| 25 | do_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 | ||
| 32 | inherit update-alternatives | ||
| 33 | |||
| 34 | ALTERNATIVE_${PN} = "resize" | ||
