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 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. > > There are 2 options i can see to solve this: > > Solution 1: Change the dbus-ptest recipe to also use the nativesdk class. > > Solution 2: Change the dbus recipe to not depend on ptest on nativesdks. > > I'm favoring Solution 2 and i tried to add RDEPENDS_class-nativesdk = > "" to the dbus.inc but that doesn't help. > > Is there anything that i'm missing or do i really need to install > ptest into my SDK ? > > Best Regards > Dominik