[oe] [PATCH 2/5] matrix-gui-common: use INC_PR in versioned recipes

Chase Maupin chasemaupin03 at gmail.com
Wed Oct 13 14:01:28 UTC 2010


* Added an INC_PR to the matrix-gui-common.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>
---
 recipes/ti/matrix-gui-common.inc    |    2 ++
 recipes/ti/matrix-gui-common_1.1.bb |    2 +-
 recipes/ti/matrix-gui-common_1.2.bb |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/ti/matrix-gui-common.inc b/recipes/ti/matrix-gui-common.inc
index 46c0bd6..896da47 100644
--- a/recipes/ti/matrix-gui-common.inc
+++ b/recipes/ti/matrix-gui-common.inc
@@ -4,6 +4,8 @@ LICENSE = "BSD"
 SECTION = "multimedia"
 PRIORITY = "optional"
 
+INC_PR = "r5"
+
 COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)"
 
 PLATFORM_dm365 = "dm365"
diff --git a/recipes/ti/matrix-gui-common_1.1.bb b/recipes/ti/matrix-gui-common_1.1.bb
index 2b921af..b0f84bc 100644
--- a/recipes/ti/matrix-gui-common_1.1.bb
+++ b/recipes/ti/matrix-gui-common_1.1.bb
@@ -4,4 +4,4 @@ COMPATIBLE_MACHINE = "(dm365|omapl138|omap3)"
 
 SRCREV = "136"
 PV = "1.1"
-PR = "r4"
+PR = "${INC_PR}.0"
diff --git a/recipes/ti/matrix-gui-common_1.2.bb b/recipes/ti/matrix-gui-common_1.2.bb
index a3da400..6ea4d3d 100644
--- a/recipes/ti/matrix-gui-common_1.2.bb
+++ b/recipes/ti/matrix-gui-common_1.2.bb
@@ -2,4 +2,4 @@ require matrix-gui-common.inc
 
 SRCREV = "146"
 PV = "1.2"
-PR = "r0"
+PR = "${INC_PR}.0"
-- 
1.7.0.4





More information about the Openembedded-devel mailing list