mythtv 0.22: switch to 0.22+fixes
authorKoen Kooi <koen@openembedded.org>
Sat, 2 Jan 2010 11:48:32 +0000 (12:48 +0100)
committerKoen Kooi <koen@openembedded.org>
Sat, 2 Jan 2010 15:50:47 +0000 (16:50 +0100)
recipes/mythtv/mythtv_0.22.bb

index 43e09aa..32513cf 100644 (file)
@@ -8,23 +8,27 @@ RDEPENDS_${PN} = "mythtv-backend mythtv-frontend mythtv-bin mythtv-filters mytht
 mysql5-server mysql5-client libmysqlclient qt4-plugin-sqldriver-sqlmysql xmltv"
 RDEPENDS_${PN}_append_libc-glibc = " glibc-gconv-utf-16"
 
+PR = "${SRCREV}+r6"
 PV = "0.22"
-PR = "r2"
+
 # REALPV is here to support release candidates
 # OE in that case has as PV something like 0.21+0.22rc1
 # but for packaging the real PV is needed
 REALPV = "0.22"
 
+SRCREV = "23062"
+SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=mythtv;proto=http"
+
+S = "${WORKDIR}/mythtv"
+
 ALLOW_EMPTY_${PN} = "1"
 
 QMAKE_PROFILES = "mythtv.pro"
 
-SRC_URI = "ftp://ftp.osuosl.org/pub/mythtv/mythtv-0.22.tar.bz2 \
+SRC_URI += " \
         file://configure.patch;patch=1 \
         "
 
-S = "${WORKDIR}/mythtv-0.22"
-
 inherit qmake2 qt4x11
 
 EXTRA_MYTHTVCONF_armv7a = "--cpu=cortex-a8"