All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe-commits] Ross Burton : glib-2.0: move more logic to the .inc
       [not found] <20131112103426.B32915026B@opal>
@ 2013-11-15 21:37 ` Martin Jansa
  2013-11-15 22:08   ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2013-11-15 21:37 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1138 bytes --]

On Tue, Nov 12, 2013 at 10:34:26AM +0000, git@git.openembedded.org 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 <ross.burton@intel.com>
> 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.


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [oe-commits] Ross Burton : glib-2.0: move more logic to the .inc
  2013-11-15 21:37 ` [oe-commits] Ross Burton : glib-2.0: move more logic to the .inc Martin Jansa
@ 2013-11-15 22:08   ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2013-11-15 22:08 UTC (permalink / raw)
  To: Martin Jansa; +Cc: Patches and discussions about the oe-core layer

On Fri, Nov 15, 2013 at 1:37 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Tue, Nov 12, 2013 at 10:34:26AM +0000, git@git.openembedded.org 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 <ross.burton@intel.com>
>> 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
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-15 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20131112103426.B32915026B@opal>
2013-11-15 21:37 ` [oe-commits] Ross Burton : glib-2.0: move more logic to the .inc Martin Jansa
2013-11-15 22:08   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.