Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/3] PR bumps to allow removal of meta-oe bbappends
@ 2013-04-16 15:25 Paul Eggleton
  2013-04-16 15:25 ` [PATCH v2 1/3] packagegroup-qte-toolchain-target: bump PR to allow removal of meta-oe bbappend Paul Eggleton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paul Eggleton @ 2013-04-16 15:25 UTC (permalink / raw)
  To: openembedded-core

If we can apply these for 1.4 we can drop the bbappends in meta-oe,
which should avoid unnecessary rebuilds when adding that layer.

Since v1, bump by 2 as originally requested by Martin and bump INC_PR
for the qt4-* recipes as pointed out by him in feedback.


The following changes since commit 1a70a3225947aa45f3e1f377d50a5865aac64d2b:

  runqemu-internal: Drop distcc support (2013-04-16 12:39:27 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/qt-meta-oe-bbappends
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/qt-meta-oe-bbappends

Paul Eggleton (3):
  packagegroup-qte-toolchain-target: bump PR to allow removal of
    meta-oe bbappend
  qt4-embedded: bump PR to allow removal of meta-oe bbappend
  qt4-x11-free: bump PR to allow removal of meta-oe bbappend

 meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb |    2 +-
 meta/recipes-qt/qt4/qt4-embedded.inc                               |    2 +-
 meta/recipes-qt/qt4/qt4-x11-free.inc                               |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.10.4




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

* [PATCH v2 1/3] packagegroup-qte-toolchain-target: bump PR to allow removal of meta-oe bbappend
  2013-04-16 15:25 [PATCH v2 0/3] PR bumps to allow removal of meta-oe bbappends Paul Eggleton
@ 2013-04-16 15:25 ` Paul Eggleton
  2013-04-16 15:25 ` [PATCH v2 2/3] qt4-embedded: " Paul Eggleton
  2013-04-16 15:25 ` [PATCH v2 3/3] qt4-x11-free: " Paul Eggleton
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2013-04-16 15:25 UTC (permalink / raw)
  To: openembedded-core

The meta-oe bbappend only increments PRINC, if we bump PR here we can
remove that.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb b/meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb
index 9c3b22c..0b022c9 100644
--- a/meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb
+++ b/meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Target packages for Qt Embedded SDK"
 
-PR = "r5"
+PR = "r7"
 
 QTLIBPREFIX = "-embedded"
 
-- 
1.7.10.4




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

* [PATCH v2 2/3] qt4-embedded: bump PR to allow removal of meta-oe bbappend
  2013-04-16 15:25 [PATCH v2 0/3] PR bumps to allow removal of meta-oe bbappends Paul Eggleton
  2013-04-16 15:25 ` [PATCH v2 1/3] packagegroup-qte-toolchain-target: bump PR to allow removal of meta-oe bbappend Paul Eggleton
@ 2013-04-16 15:25 ` Paul Eggleton
  2013-04-16 15:25 ` [PATCH v2 3/3] qt4-x11-free: " Paul Eggleton
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2013-04-16 15:25 UTC (permalink / raw)
  To: openembedded-core

The meta-oe bbappend only increments PRINC, if we bump INC_PR here we
can remove that.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-qt/qt4/qt4-embedded.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc
index f231e98..7c8876b 100644
--- a/meta/recipes-qt/qt4/qt4-embedded.inc
+++ b/meta/recipes-qt/qt4/qt4-embedded.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is
 SECTION = "libs"
 HOMEPAGE = "http://qt.nokia.com"
 DEPENDS += "directfb tslib"
-INC_PR = "r50"
+INC_PR = "r52"
 
 QT4EDEPENDS = ""
 QT_BASE_LIB  ?= "libqt-embedded"
-- 
1.7.10.4




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

* [PATCH v2 3/3] qt4-x11-free: bump PR to allow removal of meta-oe bbappend
  2013-04-16 15:25 [PATCH v2 0/3] PR bumps to allow removal of meta-oe bbappends Paul Eggleton
  2013-04-16 15:25 ` [PATCH v2 1/3] packagegroup-qte-toolchain-target: bump PR to allow removal of meta-oe bbappend Paul Eggleton
  2013-04-16 15:25 ` [PATCH v2 2/3] qt4-embedded: " Paul Eggleton
@ 2013-04-16 15:25 ` Paul Eggleton
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2013-04-16 15:25 UTC (permalink / raw)
  To: openembedded-core

The meta-oe bbappend only increments PRINC, if we bump INC_PR here we
can remove that.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-qt/qt4/qt4-x11-free.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc
index a50b0c7..8853260 100644
--- a/meta/recipes-qt/qt4/qt4-x11-free.inc
+++ b/meta/recipes-qt/qt4/qt4-x11-free.inc
@@ -7,7 +7,7 @@ DEPENDS += "virtual/libgl virtual/libx11 fontconfig libxft libxext libxrender li
 PROVIDES += "qt4-x11"
 QT4DEPENDS = ""
 
-INC_PR = "r48"
+INC_PR = "r50"
 
 QT_GLFLAGS ?= "${@base_contains('DISTRO_FEATURES', 'opengl', '-opengl', '-no-opengl', d)} "
 QT_GLFLAGS_qemux86 = "-opengl"
-- 
1.7.10.4




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

end of thread, other threads:[~2013-04-16 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-16 15:25 [PATCH v2 0/3] PR bumps to allow removal of meta-oe bbappends Paul Eggleton
2013-04-16 15:25 ` [PATCH v2 1/3] packagegroup-qte-toolchain-target: bump PR to allow removal of meta-oe bbappend Paul Eggleton
2013-04-16 15:25 ` [PATCH v2 2/3] qt4-embedded: " Paul Eggleton
2013-04-16 15:25 ` [PATCH v2 3/3] qt4-x11-free: " Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox