[oe-commits] Chase Maupin : matrix-gui: use INC_PR in versioned recipes

git version control git at git.openembedded.org
Fri Oct 15 16:01:27 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5657d5ed59efe23a7fcfe179a8cfd53ed2eabeb7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5657d5ed59efe23a7fcfe179a8cfd53ed2eabeb7

Author: Chase Maupin <chasemaupin03 at gmail.com>
Date:   Wed Oct 13 04:01:30 2010 +0000

matrix-gui: use INC_PR in versioned recipes

* Added an INC_PR to the matrix-gui.inc file to be used
  by the individual version recipes.
* Modified the version recipes to use INC_PR in their PR setting.

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Acked-by: Denys Dmytriyenko <denis at denix.org>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/ti/matrix-gui.inc    |    2 ++
 recipes/ti/matrix-gui_1.1.bb |    2 +-
 recipes/ti/matrix-gui_1.2.bb |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/ti/matrix-gui.inc b/recipes/ti/matrix-gui.inc
index 871240f..a2a2721 100644
--- a/recipes/ti/matrix-gui.inc
+++ b/recipes/ti/matrix-gui.inc
@@ -4,6 +4,8 @@ LICENSE = "BSD"
 SECTION = "multimedia"
 PRIORITY = "optional"
 
+INC_PR = "r18"
+
 COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)"
 
 PLATFORM_dm365 = "dm365"
diff --git a/recipes/ti/matrix-gui_1.1.bb b/recipes/ti/matrix-gui_1.1.bb
index 22a8b86..f14e207 100644
--- a/recipes/ti/matrix-gui_1.1.bb
+++ b/recipes/ti/matrix-gui_1.1.bb
@@ -4,4 +4,4 @@ COMPATIBLE_MACHINE = "(dm365|omapl138|omap3)"
 
 SRCREV = "136"
 PV = "1.1"
-PR = "r17"
+PR = "${INC_PR}.0"
diff --git a/recipes/ti/matrix-gui_1.2.bb b/recipes/ti/matrix-gui_1.2.bb
index 486fd2d..6837605 100644
--- a/recipes/ti/matrix-gui_1.2.bb
+++ b/recipes/ti/matrix-gui_1.2.bb
@@ -2,4 +2,4 @@ require matrix-gui.inc
 
 SRCREV = "146"
 PV = "1.2"
-PR = "r0"
+PR = "${INC_PR}.0"





More information about the Openembedded-commits mailing list