diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2019-07-10 11:54:29 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-07-10 09:34:20 -0700 |
| commit | b7e217452036e232763a2d1922b6e7abffa19a01 (patch) | |
| tree | 991c12b19a38d613871768f9206e72154c40e9f3 | |
| parent | 27ea5e705990f4e4a45f61109a81c597c10bf152 (diff) | |
| download | meta-openembedded-b7e217452036e232763a2d1922b6e7abffa19a01.tar.gz | |
xterm: upgrade 330 -> 347
Install the resources in ${datadir} to make it consistent with other apps.
License checksum changed because of change in Copyright year.
Changelog:
https://invisible-island.net/xterm/xterm.log.html
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_347.bb (renamed from meta-oe/recipes-graphics/xorg-app/xterm_330.bb) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_330.bb b/meta-oe/recipes-graphics/xorg-app/xterm_347.bb index c2feb81070..92d8491427 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_330.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_347.bb | |||
| @@ -2,12 +2,12 @@ require recipes-graphics/xorg-app/xorg-app-common.inc | |||
| 2 | SUMMARY = "xterm is the standard terminal emulator for the X Window System" | 2 | SUMMARY = "xterm is the standard terminal emulator for the X Window System" |
| 3 | DEPENDS = "libxaw xorgproto libxext libxau libxinerama libxpm ncurses" | 3 | DEPENDS = "libxaw xorgproto libxext libxau libxinerama libxpm ncurses" |
| 4 | 4 | ||
| 5 | LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=f02ab9ebda87b770ecf711dbb3784a33" | 5 | LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=c7faceb872d90115e7c0ad90e90c390d" |
| 6 | 6 | ||
| 7 | SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz" | 7 | SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz" |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "9a6db7974aa4ccbb50eabebf72618467" | 9 | SRC_URI[md5sum] = "5d2c56ebd1d81ee40f23236d6e3c2e5b" |
| 10 | SRC_URI[sha256sum] = "7aeef9f29f6b95e09f481173c8c3053357bf5ffe162585647f690fd1707556df" | 10 | SRC_URI[sha256sum] = "400f73e1277ef96dfcb3885388525e6a13a3657a4032b83c1203e812b710b908" |
| 11 | PACKAGECONFIG ?= "" | 11 | PACKAGECONFIG ?= "" |
| 12 | PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native" | 12 | PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native" |
| 13 | 13 | ||
| @@ -16,7 +16,9 @@ EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ | |||
| 16 | FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \ | 16 | FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \ |
| 17 | --disable-imake \ | 17 | --disable-imake \ |
| 18 | --disable-rpath-hack \ | 18 | --disable-rpath-hack \ |
| 19 | --disable-setuid" | 19 | --disable-setuid \ |
| 20 | --with-app-defaults=${datadir}/X11/app-defaults \ | ||
| 21 | " | ||
| 20 | 22 | ||
| 21 | B = "${S}" | 23 | B = "${S}" |
| 22 | 24 | ||
| @@ -26,8 +28,6 @@ do_configure() { | |||
| 26 | oe_runconf | 28 | oe_runconf |
| 27 | } | 29 | } |
| 28 | 30 | ||
| 29 | FILES_${PN} += "/usr/lib/X11" | ||
| 30 | |||
| 31 | # busybox can supply resize too | 31 | # busybox can supply resize too |
| 32 | inherit update-alternatives | 32 | inherit update-alternatives |
| 33 | 33 | ||
