mariadb: fix QA Issue ELF binary has relocations in .text while multilib enabled
authorHongxu Jia <hongxu.jia@windriver.com>
Fri, 15 Nov 2013 08:33:06 +0000 (16:33 +0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:34:31 +0000 (08:34 -0800)
commit16e41fb7b861ffbae03a86f7befcee34bff25281
tree19611e856a0a9a1d8a47bd750620bc3ffe43d3aa
parent74665a09565c3677eeb711eaa6b867df4dc33e3a
mariadb: fix QA Issue ELF binary has relocations in .text while multilib enabled

bitbake lib32-mariadb
...
WARNING: QA Issue: ELF binary 'bitbake_build/tmp/work/x86-wrsmllib32-linux/lib32-mariadb/5.1.67-r0/packages-split/lib32-libmysqlclient/usr/lib/plugin/ha_xtradb.so.0.0.0' has relocations in .text
WARNING: QA Issue: ELF binary 'bitbake_build/tmp/work/x86-wrsmllib32-linux/lib32-mariadb/5.1.67-r0/packages-split/lib32-libmysqlclient/usr/lib/plugin/ha_innodb_plugin.so.0.0.0' has relocations in .text
...
The mariadb used absolute addresses on IA-32, we should forbid this.

(From meta-openembedded rev: baa94eb95116f4f578aaebd5d4a2620e57377fec)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/mysql/mariadb/storage-forbids-absolute-addresses-on-IA-32.patch [new file with mode: 0644]
meta-openembedded/meta-oe/recipes-support/mysql/mariadb_5.1.67.inc