[OE-core] dbus depends on dbus-ptest-ptest if ptest in DISTRO_FEATURES - bug?

Erik Botö erik.boto at pelagicore.com
Fri Nov 22 09:42:44 UTC 2013


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ö



More information about the Openembedded-core mailing list