aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-03-28 16:35:46 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2011-04-04 19:35:40 +0200
commit9a888d16d8bc12e41b2d18b1f9d1ba80fdd7f2c6 (patch)
tree9d7d6e862bd6abbcf9d251fac58d2c68b4103556 /recipes/efl1
parentb7753cc9685c4595e1919759edb58eeaa1bfbc8a (diff)
downloadopenembedded-9a888d16d8bc12e41b2d18b1f9d1ba80fdd7f2c6.tar.gz
azy: disable mysql tests
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1')
-rw-r--r--recipes/efl1/azy_svn.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/efl1/azy_svn.bb b/recipes/efl1/azy_svn.bb
index c7ee1f4c96..bd4268c4a9 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