mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
mariadb: handle seperate builddir
Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ S = "${WORKDIR}/mariadb-${PV}"
|
||||
|
||||
BINCONFIG_GLOB = "mysql_config"
|
||||
|
||||
inherit autotools binconfig update-rc.d useradd
|
||||
inherit autotools-brokensep binconfig update-rc.d useradd
|
||||
|
||||
INITSCRIPT_PACKAGES = "${PN}-server"
|
||||
INITSCRIPT_NAME = "mysqld"
|
||||
@@ -59,7 +59,7 @@ EXTRA_OECONF = "--with-atomic-ops=up \
|
||||
"
|
||||
|
||||
do_configure_append() {
|
||||
sed -i /comp_err/d ${S}/sql/share/Makefile
|
||||
sed -i /comp_err/d ${B}/sql/share/Makefile
|
||||
|
||||
# handle distros with different values of ${libexecdir}
|
||||
libexecdir2=`echo ${libexecdir} | sed -e 's+/usr/++g'`
|
||||
|
||||
Reference in New Issue
Block a user