From: Martin Jansa Date: Sun, 17 Jan 2010 09:12:58 +0000 (+0100) Subject: ewl: add autopoint call to do_configure_prepend X-Git-Tag: Release-2010-05/1~848^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82b3ed5a6934139a378f008e4d0c5b0f0554f3c2;p=openembedded.git 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 --- diff --git a/recipes/efl1/ewl_svn.bb b/recipes/efl1/ewl_svn.bb index a8e0bfaf8d..910831ac00 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"