Re: [OE-core] [PATCH] useradd.bbclass: do not let depend native packages on base-passwd from target

2011-11-22 Thread Saul Wold
On 11/17/2011 01:48 AM, Henning Heinold wrote: Hi, with the setup now in useradd.bbclass, at least dbus-native depends on the base-passwd from target. I think this is not wanted. My patch resets the DEPENDS line for native packages similar to nativesdk. Henning Heinold (1): useradd.bbclass:

[OE-core] [PATCH] useradd.bbclass: do not let depend native packages on base-passwd from target

2011-11-17 Thread Henning Heinold
Hi, with the setup now in useradd.bbclass, at least dbus-native depends on the base-passwd from target. I think this is not wanted. My patch resets the DEPENDS line for native packages similar to nativesdk. Henning Heinold (1): useradd.bbclass: do not let depend native packages on base-passwd

[OE-core] [PATCH] useradd.bbclass: do not let depend native packages on base-passwd from target

2011-11-17 Thread Henning Heinold
Signed-off-by: Henning Heinold hein...@inf.fu-berlin.de --- meta/classes/useradd.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass index 928f619..245588b 100644 --- a/meta/classes/useradd.bbclass +++

Re: [OE-core] [PATCH] useradd.bbclass: do not let depend native packages on base-passwd from target

2011-11-17 Thread Richard Purdie
On Thu, 2011-11-17 at 10:48 +0100, Henning Heinold wrote: Signed-off-by: Henning Heinold hein...@inf.fu-berlin.de --- meta/classes/useradd.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass index

Re: [OE-core] [PATCH] useradd.bbclass: do not let depend native packages on base-passwd from target

2011-11-17 Thread Paul Menzel
Dear Henning, Am Donnerstag, den 17.11.2011, 10:48 +0100 schrieb Henning Heinold: with the setup now in useradd.bbclass, at least dbus-native depends on the base-passwd from target. I think this is not wanted. My patch resets the DEPENDS line for native packages similar to nativesdk. why

Re: [OE-core] [PATCH] useradd.bbclass: do not let depend native packages on base-passwd from target

2011-11-17 Thread Henning Heinold
On Thu, Nov 17, 2011 at 05:26:33PM +0100, Paul Menzel wrote: Dear Henning, Am Donnerstag, den 17.11.2011, 10:48 +0100 schrieb Henning Heinold: with the setup now in useradd.bbclass, at least dbus-native depends on the base-passwd from target. I think this is not wanted. My patch

Re: [OE-core] [PATCH] useradd.bbclass: do not let depend native packages on base-passwd from target

2011-11-17 Thread Chris Larson
On Thu, Nov 17, 2011 at 9:26 AM, Paul Menzel paulepan...@users.sourceforge.net wrote: Am Donnerstag, den 17.11.2011, 10:48 +0100 schrieb Henning Heinold: with the setup now in useradd.bbclass, at least dbus-native depends on the base-passwd from target. I think this is not wanted. My patch

Re: [OE-core] [PATCH] useradd.bbclass: do not let depend native packages on base-passwd from target

2011-11-17 Thread Paul Menzel
Am Donnerstag, den 17.11.2011, 14:37 -0700 schrieb Chris Larson: On Thu, Nov 17, 2011 at 9:26 AM, Paul Menzel wrote: Am Donnerstag, den 17.11.2011, 10:48 +0100 schrieb Henning Heinold: with the setup now in useradd.bbclass, at least dbus-native depends on the base-passwd from target. I