[oe-commits] Martin Jansa : azy: disable mysql tests

git version control git at git.openembedded.org
Mon Apr 4 17:36:10 UTC 2011


Module: openembedded.git
Branch: master
Commit: 9a888d16d8bc12e41b2d18b1f9d1ba80fdd7f2c6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9a888d16d8bc12e41b2d18b1f9d1ba80fdd7f2c6

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Mar 28 16:35:46 2011 +0200

azy: disable mysql tests

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

---

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

diff --git a/recipes/efl1/azy_svn.bb b/recipes/efl1/azy_svn.bb
index c7ee1f4..bd4268c 100644
--- a/recipes/efl1/azy_svn.bb
+++ b/recipes/efl1/azy_svn.bb
@@ -8,6 +8,8 @@ SRCREV = "${EFL_SRCREV}"
 # to provide native lemon binary
 BBCLASSEXTEND = "native"
 
+EXTRA_OECONF += " --disable-mysql-tests"
+
 do_configure_prepend() {
   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





More information about the Openembedded-commits mailing list