From: Martin Jansa Date: Mon, 14 Jun 2010 08:50:28 +0000 (+0200) Subject: xterm: use xorg-app-common.inc X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9d795c24514a4e4c1aa42691e3d432fbca27db2;p=openembedded.git xterm: use xorg-app-common.inc Signed-off-by: Martin Jansa --- diff --git a/recipes/xorg-app/xterm_207.bb b/recipes/xorg-app/xterm_207.bb index b934665d3a..66c7e0f5dd 100644 --- a/recipes/xorg-app/xterm_207.bb +++ b/recipes/xorg-app/xterm_207.bb @@ -1,13 +1,10 @@ +require xorg-app-common.inc DESCRIPTION = "xterm is the standard terminal emulator for the X Window System." -SECTION = "x11/applications" -LICENSE = "MIT-X" DEPENDS = "libxaw xproto virtual/libx11 xextproto xext xau libxpm ncurses" SRC_URI = "${XORG_MIRROR}/development/X11R7.0-RC4/extras/${PN}-${PV}.tar.gz" -inherit autotools pkgconfig - FILES_${PN} += " /usr/lib/X11" EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \ diff --git a/recipes/xorg-app/xterm_251.bb b/recipes/xorg-app/xterm_251.bb index 3ca6224db4..2369bb902b 100644 --- a/recipes/xorg-app/xterm_251.bb +++ b/recipes/xorg-app/xterm_251.bb @@ -1,13 +1,10 @@ +require xorg-app-common.inc DESCRIPTION = "xterm is the standard terminal emulator for the X Window System." -SECTION = "x11/applications" -LICENSE = "MIT-X" DEPENDS = "libxaw xproto virtual/libx11 xextproto xext xau libxpm ncurses" SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz" -inherit autotools pkgconfig - FILES_${PN} += " /usr/lib/X11" EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \