diff options
author | Derek Straka <derek@asterius.io> | 2017-11-27 11:04:23 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-11-30 09:13:32 -0800 |
commit | fccdfb1085ab926bb74cb57ad2366846ed7790bd (patch) | |
tree | 70eb5381665b413617216b6658a0de8c417dbaa5 | |
parent | 702d5f2366bbeff4f5b59ab15c17021e7c7a4b84 (diff) | |
download | meta-openembedded-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.inc | 2 |
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 ce904b694..e4f03b937 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 | |||
10 | PYPI_PACKAGE = "South" | 10 | PYPI_PACKAGE = "South" |
11 | inherit pypi | 11 | inherit pypi |
12 | 12 | ||
13 | BBCLASSEXTEND = "nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS_${PN} += "\ |
16 | ${PYTHON_PN}-django \ | 16 | ${PYTHON_PN}-django \ |