mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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>
This commit is contained in:
@@ -33,10 +33,12 @@ UPSTREAM_CHECK_URI = "https://github.com/MariaDB/server/tags"
|
||||
|
||||
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"
|
||||
@@ -160,6 +162,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 ${UNPACKDIR}/my.cnf ${D}/${sysconfdir}/
|
||||
|
||||
Reference in New Issue
Block a user