From: Chase Maupin Date: Mon, 18 Oct 2010 03:36:04 +0000 (+0000) Subject: matrix-gui: remove unneeded PV lines X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=121b15fdfaa8a08b39b9abcf9ed20a72854692ab;p=openembedded.git 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 Signed-off-by: Koen Kooi --- diff --git a/recipes/ti/matrix-gui-common_1.1.bb b/recipes/ti/matrix-gui-common_1.1.bb index b0f84bc88c..9782f35def 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 6ea4d3dc2f..b626e9534c 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 2b6bd76075..8983f1bf9a 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 5ac2a566b1..84a0fa22b7 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 f14e20702a..41e0df2eb1 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 6837605a3c..b0da800d1d 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"