All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uicmoc-native.inc: Changed PR to INC_PR
@ 2010-08-24  6:56 Noor Ahsan
  2010-08-24  7:08 ` Frans Meulenbroeks
  0 siblings, 1 reply; 2+ messages in thread
From: Noor Ahsan @ 2010-08-24  6:56 UTC (permalink / raw)
  To: openembedded-devel

* Converted PR to INC_PR

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
---
 recipes/uicmoc/uicmoc4-native.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/uicmoc/uicmoc4-native.inc b/recipes/uicmoc/uicmoc4-native.inc
index 1124226..ea6a469 100644
--- a/recipes/uicmoc/uicmoc4-native.inc
+++ b/recipes/uicmoc/uicmoc4-native.inc
@@ -4,7 +4,7 @@ SECTION = "libs"
 HOMEPAGE = "http://www.trolltech.com"
 PRIORITY = "optional"
 LICENSE = "GPL"
-PR = "r1"
+INC_PR = "r1"
 
 SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \
            file://configure-fix.patch"
-- 
1.6.3.3


From b5ec4b836699cc8780524a214a9e884ca0936212 Mon Sep 17 00:00:00 2001
Date: Mon, 23 Aug 2010 18:28:38 +0600
Subject: [PATCH] uicmoc4-native: Introduced PR in the recipe file

* Introduced PR and set it to ${INC_PR}.0

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
---
 recipes/uicmoc/uicmoc4-native_4.4.3.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/uicmoc/uicmoc4-native_4.4.3.bb b/recipes/uicmoc/uicmoc4-native_4.4.3.bb
index d1816d2..0ef53e1 100644
--- a/recipes/uicmoc/uicmoc4-native_4.4.3.bb
+++ b/recipes/uicmoc/uicmoc4-native_4.4.3.bb
@@ -1,3 +1,4 @@
+PR = ${INC_PR}.0
 require uicmoc4-native.inc
 
 inherit native
-- 
1.6.3.3




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

* Re: [PATCH] uicmoc-native.inc: Changed PR to INC_PR
  2010-08-24  6:56 [PATCH] uicmoc-native.inc: Changed PR to INC_PR Noor Ahsan
@ 2010-08-24  7:08 ` Frans Meulenbroeks
  0 siblings, 0 replies; 2+ messages in thread
From: Frans Meulenbroeks @ 2010-08-24  7:08 UTC (permalink / raw)
  To: openembedded-devel

2010/8/24 Noor Ahsan <noor_ahsan@mentor.com>:
> * Converted PR to INC_PR
>
> Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
> ---
>  recipes/uicmoc/uicmoc4-native.inc |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/uicmoc/uicmoc4-native.inc b/recipes/uicmoc/uicmoc4-native.inc
> index 1124226..ea6a469 100644
> --- a/recipes/uicmoc/uicmoc4-native.inc
> +++ b/recipes/uicmoc/uicmoc4-native.inc
> @@ -4,7 +4,7 @@ SECTION = "libs"
>  HOMEPAGE = "http://www.trolltech.com"
>  PRIORITY = "optional"
>  LICENSE = "GPL"
> -PR = "r1"
> +INC_PR = "r1"
>
>  SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \
>            file://configure-fix.patch"
> --
> 1.6.3.3
>
>
> From b5ec4b836699cc8780524a214a9e884ca0936212 Mon Sep 17 00:00:00 2001
> Date: Mon, 23 Aug 2010 18:28:38 +0600
> Subject: [PATCH] uicmoc4-native: Introduced PR in the recipe file
>
> * Introduced PR and set it to ${INC_PR}.0
>
> Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
> ---
>  recipes/uicmoc/uicmoc4-native_4.4.3.bb |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/recipes/uicmoc/uicmoc4-native_4.4.3.bb b/recipes/uicmoc/uicmoc4-native_4.4.3.bb
> index d1816d2..0ef53e1 100644
> --- a/recipes/uicmoc/uicmoc4-native_4.4.3.bb
> +++ b/recipes/uicmoc/uicmoc4-native_4.4.3.bb
> @@ -1,3 +1,4 @@
> +PR = ${INC_PR}.0
>  require uicmoc4-native.inc
>
>  inherit native
> --
> 1.6.3.3
>

Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>

Actually it might be desirable to start with an INC_PR that is one
bigger that the largest value of PR. Then again the functionality of
the recipe does not change at all, so in the end it does not matter
(afaik)



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

end of thread, other threads:[~2010-08-24  7:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-24  6:56 [PATCH] uicmoc-native.inc: Changed PR to INC_PR Noor Ahsan
2010-08-24  7:08 ` Frans Meulenbroeks

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.