[oe-commits] Martin Jansa : ewl: add autopoint call to do_configure_prepend

git version control git at git.openembedded.org
Sun Jan 17 09:18:34 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 82b3ed5a6934139a378f008e4d0c5b0f0554f3c2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=82b3ed5a6934139a378f008e4d0c5b0f0554f3c2

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jan 17 10:12:58 2010 +0100

ewl: add autopoint call to do_configure_prepend

* autoreconf call from inherit autotools has autopoint excluded
* ewl doesn't build without it, let me know if there is better way to
  enable autopoint in autoreconf

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

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

diff --git a/recipes/efl1/ewl_svn.bb b/recipes/efl1/ewl_svn.bb
index a8e0bfa..910831a 100644
--- a/recipes/efl1/ewl_svn.bb
+++ b/recipes/efl1/ewl_svn.bb
@@ -18,6 +18,10 @@ EXTRA_OECONF = "\
   --disable-opengl-glew \
 "
 
+do_configure_prepend() {
+	autopoint
+}
+
 # TODO package engines more granular
 PACKAGES += "${PN}-plugins ${PN}-engines"
 





More information about the Openembedded-commits mailing list