aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-02-17 10:07:57 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2015-02-17 09:52:08 +0000
commit3dc70c7c0ff16312d95b52d822a0f43eeb1851ab (patch)
treed021cc5700af5726298e0c3c6ecbdc3e44a98a3c
parentcd55798dd83dcb02fae5b5d0c158630ccbc1c896 (diff)
downloadmeta-openembedded-contrib-paule/python-django-nativesdk.tar.gz
python-django-south: extend to nativesdkpaule/python-django-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-south_1.0.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-django-south_1.0.2.bb b/meta-python/recipes-devtools/python/python-django-south_1.0.2.bb
index a349983030..9eab13d04a 100644
--- a/meta-python/recipes-devtools/python/python-django-south_1.0.2.bb
+++ b/meta-python/recipes-devtools/python/python-django-south_1.0.2.bb
@@ -16,3 +16,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
+BBCLASSEXTEND = "nativesdk"