Re: [oe] [PATCH 1/2] glib-2.0, dbus: drop dbus's dependency on glib and add dbus dependency to glib-2.0_2.26.1

2010-12-29 Thread Eric Bénard
On 30/12/2010 00:09, Andreas Oberritter wrote: On 12/29/2010 08:44 PM, Eric Bénard wrote: PKG_CONFIG_PATH contains both native and non native directories. Is this a bug or expected behavior? If expected, why is it needed at all? this is an expected behavior as PKG_CONFIG_PATH is set in bitba

Re: [oe] [PATCH 1/2] glib-2.0, dbus: drop dbus's dependency on glib and add dbus dependency to glib-2.0_2.26.1

2010-12-29 Thread Andreas Oberritter
On 12/29/2010 08:44 PM, Eric Bénard wrote: > PKG_CONFIG_PATH contains both native > and non native directories. Is this a bug or expected behavior? If expected, why is it needed at all? Regards, Andreas ___ Openembedded-devel mailing list Openembedded-

Re: [oe] [PATCH 1/2] glib-2.0, dbus: drop dbus's dependency on glib and add dbus dependency to glib-2.0_2.26.1

2010-12-29 Thread Eric Bénard
On 29/12/2010 19:58, Khem Raj wrote: On Wed, Dec 29, 2010 at 9:58 AM, Martin Jansa wrote: Signed-off-by: Martin Jansa Acked-by: Khem Raj --- recipes/dbus/dbus.inc |2 +- recipes/glib-2.0/glib-2.0_2.26.1.bb |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)

Re: [oe] [PATCH 1/2] glib-2.0, dbus: drop dbus's dependency on glib and add dbus dependency to glib-2.0_2.26.1

2010-12-29 Thread Michael 'Mickey' Lauer
Thanks for the patch, Martin. Ack'ed by me as well, although ideally we would outfactor something like dbus-headers, since glib only requires the dbus headers, nothing else. Cheers, :M: ___ Openembedded-devel mailing list Openembedded-devel@lists.op

Re: [oe] [PATCH 1/2] glib-2.0, dbus: drop dbus's dependency on glib and add dbus dependency to glib-2.0_2.26.1

2010-12-29 Thread Khem Raj
On Wed, Dec 29, 2010 at 9:58 AM, Martin Jansa wrote: > Signed-off-by: Martin Jansa Acked-by: Khem Raj > --- >  recipes/dbus/dbus.inc               |    2 +- >  recipes/glib-2.0/glib-2.0_2.26.1.bb |    4 ++-- >  2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/recipes/dbus/dbus

[oe] [PATCH 1/2] glib-2.0, dbus: drop dbus's dependency on glib and add dbus dependency to glib-2.0_2.26.1

2010-12-29 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes/dbus/dbus.inc |2 +- recipes/glib-2.0/glib-2.0_2.26.1.bb |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc index 73fc426..c235f74 100644 --- a/recipes/dbus/dbus.inc ++