From: Koen Kooi Date: Wed, 5 Jan 2011 12:59:36 +0000 (+0100) Subject: ti-xgxperf: move SRCREV to common include and bump to r79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89ed3ea727b6a72025f0506d224cd71e1990f381;p=openembedded.git ti-xgxperf: move SRCREV to common include and bump to r79 Signed-off-by: Koen Kooi --- diff --git a/recipes/ti/ti-xgxperf-qt-embedded_svn.bb b/recipes/ti/ti-xgxperf-qt-embedded_svn.bb index 206a52d0b3..cc189fb2a4 100644 --- a/recipes/ti/ti-xgxperf-qt-embedded_svn.bb +++ b/recipes/ti/ti-xgxperf-qt-embedded_svn.bb @@ -2,5 +2,4 @@ inherit qt4e require ti-xgxperf.inc -SRCREV = "77" PV = "1.0.0.0" diff --git a/recipes/ti/ti-xgxperf-qt-x11_svn.bb b/recipes/ti/ti-xgxperf-qt-x11_svn.bb index 7c529f4a7d..a68f3f3277 100644 --- a/recipes/ti/ti-xgxperf-qt-x11_svn.bb +++ b/recipes/ti/ti-xgxperf-qt-x11_svn.bb @@ -2,5 +2,4 @@ inherit qt4x11 require ti-xgxperf.inc -SRCREV = "77" PV = "1.0.0.0" diff --git a/recipes/ti/ti-xgxperf.inc b/recipes/ti/ti-xgxperf.inc index 5dfc168f2f..e85c9b0053 100644 --- a/recipes/ti/ti-xgxperf.inc +++ b/recipes/ti/ti-xgxperf.inc @@ -1,6 +1,7 @@ HOMEPAGE = "http://processors.wiki.ti.com/index.php/Xgxperf" DESCRIPTION = "Qt Benchmarking Utility With Sample GUI applications For 2D/3D UseCases" +SRCREV = "79" SRC_URI = "svn://gforge.ti.com/svn/gleslayer/;module=trunk;proto=https;user=anonymous;pswd=''" S = "${WORKDIR}/trunk/Packages/OMAP3_Graphics_SDK/xgxperf/xgxperf"