generic-poky/meta/recipes-core
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
..
base-files base-files: remove the unnecessary /media/xxx directories 2013-07-02 22:23:48 +01:00
base-passwd base-passwd: Add input group 2013-04-04 14:04:41 +01:00
busybox busybox: configure system user id to range from 100 to 999 2013-08-30 16:23:46 +01:00
console-tools console-tools: fix linking when using the multilib compiler 2013-02-04 16:42:48 +00:00
coreutils coreutils: allow for acl support 2013-08-20 15:31:25 +01:00
dbus dbus: add init.d/dbus-1 status command for LSB compliance 2013-08-26 11:47:17 +01:00
dbus-wait remove the unnecessary protocol parameters 2013-08-30 16:23:46 +01:00
dropbear dropbear: a fix for hang in dropbearkey, built for x32 2013-05-24 14:14:49 +01:00
eglibc eglibc: fix directory cleanup for 2.17 2013-08-26 13:19:41 +01:00
expat expat: update to upstream version 2.1.0 2012-05-16 07:34:28 +01:00
feed-config opkg-config-base/poky-feed-config-opkg: Always use ALL_MULTILIB_PACKAGE_ARCHS to build arch list 2012-04-16 12:52:10 +01:00
gettext gettext: update to upstream version 0.18.3.1 2013-08-26 16:29:18 +01:00
glib-2.0 glib-2.0: fix a host contamination issue 2013-09-04 14:15:58 +01:00
glib-networking glib-networking: update to 2.36.2 2013-05-24 14:14:40 +01:00
images build-appliance-image: upgrade to commit 5745e45b18 2013-08-30 16:23:46 +01:00
init-ifupdown init-ifupdown: set kernel parameters firstly 2013-07-05 15:34:21 +01:00
initrdscripts init-install.sh: fix to handle the boot partition correctly 2013-08-20 15:31:25 +01:00
initscripts read-only-rootfs-hook.sh: check before bind mounting /var/lib 2013-08-26 13:19:42 +01:00
jpeg recipes-core: replace virtclass-native(sdk) with class-native(sdk) 2012-11-02 16:18:27 +00:00
kbd kbd: cleanup update-alternatives deprecated code 2012-08-15 14:26:27 +01:00
libcgroup libcgroup: add SUMMARY and better DESCRIPTION 2013-04-29 14:45:04 +01:00
libxml Upstream-Status: Correct capitalization 2013-07-18 21:23:43 +01:00
meta buildtools-tarball: Add python-pkgutil 2013-08-29 00:23:20 +01:00
ncurses ncurses: add xterm-256color to terminfo-base 2013-07-13 18:23:38 +01:00
netbase netbase: upgrade to 5.1 2013-05-02 17:41:54 +01:00
packagegroups packagegroup-self-hosted: Add missing python code 2013-08-30 16:23:46 +01:00
psplash remove the unnecessary protocol parameters 2013-08-30 16:23:46 +01:00
readline readline: fix importing readline in python with probably escape sequence output 2013-07-29 13:09:01 +01:00
sysfsutils sysfsutils: Fix case where ${B} != ${S} 2013-03-18 13:18:24 +00:00
systemd systemd: use /bin/mkdir instead of host mkdir path 2013-08-30 18:06:32 +01:00
sysvinit sysvinit: add init.d/bootlogd status command for LSB compliance 2013-08-26 11:47:17 +01:00
uclibc remove the unnecessary protocol parameters 2013-08-30 16:23:46 +01:00
udev udev: remove implicit dependency on initscripts 2013-08-16 11:14:35 +01:00
update-rc.d remove the unnecessary protocol parameters 2013-08-30 16:23:46 +01:00
util-linux util-linux: package mkfs.cramfs and fsck.cramfs 2013-08-30 16:23:46 +01:00
zlib zlib: update to upstream version 1.2.8 2013-06-07 16:48:29 +01:00