On 4 July 2018 at 01:55, Andre McCurdy <armccu...@gmail.com> 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}"

Ross
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to