* 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>
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='' \
SRCREV = "29"
PV = "1.0"
-PR = "r4"
+PR = "${INC_PR}.0"