summaryrefslogtreecommitdiffstats
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-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 861a9b8e2..0c83c7103 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}"
28 28
29BINCONFIG_GLOB = "mysql_config" 29BINCONFIG_GLOB = "mysql_config"
30 30
31inherit autotools binconfig update-rc.d useradd 31inherit autotools-brokensep binconfig update-rc.d useradd
32 32
33INITSCRIPT_PACKAGES = "${PN}-server" 33INITSCRIPT_PACKAGES = "${PN}-server"
34INITSCRIPT_NAME = "mysqld" 34INITSCRIPT_NAME = "mysqld"
@@ -59,7 +59,7 @@ EXTRA_OECONF = "--with-atomic-ops=up \
59 " 59 "
60 60
61do_configure_append() { 61do_configure_append() {
62 sed -i /comp_err/d ${S}/sql/share/Makefile 62 sed -i /comp_err/d ${B}/sql/share/Makefile
63 63
64 # handle distros with different values of ${libexecdir} 64 # handle distros with different values of ${libexecdir}
65 libexecdir2=`echo ${libexecdir} | sed -e 's+/usr/++g'` 65 libexecdir2=`echo ${libexecdir} | sed -e 's+/usr/++g'`