From: Koen Kooi Date: Tue, 12 Jan 2010 20:11:46 +0000 (+0100) Subject: ti-cgt6x: fix versioning X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd038000b0e2d7d45926d0a9000ef28a3ec061fe;p=openembedded.git ti-cgt6x: fix versioning Signed-off-by: Koen Kooi --- diff --git a/recipes/ti/ti-cgt6x_6.0.21.bb b/recipes/ti/ti-cgt6x_6.0.21.bb index 16a5547b1f..9c7f1956f5 100644 --- a/recipes/ti/ti-cgt6x_6.0.21.bb +++ b/recipes/ti/ti-cgt6x_6.0.21.bb @@ -9,7 +9,8 @@ BINFILE="ti_cgt_c6000_6.0.21_setup_linux_x86.bin" S = "${WORKDIR}/cgt" # Yes, the xdc stuff still breaks with a '.' in PWD -PV = "6021" +PE = "1" +PV = "6_0_21" PR = "r3" diff --git a/recipes/ti/ti-cgt6x_6.1.9.bb b/recipes/ti/ti-cgt6x_6.1.9.bb index 594bca2fef..c93bf89823 100644 --- a/recipes/ti/ti-cgt6x_6.1.9.bb +++ b/recipes/ti/ti-cgt6x_6.1.9.bb @@ -9,7 +9,9 @@ BINFILE = "ti_cgt_c6000_6.1.9_setup_linux_x86.bin" S = "${WORKDIR}/cgt" # Yes, the xdc stuff still breaks with a '.' in PWD -PV = "6190" + +PE = "1" +PV = "6_1_9" PR = "r1"