diff options
-rw-r--r-- | meta-oe/recipes-dbs/mysql/mariadb.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc index 9a398b308..9ddf2bee5 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb.inc +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc | |||
@@ -28,7 +28,9 @@ S = "${WORKDIR}/mariadb-${PV}" | |||
28 | 28 | ||
29 | BINCONFIG_GLOB = "mysql_config" | 29 | BINCONFIG_GLOB = "mysql_config" |
30 | 30 | ||
31 | inherit cmake gettext binconfig update-rc.d useradd systemd | 31 | inherit cmake gettext binconfig update-rc.d useradd systemd multilib_script |
32 | |||
33 | MULTILIB_SCRIPTS = "${PN}-server:${bindir}/mysql_install_db ${PN}-server:${bindir}/mysqld_safe" | ||
32 | 34 | ||
33 | INITSCRIPT_PACKAGES = "${PN}-server ${PN}-setupdb" | 35 | INITSCRIPT_PACKAGES = "${PN}-server ${PN}-setupdb" |
34 | INITSCRIPT_NAME_${PN}-server = "mysqld" | 36 | INITSCRIPT_NAME_${PN}-server = "mysqld" |