generic-poky/meta
Robert Yang 7d8038dfc6 glib-2.0: fix a host contamination issue
We will see the following warning by accident:

$ bitbake nativesdk-glib-2.0

WARNING: QA Issue: nativesdk-glib-2.0-dbg: found library in wrong location:
/opt/poky/0.5.5/sysroots/x86_64-pokysdk-linux/usr/share/gdb/auto-load/opt/
poky/0.5.5/sysroots/x86_64-pokysdk-linux/usr/lib/libglib-2.0.so.0.3600.4-gdb.py

There are two '/opt/poky/0.5.5/sysroots' in the path when the warning
comes, this is what we need since glib-2.0 has done this intentionally
in its configure and Makefile.

This is because the configure script uses the:
ABS_GLIB_RUNTIME_LIBDIR = "readlink -f $libdir/$with_runtime_libdir`"
to figure out the abs dir, so if
/opt/poky/0.5.5/sysroots/x86_64-pokysdk-linux/usr/lib/ exists , there
would be warning, otherwise no warning.

We can change the "readlink -f" to "readlink -m" to fix the host
contamination issue.

Another fix could be:
ABS_GLIB_RUNTIME_LIBDIR =""

But this is much more like a workaround.

[YOCTO #5099]

(From OE-Core rev: 3e660ec01cc62c57b379b151e43c7952e97a1c2b)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-04 14:15:58 +01:00
..
classes package.bbclass: Fix darwin shlib handling 2013-09-04 14:15:57 +01:00
conf bitbake.conf: Add SDKPKGSUFFIX to hash whitelist 2013-09-04 14:15:57 +01:00
files device_table-minimal.txt: use user/group names instead of uid/gid 2013-08-16 11:14:34 +01:00
lib lib/oeqa/runtime: smart: serve repo on host ip only and increase timeout 2013-09-03 19:57:38 +01:00
recipes-bsp remove the unnecessary protocol parameters 2013-08-30 16:23:46 +01:00
recipes-connectivity bluez4: fix network Connect parameter validation 2013-08-30 18:06:31 +01:00
recipes-core glib-2.0: fix a host contamination issue 2013-09-04 14:15:58 +01:00
recipes-devtools flex: Only use create_wrapper for native and nativesdk 2013-09-04 14:15:57 +01:00
recipes-extended bc: add bc-native 2013-08-27 10:55:07 +01:00
recipes-gnome gtk+3: pull forward the gtk+2 hardcoded libtool patch 2013-08-30 16:23:47 +01:00
recipes-graphics mesa: add missing elfutils dependency for r600 PACKAGECONFIG 2013-08-30 18:06:31 +01:00
recipes-kernel lttng-ust: Update to version 2.2.1 2013-08-30 16:23:47 +01:00
recipes-lsb4 libpng12: rename libpng_1.2.50 to libpng12 2013-04-09 13:16:53 +01:00
recipes-multimedia pulseaudio: disable GTK+ by default 2013-09-02 18:04:59 +01:00
recipes-qt qt4: add upstream QTBUG-32534 patch for QHttpMultiPart upload corruption 2013-08-06 12:39:58 +01:00
recipes-rt rt-tests: add Upstream-Status for cyclictest patch 2013-07-29 13:09:03 +01:00
recipes-sato web-webkit: Drop, we have midori now 2013-08-30 17:27:08 +01:00
recipes-support meta: Don't use deprecated bitbake API 2013-09-01 15:51:42 +01:00
site apr_cv_mutex_recursive=yes added to apr_1.4.6.bb to make rosnodes work 2013-07-05 15:34:22 +01:00
COPYING.MIT
recipes.txt meta/recipes.txt: add recipes-lsb4 2013-04-10 09:23:17 +01:00