diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2019-12-09 06:58:01 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-12-10 16:21:07 -0800 |
| commit | f570bb50ac8a6af7079c709f8d90bb6723f1e1eb (patch) | |
| tree | 47c2c212eceac3b5a88077b036bd67bc523feec8 /meta-oe/recipes-graphics/xorg-app/xterm_350.bb | |
| parent | 21cc8fed2ad468fbd65f8c62e0cfd3eefed2dc9e (diff) | |
| download | meta-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.bb | 34 |
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 @@ | |||
| 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" | ||
