aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Haws <jhaws@sdl.usu.edu>2017-11-14 16:16:14 -0700
committerArmin Kuster <akuster808@gmail.com>2018-01-24 14:21:11 -0800
commit7ec5de13ed990d4e3cbbd1ee239c82f1dd48bfdd (patch)
tree6def312f76ef78a61a4da22650843b69b36fb63c
parent9d124e5b6bbe7df1e2800abaeeb599a1cb66d33c (diff)
downloadmeta-openembedded-7ec5de13ed990d4e3cbbd1ee239c82f1dd48bfdd.tar.gz
mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server
Per issue MDEV-14044 on https://jira.mariadb.org/browse/MDEV-14044, mysqld_safe_helper needs to be installed with the server, but was absent from the mariadb.inc file feeding the recipes. This resulted in a broken mariadb installation. Installing mysqld_safe_helper alongside mysqld_safe resolves this problem. Signed-off-by: Jonathan Haws <jhaws@sdl.usu.edu> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 6363c0d0ee412b80877f890544df8343f5556be6) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/mysql/mariadb.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc
index 16dd9f9d59..263b3139e7 100644
--- a/meta-oe/recipes-support/mysql/mariadb.inc
+++ b/meta-oe/recipes-support/mysql/mariadb.inc
@@ -258,6 +258,7 @@ FILES_${PN}-server = "\
${bindir}/mysqlbinlog \
${bindir}/mysqld_multi \
${bindir}/mysqld_safe \
+ ${bindir}/mysqld_safe_helper \
${bindir}/mysqlhotcopy \
${bindir}/mysqltest \
${bindir}/ndb_delete_all \