diff options
-rw-r--r-- | recipes/mythtv/mythtv_0.22.bb | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/recipes/mythtv/mythtv_0.22.bb b/recipes/mythtv/mythtv_0.22.bb index 43e09aa705..32513cf27f 100644 --- a/recipes/mythtv/mythtv_0.22.bb +++ b/recipes/mythtv/mythtv_0.22.bb @@ -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" |