diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-02-17 10:07:57 +0000 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-02-19 09:49:47 +0000 |
commit | c6aea6177677b991247b23b1d7ca6c528588cd3c (patch) | |
tree | e3630e4dbcc0fd3a0d9a861e0d177eef50a9a600 /meta-python/recipes-devtools/python/python-django-south_1.0.2.bb | |
parent | 2b7bd3f02686397229a687cadc451c2f578b41f5 (diff) | |
download | meta-openembedded-c6aea6177677b991247b23b1d7ca6c528588cd3c.tar.gz |
python-django-south: extend to nativesdk
Allow this to be built for the SDK / buildtools if desired.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-django-south_1.0.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-django-south_1.0.2.bb | 1 |
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 a34998303..9eab13d04 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}" | |||
16 | 16 | ||
17 | inherit distutils | 17 | inherit distutils |
18 | 18 | ||
19 | BBCLASSEXTEND = "nativesdk" | ||