aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-02-17 10:07:21 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2015-02-17 09:52:08 +0000
commitcd55798dd83dcb02fae5b5d0c158630ccbc1c896 (patch)
tree91dec27b05dd3a68f3ae98ae52b58f1cbc687f82
parent9b15b3269062dbc48445be9bdc8beccee0cd7054 (diff)
downloadmeta-openembedded-contrib-cd55798dd83dcb02fae5b5d0c158630ccbc1c896.tar.gz
python-django: extend to nativesdk
Allow this to be built for the SDK / buildtools if desired. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--meta-python/recipes-devtools/python/python-django_1.6.10.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-django_1.6.10.bb b/meta-python/recipes-devtools/python/python-django_1.6.10.bb
index 8623002e5f..a7ca803f23 100644
--- a/meta-python/recipes-devtools/python/python-django_1.6.10.bb
+++ b/meta-python/recipes-devtools/python/python-django_1.6.10.bb
@@ -17,3 +17,4 @@ inherit distutils
FILES_${PN} += "${datadir}/django"
+BBCLASSEXTEND = "nativesdk"