[oe-commits] Martin Jansa : xterm: use xorg-app-common.inc

git version control git at git.openembedded.org
Mon Jun 14 09:15:08 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c9d795c24514a4e4c1aa42691e3d432fbca27db2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c9d795c24514a4e4c1aa42691e3d432fbca27db2

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jun 14 10:50:28 2010 +0200

xterm: use xorg-app-common.inc

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-app/xterm_207.bb |    5 +----
 recipes/xorg-app/xterm_251.bb |    5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/recipes/xorg-app/xterm_207.bb b/recipes/xorg-app/xterm_207.bb
index b934665..66c7e0f 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 3ca6224..2369bb9 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} \





More information about the Openembedded-commits mailing list