diff options
-rw-r--r-- | meta-oe/recipes-support/mysql/mariadb_5.1.67.inc | 4 |
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 | ||
29 | BINCONFIG_GLOB = "mysql_config" | 29 | BINCONFIG_GLOB = "mysql_config" |
30 | 30 | ||
31 | inherit autotools binconfig update-rc.d useradd | 31 | inherit autotools-brokensep binconfig update-rc.d useradd |
32 | 32 | ||
33 | INITSCRIPT_PACKAGES = "${PN}-server" | 33 | INITSCRIPT_PACKAGES = "${PN}-server" |
34 | INITSCRIPT_NAME = "mysqld" | 34 | INITSCRIPT_NAME = "mysqld" |
@@ -59,7 +59,7 @@ EXTRA_OECONF = "--with-atomic-ops=up \ | |||
59 | " | 59 | " |
60 | 60 | ||
61 | do_configure_append() { | 61 | do_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'` |