All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Refactor external-python-tarball
@ 2013-01-21  7:59 Kang Kai
  2013-01-21  7:59 ` [PATCH 1/2] createrepo-native: update dependency Kang Kai
  2013-01-21  7:59 ` [PATCH 2/2] external-python-tarball: code refactoring Kang Kai
  0 siblings, 2 replies; 9+ messages in thread
From: Kang Kai @ 2013-01-21  7:59 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhenfeng.Zhao

The following changes since commit be2a1508b16b3afc89521b3fa1eb195a0c6970fe:

  oprofile: set correct kernel path (2013-01-20 13:14:08 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib kangkai/external-python
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/external-python

Kang Kai (2):
  createrepo-native: update dependency
  external-python-tarball: code refactoring

 meta/classes/populate_python_deb.bbclass           |   42 +++++++++++++
 meta/classes/populate_python_ipk.bbclass           |   43 ++++++++++++++
 meta/classes/populate_python_rpm.bbclass           |   59 +++++++++++++++++++
 meta/recipes-core/meta/external-python-tarball.bb  |   61 ++++----------------
 .../createrepo/createrepo_0.4.11.bb                |    4 +-
 5 files changed, 157 insertions(+), 52 deletions(-)
 create mode 100644 meta/classes/populate_python_deb.bbclass
 create mode 100644 meta/classes/populate_python_ipk.bbclass
 create mode 100644 meta/classes/populate_python_rpm.bbclass

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0/2] V2: Refactor external-python-tarball
@ 2013-01-22 11:30 Kang Kai
  2013-01-22 11:30 ` [PATCH 2/2] external-python-tarball: code refactoring Kang Kai
  0 siblings, 1 reply; 9+ messages in thread
From: Kang Kai @ 2013-01-22 11:30 UTC (permalink / raw)
  To: richard.purdie; +Cc: Zhenfeng.Zhao, openembedded-core

V2:
Reuse the populate_sdk_base code to update external-python-tarball.

The following changes since commit 37e025f6f9c410005e0f1dee0767e38eaec01cbd:

  bitbake: hob: Hob should display warnings generated during parsing (2013-01-21 19:05:31 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib kangkai/external-python
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/external-python

Kang Kai (2):
  createrepo-native: update dependency
  external-python-tarball: code refactoring

 meta/recipes-core/meta/external-python-tarball.bb  |   69 ++------------------
 .../createrepo/createrepo_0.4.11.bb                |    4 +-
 2 files changed, 8 insertions(+), 65 deletions(-)

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0/2] V3: Refactor external-python-tarball.bb
@ 2013-01-23  3:13 Kang Kai
  2013-01-23  3:13 ` [PATCH 2/2] external-python-tarball: code refactoring Kang Kai
  0 siblings, 1 reply; 9+ messages in thread
From: Kang Kai @ 2013-01-23  3:13 UTC (permalink / raw)
  To: sgw; +Cc: Zhenfeng.Zhao, openembedded-core

V3:
Inherit bbclass at then end of bb file that we can still use ?= to define variables.
Remove DEPENDS that already defined in populate_sdk_base.bbclass.

The following changes since commit 37e025f6f9c410005e0f1dee0767e38eaec01cbd:

  bitbake: hob: Hob should display warnings generated during parsing (2013-01-21 19:05:31 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib kangkai/external-python
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/external-python

Kang Kai (2):
  createrepo-native: update dependency
  external-python-tarball: code refactoring

 meta/recipes-core/meta/external-python-tarball.bb  |   67 +------------------
 .../createrepo/createrepo_0.4.11.bb                |    4 +-
 2 files changed, 6 insertions(+), 65 deletions(-)

-- 
1.7.5.4




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

end of thread, other threads:[~2013-01-23  3:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21  7:59 [PATCH 0/2] Refactor external-python-tarball Kang Kai
2013-01-21  7:59 ` [PATCH 1/2] createrepo-native: update dependency Kang Kai
2013-01-21  7:59 ` [PATCH 2/2] external-python-tarball: code refactoring Kang Kai
2013-01-21 10:25   ` Richard Purdie
2013-01-22  1:52     ` Kang Kai
  -- strict thread matches above, loose matches on Subject: below --
2013-01-22 11:30 [PATCH 0/2] V2: Refactor external-python-tarball Kang Kai
2013-01-22 11:30 ` [PATCH 2/2] external-python-tarball: code refactoring Kang Kai
2013-01-22 16:58   ` Saul Wold
2013-01-23  2:35     ` Kang Kai
2013-01-23  3:13 [PATCH 0/2] V3: Refactor external-python-tarball.bb Kang Kai
2013-01-23  3:13 ` [PATCH 2/2] external-python-tarball: code refactoring Kang Kai

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.