aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-markupsafe.inc
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2019-02-07 15:36:41 -0200
committerKhem Raj <raj.khem@gmail.com>2019-02-07 10:07:48 -0800
commitd51d78ee7b2378240ca6359aff8d4658f082afa4 (patch)
treebf98e517490b46bd56aa91b67644e041da804bb6 /meta-python/recipes-devtools/python/python-markupsafe.inc
parentbc3560c8edf4539440b21f1b0d52326b7c6faa57 (diff)
downloadmeta-openembedded-contrib-d51d78ee7b2378240ca6359aff8d4658f082afa4.tar.gz
python*-markupsafe: Add native and nativesdk to BBCLASSEXTEND
SIGNED-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-markupsafe.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-markupsafe.inc2
1 files changed, 2 insertions, 0 deletions
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"