[oe-commits] Chase Maupin : matrix-gui: remove unneeded PV lines

git version control git at git.openembedded.org
Mon Oct 18 15:41:16 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 121b15fdfaa8a08b39b9abcf9ed20a72854692ab
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=121b15fdfaa8a08b39b9abcf9ed20a72854692ab

Author: Chase Maupin <chasemaupin03 at gmail.com>
Date:   Mon Oct 18 03:36:04 2010 +0000

matrix-gui: remove unneeded PV lines

* Remove setting PV since the default value is correct.
* This is one less thing to change when adding new versions.

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/ti/matrix-gui-common_1.1.bb |    1 -
 recipes/ti/matrix-gui-common_1.2.bb |    1 -
 recipes/ti/matrix-gui-e_1.1.bb      |    1 -
 recipes/ti/matrix-gui-e_1.2.bb      |    1 -
 recipes/ti/matrix-gui_1.1.bb        |    1 -
 recipes/ti/matrix-gui_1.2.bb        |    1 -
 6 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/recipes/ti/matrix-gui-common_1.1.bb b/recipes/ti/matrix-gui-common_1.1.bb
index b0f84bc..9782f35 100644
--- a/recipes/ti/matrix-gui-common_1.1.bb
+++ b/recipes/ti/matrix-gui-common_1.1.bb
@@ -3,5 +3,4 @@ require matrix-gui-common.inc
 COMPATIBLE_MACHINE = "(dm365|omapl138|omap3)"
 
 SRCREV = "136"
-PV = "1.1"
 PR = "${INC_PR}.0"
diff --git a/recipes/ti/matrix-gui-common_1.2.bb b/recipes/ti/matrix-gui-common_1.2.bb
index 6ea4d3d..b626e95 100644
--- a/recipes/ti/matrix-gui-common_1.2.bb
+++ b/recipes/ti/matrix-gui-common_1.2.bb
@@ -1,5 +1,4 @@
 require matrix-gui-common.inc
 
 SRCREV = "146"
-PV = "1.2"
 PR = "${INC_PR}.0"
diff --git a/recipes/ti/matrix-gui-e_1.1.bb b/recipes/ti/matrix-gui-e_1.1.bb
index 2b6bd76..8983f1b 100644
--- a/recipes/ti/matrix-gui-e_1.1.bb
+++ b/recipes/ti/matrix-gui-e_1.1.bb
@@ -3,6 +3,5 @@ require matrix-gui-e.inc
 COMPATIBLE_MACHINE = "(dm365|omapl138|omap3)"
 
 SRCREV = "136"
-PV = "1.1"
 PR = "${INC_PR}.0"
 
diff --git a/recipes/ti/matrix-gui-e_1.2.bb b/recipes/ti/matrix-gui-e_1.2.bb
index 5ac2a56..84a0fa2 100644
--- a/recipes/ti/matrix-gui-e_1.2.bb
+++ b/recipes/ti/matrix-gui-e_1.2.bb
@@ -1,6 +1,5 @@
 require matrix-gui-e.inc
 
 SRCREV = "146"
-PV = "1.2"
 PR = "${INC_PR}.0"
 
diff --git a/recipes/ti/matrix-gui_1.1.bb b/recipes/ti/matrix-gui_1.1.bb
index f14e207..41e0df2 100644
--- a/recipes/ti/matrix-gui_1.1.bb
+++ b/recipes/ti/matrix-gui_1.1.bb
@@ -3,5 +3,4 @@ require matrix-gui.inc
 COMPATIBLE_MACHINE = "(dm365|omapl138|omap3)"
 
 SRCREV = "136"
-PV = "1.1"
 PR = "${INC_PR}.0"
diff --git a/recipes/ti/matrix-gui_1.2.bb b/recipes/ti/matrix-gui_1.2.bb
index 6837605..b0da800 100644
--- a/recipes/ti/matrix-gui_1.2.bb
+++ b/recipes/ti/matrix-gui_1.2.bb
@@ -1,5 +1,4 @@
 require matrix-gui.inc
 
 SRCREV = "146"
-PV = "1.2"
 PR = "${INC_PR}.0"





More information about the Openembedded-commits mailing list