* Created matrix-tui.inc to abstract the common recipe
functionality.
* Created the matrix-tui_1.0.bb recipe in place of the
matrix-tui_svn.bb recipe.
* This is to allow for multiple versions of this recipe
to exist.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
PRIORITY = "optional"
DEPENDS = "libxml2 zlib ncurses"
-SRCREV = "29"
-PV = "1.0"
-PR = "r3+svnr${SRCPV}"
-
INSANE_SKIP_${PN} = "True"
SRC_URI = "svn://gforge.ti.com/svn/matrix_tui/;module=trunk;proto=https;user=anonymous;pswd='' \
--- /dev/null
+require matrix-tui.inc
+
+SRCREV = "29"
+PV = "1.0"
+PR = "r4"