From 5f6a7c19af6bbed6fbc34f79198781c5c7cd0278 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 27 Nov 2017 11:04:24 -0500 Subject: python-django: add native to BBCLASSEXTEND Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-django.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-django.inc b/meta-python/recipes-devtools/python/python-django.inc index 58fd70aebb..e4ed860d7e 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 FILES_${PN} += "${datadir}/django" -BBCLASSEXTEND = "nativesdk" +BBCLASSEXTEND = "native nativesdk" RDEPENDS_${PN} += "\ ${PYTHON_PN}-datetime \ -- cgit 1.2.3-korg