diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-06-04 12:21:06 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-06-08 14:15:23 +0200 |
commit | f6176c913c0a78603cfc0177e85f614812c38dce (patch) | |
tree | 2fe1287f88669daf480b9a8e5e257536d3a1be53 /meta-oe | |
parent | 234ab5fb48c8d4e174a1bc27da4fc70dd50f4c0d (diff) | |
download | meta-openembedded-f6176c913c0a78603cfc0177e85f614812c38dce.tar.gz |
mariadb.inc: use x86 over-ride instead of i586
Support i686 without needing to duplicate the i586 over-ride.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/mysql/mariadb.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc index 00fa965ac..5a1cde44f 100644 --- a/meta-oe/recipes-support/mysql/mariadb.inc +++ b/meta-oe/recipes-support/mysql/mariadb.inc | |||
@@ -174,7 +174,7 @@ FILES_libmysqlclient-dbg = "${libdir}/plugin/.debug/ \ | |||
174 | # Avoid warnings about ha_xtradb.so.0.0.0 and ha_innodb_plugin.so.0.0.0 | 174 | # Avoid warnings about ha_xtradb.so.0.0.0 and ha_innodb_plugin.so.0.0.0 |
175 | # which are intentionally non-PIC on 32-bit x86 (see e.g. | 175 | # which are intentionally non-PIC on 32-bit x86 (see e.g. |
176 | # storage/xtradb/plug.in in the source) | 176 | # storage/xtradb/plug.in in the source) |
177 | INSANE_SKIP_libmysqlclient_append_i586 = " textrel" | 177 | INSANE_SKIP_libmysqlclient_append_x86 = " textrel" |
178 | 178 | ||
179 | FILES_libmysqlclient-r = "${libdir}/libmysqlclient_r.so.*" | 179 | FILES_libmysqlclient-r = "${libdir}/libmysqlclient_r.so.*" |
180 | FILES_libmysqlclient-r-dev = "\ | 180 | FILES_libmysqlclient-r-dev = "\ |