matrix-gui-common: use INC_PR in versioned recipes
authorChase Maupin <chasemaupin03@gmail.com>
Wed, 13 Oct 2010 04:01:28 +0000 (04:01 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 15 Oct 2010 15:58:17 +0000 (17:58 +0200)
* 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@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/ti/matrix-gui-common.inc
recipes/ti/matrix-gui-common_1.1.bb
recipes/ti/matrix-gui-common_1.2.bb

index 096c321..b5a368e 100644 (file)
@@ -4,6 +4,8 @@ LICENSE = "BSD"
 SECTION = "multimedia"
 PRIORITY = "optional"
 
+INC_PR = "r5"
+
 COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)"
 
 PLATFORM_dm365 = "dm365"
index 2b921af..b0f84bc 100644 (file)
@@ -4,4 +4,4 @@ COMPATIBLE_MACHINE = "(dm365|omapl138|omap3)"
 
 SRCREV = "136"
 PV = "1.1"
-PR = "r4"
+PR = "${INC_PR}.0"
index a3da400..6ea4d3d 100644 (file)
@@ -2,4 +2,4 @@ require matrix-gui-common.inc
 
 SRCREV = "146"
 PV = "1.2"
-PR = "r0"
+PR = "${INC_PR}.0"