From 9a888d16d8bc12e41b2d18b1f9d1ba80fdd7f2c6 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 28 Mar 2011 16:35:46 +0200 Subject: [PATCH] azy: disable mysql tests Signed-off-by: Martin Jansa --- recipes/efl1/azy_svn.bb | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5