From a278cb4c5620f88da6ec043a3edd9ab0d6fc814c Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Thu, 30 May 2013 06:31:43 +0000 Subject: xterm: update to 293 License copyright years was updated from 1999-2010,2011 to 1999-2012,2013. Signed-off-by: Jonathan Liu Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/xorg-app/xterm_277.bb | 23 ----------------------- meta-oe/recipes-graphics/xorg-app/xterm_293.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-app/xterm_277.bb create mode 100644 meta-oe/recipes-graphics/xorg-app/xterm_293.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_277.bb b/meta-oe/recipes-graphics/xorg-app/xterm_277.bb deleted file mode 100644 index c56be09408..0000000000 --- a/meta-oe/recipes-graphics/xorg-app/xterm_277.bb +++ /dev/null @@ -1,23 +0,0 @@ -require recipes-graphics/xorg-app/xorg-app-common.inc -DESCRIPTION = "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=71d7532e485b8d325906bd751617e2a4" - -SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz" -SRC_URI[md5sum] = "c0de5c2f7b3a50244c5cdd53dcab1de5" -SRC_URI[sha256sum] = "6cd38606e4179a874220f33dfd41063f93cd1c717aa26c742beb7adea3c1471e" - -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_293.bb b/meta-oe/recipes-graphics/xorg-app/xterm_293.bb new file mode 100644 index 0000000000..20e88f1954 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xterm_293.bb @@ -0,0 +1,23 @@ +require recipes-graphics/xorg-app/xorg-app-common.inc +DESCRIPTION = "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" -- cgit 1.2.3-korg