diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 10:47:39 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:11:27 +0200 |
commit | 2e12c27e3df7dfa70121fca92fddf527b98fec64 (patch) | |
tree | f17dfd7f433cbdf0c81021fe64ada83249658517 /recipes/xorg-app/xterm_207.bb | |
parent | bd56c1e530ea0c4cfca30dbf8618f47beb3817a7 (diff) |
xorg-app: oe-stylize
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app/xterm_207.bb')
-rw-r--r-- | recipes/xorg-app/xterm_207.bb | 16 |
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" |