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

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


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

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

dialog: 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-extended/dialog/dialog.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-extended/dialog/dialog.inc b/meta-oe/recipes-extended/dialog/dialog.inc
index 03b0aa7..27e4e60 100644
--- a/meta-oe/recipes-extended/dialog/dialog.inc
+++ b/meta-oe/recipes-extended/dialog/dialog.inc
@@ -19,6 +19,7 @@ EXTRA_OECONF = "--with-ncurses \
                 --disable-rpath-hack"
 
 do_configure() {
+    gnu-configize --force
     sed -i 's,${cf_ncuconfig_root}6-config,${cf_ncuconfig_root}-config,g' -i configure
     oe_runconf
 }





More information about the Openembedded-commits mailing list