On Fri, Nov 15, 2013 at 1:37 PM, Martin Jansa <[email protected]> wrote: > On Tue, Nov 12, 2013 at 10:34:26AM +0000, [email protected] wrote: >> Module: openembedded-core.git >> Branch: master >> Commit: 55b950500fd9d944042e3c2b0872685f0a60e8eb >> URL: >> http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=55b950500fd9d944042e3c2b0872685f0a60e8eb >> >> Author: Ross Burton <[email protected]> >> Date: Fri Nov 8 16:06:38 2013 +0000 >> >> glib-2.0: move more logic to the .inc >> >> The .bb was getting larger with configuration being arbitarily split between >> .bb >> and .inc. To help adding a glib_git recipe, strip the .bb down to SRC_URI. >> >> Also don't remove $libdir/gio as it should be owned by glib. > > IIRC we had fix for this QA warning before and now I see it again: > > WARNING: QA Issue: glib-2.0-dbg: found library in wrong location: > /usr/share/gdb/auto-load/usr/lib64/libgobject-2.0.so.0.3800.1-gdb.py > glib-2.0-dbg: found library in wrong location: > /usr/share/gdb/auto-load/usr/lib64/libglib-2.0.so.0.3800.1-gdb.py > > Is it possible that something was left out? I don't know since when I > have this warning, so it could be since last glib-2.0 upgrade as well.
FWIW the location of this file is correct, glob is being greedy here. We should check if name ends with .so<0-9.> then warn/error out > > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core > _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
