diff options
author | Derek Straka <derek@asterius.io> | 2017-11-27 11:04:24 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-11-30 09:13:32 -0800 |
commit | 5f6a7c19af6bbed6fbc34f79198781c5c7cd0278 (patch) | |
tree | cc85849f4ebe5690bcce1365527702d60ceb62d4 /meta-python/recipes-devtools/python | |
parent | fccdfb1085ab926bb74cb57ad2366846ed7790bd (diff) | |
download | meta-openembedded-5f6a7c19af6bbed6fbc34f79198781c5c7cd0278.tar.gz |
python-django: add native to BBCLASSEXTEND
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-django.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-django.inc b/meta-python/recipes-devtools/python/python-django.inc index 58fd70aeb..e4ed860d7 100644 --- a/meta-python/recipes-devtools/python/python-django.inc +++ b/meta-python/recipes-devtools/python/python-django.inc | |||
@@ -11,7 +11,7 @@ inherit pypi | |||
11 | 11 | ||
12 | FILES_${PN} += "${datadir}/django" | 12 | FILES_${PN} += "${datadir}/django" |
13 | 13 | ||
14 | BBCLASSEXTEND = "nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
15 | 15 | ||
16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS_${PN} += "\ |
17 | ${PYTHON_PN}-datetime \ | 17 | ${PYTHON_PN}-datetime \ |