From ceb8233030cbeac1f8ca1ef4231d10a58865d28c Mon Sep 17 00:00:00 2001 From: susanbian Date: Mon, 5 Jun 2017 11:17:04 +0800 Subject: xterm: 325 -> 327 Upgrade xterm from 325 to 327. Signed-off-by: susanbian Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/xorg-app/xterm_325.bb | 30 -------------------------- meta-oe/recipes-graphics/xorg-app/xterm_327.bb | 29 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 30 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-app/xterm_325.bb create mode 100644 meta-oe/recipes-graphics/xorg-app/xterm_327.bb (limited to 'meta-oe/recipes-graphics/xorg-app') diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_325.bb b/meta-oe/recipes-graphics/xorg-app/xterm_325.bb deleted file mode 100644 index a627af000..000000000 --- a/meta-oe/recipes-graphics/xorg-app/xterm_325.bb +++ /dev/null @@ -1,30 +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 libxinerama libxpm ncurses" - -LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=842e945c46c43e05c44d95003aa878e1" - -SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz" - -SRC_URI[md5sum] = "e78a0bbc4d5fa3780917e447ae8ebc6b" -SRC_URI[sha256sum] = "3b31b07a0c40427e9330ec3be9d1a748c72808f945953cea9e526e48be315f1b" - -PACKAGECONFIG ?= "" -PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native" - -EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ - --x-libraries=${STAGING_LIBDIR} \ - FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \ - --disable-imake \ - --disable-rpath-hack \ - --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" diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_327.bb b/meta-oe/recipes-graphics/xorg-app/xterm_327.bb new file mode 100644 index 000000000..0e11662e3 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xterm_327.bb @@ -0,0 +1,29 @@ +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 libxinerama libxpm ncurses" + +LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=842e945c46c43e05c44d95003aa878e1" + +SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz" + +SRC_URI[md5sum] = "3c32e931adcad44e64e57892e75d9e02" +SRC_URI[sha256sum] = "66fb2f6c35b342148f549c276b12a3aa3fb408e27ab6360ddec513e14376150b" +PACKAGECONFIG ?= "" +PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig freetype-native" + +EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ + --x-libraries=${STAGING_LIBDIR} \ + FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \ + --disable-imake \ + --disable-rpath-hack \ + --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