aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-django.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-11-27 11:04:24 -0500
committerArmin Kuster <akuster808@gmail.com>2017-11-30 09:13:32 -0800
commit8f24d701593415bbeee3b0d5c2a955e0e5a184ce (patch)
tree2f9bae4b5eed2d9e21e1bb1f87de673ef7a233c2 /recipes-devtools/python/python-django.inc
parent32b99287a7c9d6d6fe2785d40de069f2c3473249 (diff)
downloadmeta-python2-8f24d701593415bbeee3b0d5c2a955e0e5a184ce.tar.gz
python-django: add native to BBCLASSEXTEND
(From meta-openembedded commit: 5f6a7c19af6bbed6fbc34f79198781c5c7cd0278) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-django.inc')
-rw-r--r--recipes-devtools/python/python-django.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-django.inc b/recipes-devtools/python/python-django.inc
index 58fd70a..e4ed860 100644
--- a/recipes-devtools/python/python-django.inc
+++ b/recipes-devtools/python/python-django.inc
@@ -11,7 +11,7 @@ inherit pypi
FILES_${PN} += "${datadir}/django"
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"
RDEPENDS_${PN} += "\
${PYTHON_PN}-datetime \