summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support')
-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'`