[oe-commits] Klaus Kurzmann : efl1/ewl_svn.bb: set EXTRA_AUTORECONF to ""

git version control git at git.openembedded.org
Fri May 29 15:24:42 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: ed0049d525c052862f27e5a1b5c12323985b3ca9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ed0049d525c052862f27e5a1b5c12323985b3ca9

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Fri May 29 17:24:32 2009 +0200

efl1/ewl_svn.bb: set EXTRA_AUTORECONF to ""

This is needed, because ewl won't configure without calling
autopoint (which by default is disabled in autotools.bbclass)

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/efl1/ewl_svn.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/efl1/ewl_svn.bb b/recipes/efl1/ewl_svn.bb
index 6642658..7cceae4 100644
--- a/recipes/efl1/ewl_svn.bb
+++ b/recipes/efl1/ewl_svn.bb
@@ -6,6 +6,8 @@ PR = "r2"
 
 inherit efl
 
+EXTRA_AUTORECONF = ""
+
 EXTRA_OECONF = "\
   --enable-software-x11 \
   --enable-software-16-x11 \





More information about the Openembedded-commits mailing list