diff options
-rw-r--r-- | recipes/xorg-app/xterm_207.bb | 5 | ||||
-rw-r--r-- | 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 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} \ |