All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] PR bumps to allow removal of meta-oe bbappends
@ 2013-04-16 15:01 Paul Eggleton
  2013-04-16 15:01 ` [PATCH 1/3] packagegroup-qte-toolchain-target: bump PR to allow removal of meta-oe bbappend Paul Eggleton
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Paul Eggleton @ 2013-04-16 15:01 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.


The following changes since commit 67a73bfce60dfed75653365a5c4fca85319be8cc:

  hicolor-icon-theme: bump PR to allow removal of duplicate from meta-gnome (2013-04-16 15:37:10 +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_4.8.4.bb                          |    2 +-
 meta/recipes-qt/qt4/qt4-x11-free_4.8.4.bb                          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.10.4




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

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

The meta-oe bbappend only increments PR, 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..5b0e44b 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 = "r6"
 
 QTLIBPREFIX = "-embedded"
 
-- 
1.7.10.4




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

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

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

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

diff --git a/meta/recipes-qt/qt4/qt4-embedded_4.8.4.bb b/meta/recipes-qt/qt4/qt4-embedded_4.8.4.bb
index 286da95..c08927e 100644
--- a/meta/recipes-qt/qt4/qt4-embedded_4.8.4.bb
+++ b/meta/recipes-qt/qt4/qt4-embedded_4.8.4.bb
@@ -1,7 +1,7 @@
 require qt4-${PV}.inc
 require qt4-embedded.inc
 
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
 
 QT_CONFIG_FLAGS_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " -no-neon" ,d)}"
 
-- 
1.7.10.4




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

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

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

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

diff --git a/meta/recipes-qt/qt4/qt4-x11-free_4.8.4.bb b/meta/recipes-qt/qt4/qt4-x11-free_4.8.4.bb
index e5db30d..d6edef9 100644
--- a/meta/recipes-qt/qt4/qt4-x11-free_4.8.4.bb
+++ b/meta/recipes-qt/qt4/qt4-x11-free_4.8.4.bb
@@ -1,7 +1,7 @@
 require qt4-x11-free.inc
 require qt4-${PV}.inc
 
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
 
 QT_CONFIG_FLAGS_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " -no-neon" ,d)}"
 
-- 
1.7.10.4




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

* Re: [PATCH 2/3] qt4-embedded: bump PR to allow removal of meta-oe bbappend
  2013-04-16 15:01 ` [PATCH 2/3] qt4-embedded: " Paul Eggleton
@ 2013-04-16 15:15   ` Martin Jansa
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2013-04-16 15:15 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 804 bytes --]

On Tue, Apr 16, 2013 at 04:01:23PM +0100, Paul Eggleton wrote:
> The meta-oe bbappend only increments PR, if we bump PR here we can
> remove that.
> 
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> ---
>  meta/recipes-qt/qt4/qt4-embedded_4.8.4.bb |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-qt/qt4/qt4-embedded_4.8.4.bb b/meta/recipes-qt/qt4/qt4-embedded_4.8.4.bb
> index 286da95..c08927e 100644
> --- a/meta/recipes-qt/qt4/qt4-embedded_4.8.4.bb
> +++ b/meta/recipes-qt/qt4/qt4-embedded_4.8.4.bb
> @@ -1,7 +1,7 @@
>  require qt4-${PV}.inc
>  require qt4-embedded.inc
>  
> -PR = "${INC_PR}.3"
> +PR = "${INC_PR}.4"

You need to bump INC_PR to replace PRINC

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-16 15:01 [PATCH 0/3] PR bumps to allow removal of meta-oe bbappends Paul Eggleton
2013-04-16 15:01 ` [PATCH 1/3] packagegroup-qte-toolchain-target: bump PR to allow removal of meta-oe bbappend Paul Eggleton
2013-04-16 15:01 ` [PATCH 2/3] qt4-embedded: " Paul Eggleton
2013-04-16 15:15   ` Martin Jansa
2013-04-16 15:01 ` [PATCH 3/3] qt4-x11-free: " 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.