All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 0/2] Extend django recipes to nativesdk
@ 2015-02-17  9:55 Paul Eggleton
  2015-02-17  9:55 ` [meta-python][PATCH 1/2] python-django: extend " Paul Eggleton
  2015-02-17  9:55 ` [meta-python][PATCH 2/2] python-django-south: " Paul Eggleton
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Eggleton @ 2015-02-17  9:55 UTC (permalink / raw)
  To: openembedded-devel

I forgot to do this in the original versions.


The following changes since commit 9b15b3269062dbc48445be9bdc8beccee0cd7054:

  opensc: add new recipe (2015-02-12 19:37:20 +0100)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib paule/python-django-nativesdk
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=paule/python-django-nativesdk

Paul Eggleton (2):
  python-django: extend to nativesdk
  python-django-south: extend to nativesdk

 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(+)

-- 
1.9.3



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-python][PATCH 1/2] python-django: extend to nativesdk
  2015-02-17  9:55 [meta-python][PATCH 0/2] Extend django recipes to nativesdk Paul Eggleton
@ 2015-02-17  9:55 ` Paul Eggleton
  2015-02-17  9:55 ` [meta-python][PATCH 2/2] python-django-south: " Paul Eggleton
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2015-02-17  9:55 UTC (permalink / raw)
  To: openembedded-devel

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

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta-python/recipes-devtools/python/python-django_1.6.10.bb | 1 +
 1 file changed, 1 insertion(+)

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"
-- 
1.9.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-python][PATCH 2/2] python-django-south: extend to nativesdk
  2015-02-17  9:55 [meta-python][PATCH 0/2] Extend django recipes to nativesdk Paul Eggleton
  2015-02-17  9:55 ` [meta-python][PATCH 1/2] python-django: extend " Paul Eggleton
@ 2015-02-17  9:55 ` Paul Eggleton
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2015-02-17  9:55 UTC (permalink / raw)
  To: openembedded-devel

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

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta-python/recipes-devtools/python/python-django-south_1.0.2.bb | 1 +
 1 file changed, 1 insertion(+)

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"
-- 
1.9.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-17  9:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-17  9:55 [meta-python][PATCH 0/2] Extend django recipes to nativesdk Paul Eggleton
2015-02-17  9:55 ` [meta-python][PATCH 1/2] python-django: extend " Paul Eggleton
2015-02-17  9:55 ` [meta-python][PATCH 2/2] python-django-south: " Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.