On Wed, Jul 4, 2018 at 5:53 AM, Burton, Ross <[email protected]> wrote: > On 4 July 2018 at 01:55, Andre McCurdy <[email protected]> wrote: >> DEPENDS += "${PYTHON_PN}" >> -DEPENDS_class-native += "${PYTHON_PN}-native" >> -DEPENDS_class-nativesdk += "nativesdk-${PYTHON_PN}" >> +DEPENDS_class-native = "${PYTHON_PN}-native" >> +DEPENDS_class-nativesdk = "nativesdk-${PYTHON_PN}" > > Whilst there's nothing wrong with this patch, as the BBCLASSEXTEND > handles DEPENDS-munging isn't this a better fix: > > DEPENDS += "${PYTHON_PN}" > -DEPENDS_class-native += "${PYTHON_PN}-native" > -DEPENDS_class-nativesdk += "nativesdk-${PYTHON_PN}"
Removing the over-rides completely results in both the native and nativesdk variants gaining a new dependency on python-distribute-native (courtesy of setuptools.bbclass). -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
