mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
mariadb: File conflicts for multilib
File conflicts between attempted installs of mariadb and lib32-mariadb
Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(master rev: ddd322323e)
Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -31,10 +31,12 @@ S = "${WORKDIR}/mariadb-${PV}"
|
||||
|
||||
BINCONFIG_GLOB = "mysql_config"
|
||||
|
||||
inherit cmake gettext binconfig update-rc.d systemd multilib_script pkgconfig
|
||||
inherit cmake gettext binconfig update-rc.d systemd multilib_script multilib_header pkgconfig
|
||||
|
||||
MULTILIB_SCRIPTS = "${PN}-server:${bindir}/mariadbd-safe \
|
||||
${PN}-setupdb:${bindir}/mariadb-install-db"
|
||||
${PN}-setupdb:${bindir}/mariadb-install-db \
|
||||
libmysqlclient-dev:${bindir}/mysql_config \
|
||||
"
|
||||
|
||||
INITSCRIPT_PACKAGES = "${PN}-server ${PN}-setupdb"
|
||||
INITSCRIPT_NAME:${PN}-server = "mysqld"
|
||||
@@ -157,6 +159,7 @@ mariadb_sysroot_preprocess () {
|
||||
|
||||
do_install() {
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
oe_multilib_header mysql/mariadb_version.h mysql/server/my_config.h mysql/server/private/config.h
|
||||
|
||||
install -d ${D}/${sysconfdir}/init.d
|
||||
install -m 0644 ${WORKDIR}/my.cnf ${D}/${sysconfdir}/
|
||||
|
||||
Reference in New Issue
Block a user