All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1 v2][PULL] Fix bug 2355
@ 2012-04-23  8:53 Dongxiao Xu
  2012-04-23  8:53 ` [PATCH 1/1] qt4: move functions from python to shell style Dongxiao Xu
  2012-04-23  9:45 ` [PATCH 0/1 v2][PULL] Fix bug 2355 Xu, Dongxiao
  0 siblings, 2 replies; 9+ messages in thread
From: Dongxiao Xu @ 2012-04-23  8:53 UTC (permalink / raw)
  To: openembedded-core

Hi Richard,

This pull request is the second version to fix bug 2355, please help to review and pull.

Changes from v1:
Add an inherit for siteinfo.bbclass

Thanks,
Dongxiao

The following changes since commit 00256125873ff6f1630743a712e882e5f473a9d2:

  self-hosted-image: Update poky revision to point at the 1.2 release branch (2012-04-18 15:59:20 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dxu4/hob-bugfix-oecore
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob-bugfix-oecore

Dongxiao Xu (1):
  qt4: move functions from python to shell style

 meta/recipes-qt/qt4/qt4-embedded.inc        |    2 +-
 meta/recipes-qt/qt4/qt4-tools-nativesdk.inc |   15 +++++++++++--
 meta/recipes-qt/qt4/qt4-x11-free.inc        |    2 +-
 meta/recipes-qt/qt4/qt4.inc                 |   28 +++++++++++++++++++++++---
 meta/recipes-qt/qt4/qt4_arch.inc            |   25 ------------------------
 5 files changed, 38 insertions(+), 34 deletions(-)
 delete mode 100644 meta/recipes-qt/qt4/qt4_arch.inc

-- 
1.7.4.1




^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0/1 v3][PULL] Fix bug 2355
@ 2012-05-08  5:28 Dongxiao Xu
  2012-05-08  5:28 ` [PATCH 1/1] qt4: move functions from python to shell style Dongxiao Xu
  0 siblings, 1 reply; 9+ messages in thread
From: Dongxiao Xu @ 2012-05-08  5:28 UTC (permalink / raw)
  To: openembedded-core

Hi Richard and Saul,

This pull request is to fix bug 2355, please help to review and pull.

Change from v2:
Keep the qt4_arch.inc file and put set_arch() and set_endian() functions there.

Thanks,
Dongxiao

The following changes since commit 2929e7d590862d9649458c90804e79a1dce40423:

  glib-2.0: Fix issues with libelf dependency creeping in (2012-05-07 10:53:24 +0100)

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

Dongxiao Xu (1):
  qt4: move functions from python to shell style

 meta/recipes-qt/qt4/qt4-embedded.inc        |    2 +-
 meta/recipes-qt/qt4/qt4-tools-nativesdk.inc |    5 ++-
 meta/recipes-qt/qt4/qt4-x11-free.inc        |    2 +-
 meta/recipes-qt/qt4/qt4.inc                 |    5 ++-
 meta/recipes-qt/qt4/qt4_arch.inc            |   36 ++++++++++++---------------
 5 files changed, 24 insertions(+), 26 deletions(-)

-- 
1.7.4.1




^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0/1][PULL] Fix bug 2355
@ 2012-04-21 15:05 Dongxiao Xu
  2012-04-21 15:05 ` [PATCH 1/1] qt4: move functions from python to shell style Dongxiao Xu
  0 siblings, 1 reply; 9+ messages in thread
From: Dongxiao Xu @ 2012-04-21 15:05 UTC (permalink / raw)
  To: openembedded-core

Hi Richard,

This patch is to fix bug 2355, please help to review and pull.

Thanks,
Dongxiao

The following changes since commit 00256125873ff6f1630743a712e882e5f473a9d2:

  self-hosted-image: Update poky revision to point at the 1.2 release branch (2012-04-18 15:59:20 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dxu4/hob-bugfix-oecore
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob-bugfix-oecore

Dongxiao Xu (1):
  qt4: move functions from python to shell style

 meta/recipes-qt/qt4/qt4-embedded.inc        |    2 +-
 meta/recipes-qt/qt4/qt4-tools-nativesdk.inc |   15 ++++++++++++---
 meta/recipes-qt/qt4/qt4-x11-free.inc        |    2 +-
 meta/recipes-qt/qt4/qt4.inc                 |   27 +++++++++++++++++++++++----
 meta/recipes-qt/qt4/qt4_arch.inc            |   25 -------------------------
 5 files changed, 37 insertions(+), 34 deletions(-)
 delete mode 100644 meta/recipes-qt/qt4/qt4_arch.inc

-- 
1.7.4.1




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

end of thread, other threads:[~2012-05-08 13:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23  8:53 [PATCH 0/1 v2][PULL] Fix bug 2355 Dongxiao Xu
2012-04-23  8:53 ` [PATCH 1/1] qt4: move functions from python to shell style Dongxiao Xu
2012-04-24 10:50   ` Paul Eggleton
2012-05-08  5:34     ` Xu, Dongxiao
2012-04-23  9:45 ` [PATCH 0/1 v2][PULL] Fix bug 2355 Xu, Dongxiao
2012-04-23 10:34   ` Xu, Dongxiao
  -- strict thread matches above, loose matches on Subject: below --
2012-05-08  5:28 [PATCH 0/1 v3][PULL] " Dongxiao Xu
2012-05-08  5:28 ` [PATCH 1/1] qt4: move functions from python to shell style Dongxiao Xu
2012-05-08 13:05   ` Richard Purdie
2012-04-21 15:05 [PATCH 0/1][PULL] Fix bug 2355 Dongxiao Xu
2012-04-21 15:05 ` [PATCH 1/1] qt4: move functions from python to shell style Dongxiao Xu

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.