aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-11-27 11:04:23 -0500
committerArmin Kuster <akuster808@gmail.com>2017-11-30 09:13:32 -0800
commitfccdfb1085ab926bb74cb57ad2366846ed7790bd (patch)
tree70eb5381665b413617216b6658a0de8c417dbaa5
parent702d5f2366bbeff4f5b59ab15c17021e7c7a4b84 (diff)
downloadmeta-openembedded-contrib-fccdfb1085ab926bb74cb57ad2366846ed7790bd.tar.gz
python-django-south: add native to BBCLASSEXTEND
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-django-south.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-django-south.inc b/meta-python/recipes-devtools/python/python-django-south.inc
index ce904b6947..e4f03b937d 100644
--- a/meta-python/recipes-devtools/python/python-django-south.inc
+++ b/meta-python/recipes-devtools/python/python-django-south.inc
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef
PYPI_PACKAGE = "South"
inherit pypi
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"
RDEPENDS_${PN} += "\
${PYTHON_PN}-django \