From fccdfb1085ab926bb74cb57ad2366846ed7790bd Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 27 Nov 2017 11:04:23 -0500 Subject: python-django-south: add native to BBCLASSEXTEND Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-django-south.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit 1.2.3-korg