[poky] [PATCH 2/2] local.conf.sample: qemu-native DEPENDS libxext-naive

Burton, Ross ross.burton at intel.com
Tue Jul 22 06:02:58 PDT 2014


On 22 July 2014 11:31, Robert Yang <liezhi.yang at windriver.com> wrote:
> sysroots/x86_64-linux/usr/lib/libXext.so.6: undefined reference to `_XEatDataWords'

Context: that function was added to libX11 1.6, and numerous other
client libraries started using it to avoid security problems.  Older
hosts won't have it, but they also won't have libraries that are using
it.  So as far as I can tell the only way of replicating this is to
have a sysroot which contains libxext but not libx11.  Considering
libxext depends on libx11 that's not very likely.

What's your actual replication method?

Ross


More information about the poky mailing list