mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
mariadb: move linker fix to .inc
When using a recent cross-binutils you need this fix as well, so move it from -native to the .inc. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -9,9 +9,6 @@ PACKAGES = ""
|
|||||||
EXTRA_OEMAKE = ""
|
EXTRA_OEMAKE = ""
|
||||||
EXTRA_OECONF = " --with-embedded-server "
|
EXTRA_OECONF = " --with-embedded-server "
|
||||||
|
|
||||||
SRC_URI += "file://fix-link-error-ub1310.patch \
|
|
||||||
"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
oe_runmake 'DESTDIR=${D}' install
|
oe_runmake 'DESTDIR=${D}' install
|
||||||
mv -f ${D}${libdir}/mysql/* ${D}${libdir}
|
mv -f ${D}${libdir}/mysql/* ${D}${libdir}
|
||||||
|
|||||||
@@ -17,7 +17,9 @@ SRC_URI = "http://mirrors.coreix.net/mariadb/mariadb-${PV}/kvm-tarbake-jaunty-x8
|
|||||||
file://storage-forbids-absolute-addresses-on-IA-32.patch \
|
file://storage-forbids-absolute-addresses-on-IA-32.patch \
|
||||||
file://my.cnf \
|
file://my.cnf \
|
||||||
file://mysqld.sh \
|
file://mysqld.sh \
|
||||||
file://avoid-plugin-options-warnings.patch"
|
file://avoid-plugin-options-warnings.patch \
|
||||||
|
file://fix-link-error-ub1310.patch \
|
||||||
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "44c331fa91943155e4796f89e17a0612"
|
SRC_URI[md5sum] = "44c331fa91943155e4796f89e17a0612"
|
||||||
SRC_URI[sha256sum] = "33471e9275c9b03919cabc38eb39f807d645adabf6a1a18f2e41ed73f47677c8"
|
SRC_URI[sha256sum] = "33471e9275c9b03919cabc38eb39f807d645adabf6a1a18f2e41ed73f47677c8"
|
||||||
|
|||||||
Reference in New Issue
Block a user