[oe-commits] Martin Jansa : azy: fix do_configure

git at git.openembedded.org git at git.openembedded.org
Wed Oct 3 10:33:39 UTC 2012


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Sep 27 00:42:11 2012 +0200

azy: fix do_configure

* something changed in override/prepend expansion and azy-native now had do_configure_prepend applied too

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

---

 meta-efl/recipes-efl/efl/azy_svn.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/azy_svn.bb b/meta-efl/recipes-efl/efl/azy_svn.bb
index 0b333ae..a7889d6 100644
--- a/meta-efl/recipes-efl/efl/azy_svn.bb
+++ b/meta-efl/recipes-efl/efl/azy_svn.bb
@@ -12,16 +12,17 @@ BBCLASSEXTEND = "native"
 
 EXTRA_OECONF += " --disable-mysql-tests"
 
-do_configure_prepend() {
+do_configure_class-target() {
   sed -i "s#\./lemon#${STAGING_BINDIR_NATIVE}/lemon#g" ${S}/src/bin/Makefile.am
   sed -i "s#\$(top_builddir)/src/bin/azy_parser -H -p -o#${STAGING_BINDIR_NATIVE}/azy_parser -H -p -o#g" ${S}/src/tests/Makefile.am
   sed -i "s#\$(top_builddir)/src/bin/azy_parser -eHn -m#${STAGING_BINDIR_NATIVE}/azy_parser -eHn -m#g" ${S}/src/tests/identi.ca/Makefile.am
+  efl_do_configure
 }
-do_configure_virtclass-native() {
+do_configure_class-native() {
   efl_do_configure
 }
 
-do_install_append_virtclass-native() {
+do_install_append_class-native() {
   install -d ${D}/${bindir}
   install -m 0755 ${S}/src/bin/lemon ${D}/${bindir}
 }





More information about the Openembedded-commits mailing list