**** BEGIN LOGGING AT Sun Oct 06 02:59:57 2019 Oct 06 04:14:16 New news from stackoverflow: meta-toolchain target build Oct 06 08:52:42 hi Oct 06 08:57:35 how does yocto deal with the problem demonstrated in this repo: https://github.com/ali1234/autofools Oct 06 08:59:14 the problem being that libtool sets rpath in libbar so it can find libfoo, but then when linking to libbar, gcc prepends the sysroot to the rpath, making it invalid, because nothing has been installed yet Oct 06 09:00:42 i know yocto must deal with it because gstreamer has this problem Oct 06 09:23:57 i am wondering if this patch is the fix: https://raw.githubusercontent.com/intel/luv-yocto/master/meta/recipes-devtools/binutils/binutils/0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch Oct 06 09:44:06 seems like that is for something else Oct 06 10:15:04 New news from stackoverflow: Adding nativesdk-qt4-tools to my yocto SDK Oct 06 23:37:09 hmm i see. poky supplies its own version of autotools, presumably heavily patched Oct 06 23:59:03 somehow it avoids setting rpath on lt libs Oct 07 00:04:41 argh, i found it Oct 07 00:05:17 poky libtool has "link_all_deplibs=unknown" which is the same as yes Oct 07 00:05:40 this means there are never any indirect dependencies, so the "problem" never happens Oct 07 00:05:51 but it also means everything is over-linked Oct 07 01:17:07 New news from stackoverflow: How to export DBUS_SESSION_BUS_ADDRESS **** ENDING LOGGING AT Mon Oct 07 02:59:57 2019