git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7753cc
)
azy: disable mysql tests
author
Martin Jansa
<Martin.Jansa@gmail.com>
Mon, 28 Mar 2011 14:35:46 +0000
(16:35 +0200)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Mon, 4 Apr 2011 17:35:40 +0000
(19:35 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/efl1/azy_svn.bb
patch
|
blob
|
history
diff --git
a/recipes/efl1/azy_svn.bb
b/recipes/efl1/azy_svn.bb
index
c7ee1f4
..
bd4268c
100644
(file)
--- 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