On Fri, 2012-07-27 at 07:44 -0700, Chris Larson wrote: > On Fri, Jul 27, 2012 at 6:10 AM, Ahsan, Noor <[email protected]> wrote: > > From: Noor Ahsan <[email protected]> > > > > * Build was hitting an error "Nothing RPROVIDES 'dbus-x11'". dbus-glib > > RDEPENDS on it and > > > > dbus was providing dbus-x11 when x11 was present in DISTRO FEATURES. So > > conditionally > > > > added dbus-x11 to RDEPENDS_${PN}-tests in dbus-glib recipe. > > > > * Verified on qemuppc. > > > > Signed-off-by: Noor Ahsan <[email protected]> > > I think this is a better fix: > > -PACKAGES += "${PN}-bash-completion ${PN}-tests-dbg ${PN}-tests" > +PACKAGES += "${PN}-bash-completion ${@base_contains('PACKAGECONFIG', > 'tests', '${PN}-tests-dbg ${PN}-tests', '', d}" > > Due to this: > > PACKAGECONFIG ??= "" > PACKAGECONFIG[tests] = "--enable-tests,,,"
Its also worth noting that the dbus-x11 package is soon to be no more given other patches on the mailing list. Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
