aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-14 10:50:28 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-14 11:14:40 +0200
commitc9d795c24514a4e4c1aa42691e3d432fbca27db2 (patch)
treebfa4fc56a7b8b8500914c0e7f665f7f146b2afd3 /recipes/xorg-app
parent9a4db5e5668dc7613be92796cf72dd78873226e6 (diff)
downloadopenembedded-c9d795c24514a4e4c1aa42691e3d432fbca27db2.tar.gz
xterm: use xorg-app-common.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app')
-rw-r--r--recipes/xorg-app/xterm_207.bb5
-rw-r--r--recipes/xorg-app/xterm_251.bb5
2 files changed, 2 insertions, 8 deletions
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} \