Re: [OE-core] [PATCH V2] dbus: Don't depend on dbus-ptest-ptest for the nativesdk-dbus package

2013-11-19 Thread Dominik Holland
Hi, can anyone comment on my patch or push it into the master branch ? Dominik On 11/14/2013 05:15 PM, Dominik Holland wrote: I also changed RDEPENDS_class-native to RDEPENDS_dbus_class-native now --- meta/recipes-core/dbus/dbus.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion

[OE-core] [PATCH V2] dbus: Don't depend on dbus-ptest-ptest for the nativesdk-dbus package

2013-11-14 Thread Dominik Holland
I also changed RDEPENDS_class-native to RDEPENDS_dbus_class-native now --- meta/recipes-core/dbus/dbus.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 5864643..6612184 100644 --- a/meta/recipes-core

[OE-core] [PATCH] dbus: Don't depend on dbus-ptest-ptest for the nativesdk-dbus package

2013-11-14 Thread Dominik Holland
--- meta/recipes-core/dbus/dbus.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 5864643..0609d23 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc @@ -11,6 +11,7 @@ DEPENDS_class-native

Re: [OE-core] nativesdk-dbus depends on nativesdk-dbus-ptest-ptest

2013-11-13 Thread Dominik Holland
Hi, sorry my fault it needs to be RDEPENDS_dbus_class-nativesdk = "" but shouldn't than the RDEPENDS_class-native = "" also be changed to RDEPENDS_dbus_class-native = "" Dominik On 11/13/2013 04:53 PM, Dominik Holland wrote: Hi, i'm trying to port

[OE-core] nativesdk-dbus depends on nativesdk-dbus-ptest-ptest

2013-11-13 Thread Dominik Holland
Hi, i'm trying to port a application which has a dependency to dbus. This tool is host tool and should be included in the sdk. Because of that i added a dependency to nativesdk-dbus. But it doesn't build for because nativesdk-dbus depends on nativesdk-dbus-ptest-ptest which is not available.