]> code.ossystems Code Review - openembedded-core.git/commit
site/powerpc-common: remove the incorrect dlopen default setting
authorYu Ke <ke.yu@intel.com>
Mon, 30 May 2011 02:10:01 +0000 (10:10 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 May 2011 07:18:38 +0000 (08:18 +0100)
commit89d56fbbb5e628983bcaf328f714f577b55f4fe2
treecf6199bac299b7719e33cf16fac1a572ef194431
parent5f6179324ac3956ad87123005bfcab4e8f30e67b
site/powerpc-common: remove the incorrect dlopen default setting

These two setting for dlopen is not correct. dlopen is not available in libc,
instead it is provided by libdl. so the setting should not be "yes" by default.

This fixes [YOCTO #736] [YOCTO #737]

Thanks Richard for pointing out the root cause.

CC: Richard Purdie <richard.purdie@linuxfoundation.org>
CC: Philip Balister <philip@balister.org>
CC: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/site/powerpc-common