On Thu, Nov 22, 2012 at 2:02 PM, Björn Stenberg <[email protected]> wrote: > This patch adds a new recipe dbus-test to build and package the dbus test > suite. The reason for a separate recipe is that the dbus test suite depends > on dbus-glib, so it cannot be compiled at the same time as dbus. > > An RDEPENDS rule is added to the dbus recipe to include the dbus-test > package into the image when ptest is enabled, since the standard -ptest > suffix mechanism does not apply to this package. > > Signed-off-by: Björn Stenberg <[email protected]> ... > @@ -9,6 +9,9 @@ X11DEPENDS = "virtual/libx11 libsm" > DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', > '${X11DEPENDS}', '', d)}" > DEPENDS_class-native = "expat-native virtual/libintl-native" > DEPENDS_class-nativesdk = "nativesdk-expat virtual/nativesdk-libintl > virtual/libx11" > +RDEPENDS = "${@base_contains('DISTRO_FEATURES', 'ptest', 'dbus-test', '', > d)}" > +RDEPENDS_class-native = ""
Maybe this could be handled in the native.bbclass? -- Otavio Salvador O.S. Systems E-mail: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
