Go to file
Hongxu Jia a0a4037cf2 mariadb: fix do_configure failed while multilib is used
Here is the error log from mariadb's configure test
...
 checking for zlib compression library... configure: error: headers or
binaries were not found in /home/jiahongxu/yocto/build-20131009-mysql/
bitbake_build/tmp/sysroots/qemux86-64/usr/{include,lib}
...

When multilib is used, the baselib is assigned with "lib64", here is
the log from 'bitbake mariadb -e'
...
 4738 # $baselib [3 operations]
 4739 #   set conf/bitbake.conf:10
 4740 #     "${BASELIB}"
 4741 #   set conf/bitbake.conf:11
 4742 #     [vardepvalue] "${baselib}"
 4743 #   set /home/jiahongxu/yocto/build-20131009-mysql/layers/oe-core/meta/conf/multilib.conf:2
 4744 #     "${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) or 'INVALID'), True) or d.getVar('BASELIB', True)}"
 4745 # computed:
 4746 #   "${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) or 'INVALID'), True) or d.getVar('BASELIB', True)}"
 4747 baselib="lib64"
...

In this situation, the zlib locates in 'lib64' rather than 'lib'.
But mariadb's confiure test still searches zlib in 'lib'.

Modify mariadb's confiure to let lib dir configurable rather
than hardcode could fix this issue.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-14 14:27:36 +02:00
contrib update oe-stylize to be Python3 comaptible 2012-12-18 17:35:18 +01:00
meta-efl lightmediascanner: Add PACKAGECONFIG for ogg 2013-09-17 19:17:38 +02:00
meta-filesystems fuse-exfat, ntfs-3g-ntfsprogs: Move util-linux-mount to RRECOMMENDS 2013-10-05 12:36:03 +02:00
meta-gnome gnome-vfs: Add PACKAGECONFIG for fam 2013-09-17 19:17:38 +02:00
meta-gpe fbreader: add sqlite3 dependency 2013-08-14 13:34:27 +02:00
meta-initramfs klibc.bbclass: add a note about default of building -static 2013-10-11 10:11:28 +01:00
meta-multimedia schroedinger: add recipe 2013-10-05 12:36:25 +02:00
meta-networking netperf: set _FILE_OFFSET_BITS to 64 to support large files 2013-10-09 09:57:21 -04:00
meta-oe mariadb: fix do_configure failed while multilib is used 2013-10-14 14:27:36 +02:00
meta-perl libdbd-sqlite-perl: add version 1.40 2013-08-16 12:58:30 +02:00
meta-ruby ruby: add dependency on db gdbm readline 2013-07-30 11:17:13 +02:00
meta-systemd rpcbind: Remove systemd support which is merged in oe-core 2013-09-17 19:06:27 +02:00
meta-webserver apache2: fix error messages when restart apache service 2013-09-26 09:35:56 +01:00
meta-xfce xfce4-icon-theme: add xfce4-dev-tools-native to DEPENDS 2013-10-14 14:27:35 +02:00
toolchain-layer gcc-4.6: Update to match gcc restructing in OE-Core 2013-09-03 19:56:52 +02:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: add top level readme, update meta-oe one 2011-10-17 09:27:01 +02:00

Collection of layers for the OE-core universe

Please see the respective READMEs in the layer subdirectories