[oe-commits] Paul Eggleton : python-django(-south): extend to nativesdk

git at git.openembedded.org git at git.openembedded.org
Thu Feb 19 09:16:19 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 0b6a060707f273b4f2c9f874db4ea2dfe9493227
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0b6a060707f273b4f2c9f874db4ea2dfe9493227

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Tue Feb 17 09:55:23 2015 +0000

python-django(-south): extend to nativesdk

Allow this to be built for the SDK / buildtools if desired.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-python/recipes-devtools/python/python-django-south_1.0.2.bb | 1 +
 meta-python/recipes-devtools/python/python-django_1.6.10.bb      | 1 +
 2 files changed, 2 insertions(+)

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 a349983..9eab13d 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"
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 8623002..a7ca803 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"



More information about the Openembedded-commits mailing list