matrix-tui: use INC_PR in versioned recipe
authorChase Maupin <chasemaupin03@gmail.com>
Wed, 13 Oct 2010 04:01:31 +0000 (04:01 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 15 Oct 2010 15:58:18 +0000 (17:58 +0200)
* Added an INC_PR to the matrix-tui.inc file to be used
  by the individual version recipes.
* Modified the version recipe to use INC_PR in its 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-tui.inc
recipes/ti/matrix-tui_1.0.bb

index c8fd70d..6983406 100644 (file)
@@ -5,6 +5,8 @@ SECTION = "multimedia"
 PRIORITY = "optional"
 DEPENDS = "libxml2 zlib ncurses"
 
+INC_PR = "r5"
+
 INSANE_SKIP_${PN} = "True"
 
 SRC_URI = "svn://gforge.ti.com/svn/matrix_tui/;module=trunk;proto=https;user=anonymous;pswd='' \
index c82dc14..81e622b 100644 (file)
@@ -2,4 +2,4 @@ require matrix-tui.inc
 
 SRCREV = "29"
 PV = "1.0"
-PR = "r4"
+PR = "${INC_PR}.0"