From d51d78ee7b2378240ca6359aff8d4658f082afa4 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Thu, 7 Feb 2019 15:36:41 -0200 Subject: python*-markupsafe: Add native and nativesdk to BBCLASSEXTEND SIGNED-off-by: Fabio Berton Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-markupsafe.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-markupsafe.inc b/meta-python/recipes-devtools/python/python-markupsafe.inc index 927f84452a..437a60cfbf 100644 --- a/meta-python/recipes-devtools/python/python-markupsafe.inc +++ b/meta-python/recipes-devtools/python/python-markupsafe.inc @@ -10,3 +10,5 @@ PYPI_PACKAGE = "MarkupSafe" inherit pypi RDEPENDS_${PN} += "${PYTHON_PN}-stringold" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg