From: Frans Meulenbroeks Date: Fri, 26 Nov 2010 22:15:37 +0000 (+0100) Subject: mythtv: moved to rev 27202 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1d731b296d43a1d5e808de0ee145d802c6751ab;p=openembedded.git mythtv: moved to rev 27202 this fixes the compilation issue with qt 4.7 Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/mythtv/mythplugins_0.23+fixes.bb b/recipes/mythtv/mythplugins_0.23+fixes.bb index 419bfea52d..c55d76d49a 100644 --- a/recipes/mythtv/mythplugins_0.23+fixes.bb +++ b/recipes/mythtv/mythplugins_0.23+fixes.bb @@ -26,10 +26,10 @@ DEPENDS += " libxml-xpath-perl-native libxml-simple-perl-native libdatetime-form RDEPENDS_mythweather += " libxml-xpath-perl libxml-simple-perl libdatetime-format-iso8601-perl \ libsoap-lite-perl libimage-size-perl libdate-manip-perl " -PR = "svnr${SRCPV}+r6" +PR = "svnr${SRCPV}+r0" PV = "0.23" -SRCREV = "25609" +SRCREV = "27202" SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-23-fixes;module=mythplugins;proto=http \ file://sysroot.patch \ file://mythplugins_wo_qtopengl.diff \ diff --git a/recipes/mythtv/myththemes_0.23+fixes.bb b/recipes/mythtv/myththemes_0.23+fixes.bb index 849019d530..29352891b0 100644 --- a/recipes/mythtv/myththemes_0.23+fixes.bb +++ b/recipes/mythtv/myththemes_0.23+fixes.bb @@ -8,7 +8,7 @@ inherit qmake2 PR = "svnr${SRCPV}+r0" PV = "0.23" -SRCREV = "25609" +SRCREV = "27202" SRC_URI = \ "svn://svn.mythtv.org/svn/branches/release-0-23-fixes;module=myththemes;proto=http" diff --git a/recipes/mythtv/mythtv_0.23+fixes.bb b/recipes/mythtv/mythtv_0.23+fixes.bb index 0d15a5d099..777b092a3c 100644 --- a/recipes/mythtv/mythtv_0.23+fixes.bb +++ b/recipes/mythtv/mythtv_0.23+fixes.bb @@ -13,7 +13,7 @@ ARM_INSTRUCTION_SET = "arm" QMAKE_PROFILES = "mythtv.pro" -PR = "svnr${SRCPV}+r2" +PR = "svnr${SRCPV}+r0" PV = "0.23" # REALPV is here to support release candidates @@ -21,7 +21,7 @@ PV = "0.23" # but for packaging the real PV is needed REALPV = "0.23" -SRCREV = "25609" +SRCREV = "27202" SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-23-fixes;module=mythtv;proto=http" S = "${WORKDIR}/mythtv"