2010/8/24 Noor Ahsan <[email protected]>: > * Converted PR to INC_PR > > Signed-off-by: Noor Ahsan <[email protected]> > --- > 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 <[email protected]> > --- > 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 <[email protected]> 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) _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
