From 2ecea82c9e2ac664e6f14b5b0cae01bf48c6e325 Mon Sep 17 00:00:00 2001 From: Jack Mitchell Date: Fri, 25 Apr 2014 17:15:51 +0100 Subject: xterm: upgrade to 303, set B=S, licence tweak - upgrade to version 303 - set B=S due to broken build/source seperation - tweak licence file md5 to account for date change Signed-off-by: Jack Mitchell Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/xorg-app/xterm_293.bb | 23 ----------------------- meta-oe/recipes-graphics/xorg-app/xterm_303.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-app/xterm_293.bb create mode 100644 meta-oe/recipes-graphics/xorg-app/xterm_303.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_293.bb b/meta-oe/recipes-graphics/xorg-app/xterm_293.bb deleted file mode 100644 index 67853b9850..0000000000 --- a/meta-oe/recipes-graphics/xorg-app/xterm_293.bb +++ /dev/null @@ -1,23 +0,0 @@ -require recipes-graphics/xorg-app/xorg-app-common.inc -SUMMARY = "xterm is the standard terminal emulator for the X Window System" -DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses" - -LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=33;md5=3aaef904421576f75ce2ee32af88c375" - -SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz" -SRC_URI[md5sum] = "f9dc37486d5f1e550b6dc2e26a8a0439" -SRC_URI[sha256sum] = "64e9c41137eac4277d0cfe04312b12dc5d11224f49fc999ff7f6b9597bf55b7b" - -EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ - --x-libraries=${STAGING_LIBDIR} \ - FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \ - --disable-imake \ - --disable-setuid" - -do_configure() { - gnu-configize --force - sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure - oe_runconf -} - -FILES_${PN} += " /usr/lib/X11" diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_303.bb b/meta-oe/recipes-graphics/xorg-app/xterm_303.bb new file mode 100644 index 0000000000..47dfbe529e --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xterm_303.bb @@ -0,0 +1,26 @@ +require recipes-graphics/xorg-app/xorg-app-common.inc +SUMMARY = "xterm is the standard terminal emulator for the X Window System" +DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses" + +LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=540cf18ccc16bc3c5fea40d2ab5d8d51" + +SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz" + +SRC_URI[md5sum] = "48f6d49b2b6b6933d501d767cbed9254" +SRC_URI[sha256sum] = "8af29987bda9b77205ebf6233aaa5c347e5f2407310b62ac9ba92a658257f058" + +EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ + --x-libraries=${STAGING_LIBDIR} \ + FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \ + --disable-imake \ + --disable-setuid" + +B = "${S}" + +do_configure() { + gnu-configize --force + sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure + oe_runconf +} + +FILES_${PN} += " /usr/lib/X11" -- cgit v1.2.3-54-g00ecf