matrix-tui: create versioned matrix-tui recipe
authorChase Maupin <chasemaupin03@gmail.com>
Thu, 30 Sep 2010 08:12:06 +0000 (08:12 +0000)
committerDenys Dmytriyenko <denis@denix.org>
Thu, 30 Sep 2010 23:32:36 +0000 (19:32 -0400)
* 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>
recipes/ti/matrix-tui.inc [moved from recipes/ti/matrix-tui_svn.bb with 95% similarity]
recipes/ti/matrix-tui_1.0.bb [new file with mode: 0644]

similarity index 95%
rename from recipes/ti/matrix-tui_svn.bb
rename to recipes/ti/matrix-tui.inc
index 4a223e4..c8fd70d 100644 (file)
@@ -5,10 +5,6 @@ SECTION = "multimedia"
 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='' \
diff --git a/recipes/ti/matrix-tui_1.0.bb b/recipes/ti/matrix-tui_1.0.bb
new file mode 100644 (file)
index 0000000..c82dc14
--- /dev/null
@@ -0,0 +1,5 @@
+require matrix-tui.inc
+
+SRCREV = "29"
+PV = "1.0"
+PR = "r4"