aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mysql
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-04-29 15:32:36 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-05-03 20:47:03 +0200
commit806ba2885ba7444ef940a086e96f8e5c564b65bd (patch)
treeb4cd87c2878549eced95476d1d7ac30e882e8433 /meta-oe/recipes-support/mysql
parentd47fe965e1a30caa220e51f239fc78ae488ea15b (diff)
downloadmeta-openembedded-contrib-806ba2885ba7444ef940a086e96f8e5c564b65bd.tar.gz
mariadb: handle seperate builddir
Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/mysql')
-rw-r--r--meta-oe/recipes-support/mysql/mariadb_5.1.67.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/mysql/mariadb_5.1.67.inc b/meta-oe/recipes-support/mysql/mariadb_5.1.67.inc
index 861a9b8e25..0c83c71038 100644
--- a/meta-oe/recipes-support/mysql/mariadb_5.1.67.inc
+++ b/meta-oe/recipes-support/mysql/mariadb_5.1.67.inc
@@ -28,7 +28,7 @@ S = "${WORKDIR}/mariadb-${PV}"
BINCONFIG_GLOB = "mysql_config"
-inherit autotools binconfig update-rc.d useradd
+inherit autotools-brokensep binconfig update-rc.d useradd
INITSCRIPT_PACKAGES = "${PN}-server"
INITSCRIPT_NAME = "mysqld"
@@ -59,7 +59,7 @@ EXTRA_OECONF = "--with-atomic-ops=up \
"
do_configure_append() {
- sed -i /comp_err/d ${S}/sql/share/Makefile
+ sed -i /comp_err/d ${B}/sql/share/Makefile
# handle distros with different values of ${libexecdir}
libexecdir2=`echo ${libexecdir} | sed -e 's+/usr/++g'`