From: Martin Jansa Date: Mon, 28 Mar 2011 14:35:46 +0000 (+0200) Subject: azy: disable mysql tests X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a888d16d8bc12e41b2d18b1f9d1ba80fdd7f2c6;p=openembedded.git azy: disable mysql tests Signed-off-by: Martin Jansa --- 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