[oe-commits] Marcin Juszkiewicz : xterm: added gnu-configize for AArch64 support

git at git.openembedded.org git at git.openembedded.org
Mon Dec 17 16:06:43 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: a38efd953c0bfef80fd6819c8339c1d1e79364b3
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a38efd953c0bfef80fd6819c8339c1d1e79364b3

Author: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Date:   Thu Dec 13 10:35:26 2012 +0000

xterm: added gnu-configize for AArch64 support

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/xorg-app/xterm_277.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_277.bb b/meta-oe/recipes-graphics/xorg-app/xterm_277.bb
index f68e23c..18abe35 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_277.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_277.bb
@@ -15,6 +15,7 @@ EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
                  --disable-setuid"
 
 do_configure() {
+        gnu-configize --force
         sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure
         oe_runconf
 }





More information about the Openembedded-commits mailing list