Hi, I noticed that dbus will pull in the ptest package as soon as ptest is in DISTRO_FEATURES, the recipe contains: RDEPENDS_dbus = "${@base_contains('DISTRO_FEATURES', 'ptest', 'dbus-ptest-ptest', '', d)}"
Shouldn't this be handled in image.bbclass via COMPLEMENTARY_GLOB[ptest-pkgs] = '*-ptest' ? Then it will only be installed if IMAGE_FEATURES contains ptest, which is how other packages handle ptest packages. If this is not intentional I can write up a patch and test it some. Cheers, Erik Botö _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core