summaryrefslogtreecommitdiff
path: root/recipes/xorg-app/xterm_207.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-app/xterm_207.bb')
-rw-r--r--recipes/xorg-app/xterm_207.bb16
1 files changed, 6 insertions, 10 deletions
diff --git a/recipes/xorg-app/xterm_207.bb b/recipes/xorg-app/xterm_207.bb
index 214a26759f..e1d5e2077b 100644
--- a/recipes/xorg-app/xterm_207.bb
+++ b/recipes/xorg-app/xterm_207.bb
@@ -1,11 +1,11 @@
require xorg-app-common.inc
DESCRIPTION = "xterm is the standard terminal emulator for the X Window System."
-
DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses"
+PR = "${INC_PR}.0"
SRC_URI = "${XORG_MIRROR}/development/X11R7.0-RC4/extras/${PN}-${PV}.tar.gz"
-
-FILES_${PN} += " /usr/lib/X11"
+SRC_URI[md5sum] = "3de8a3756c284a46a08c6d0308909486"
+SRC_URI[sha256sum] = "652f579171e6e8f73c13ab6b060d2447ae35ebfbd39a6002b7c05a1dfc0f7eb8"
EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
--x-libraries=${STAGING_LIBDIR} \
@@ -14,12 +14,8 @@ EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
--disable-setuid"
do_configure() {
-
- sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure
-
- oe_runconf
+ sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure
+ oe_runconf
}
-SRC_URI[md5sum] = "3de8a3756c284a46a08c6d0308909486"
-SRC_URI[sha256sum] = "652f579171e6e8f73c13ab6b060d2447ae35ebfbd39a6002b7c05a1dfc0f7eb8"
-PR = "${INC_PR}.0"
+FILES_${PN} += " /usr/lib/X11"