diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-02 12:48:32 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-02 16:50:47 +0100 |
commit | f356ede9adb6357ec434d0ec4ada73853d98c8a0 (patch) | |
tree | 8aeb89117899b872746770c1a1548c33b347042e /recipes/mythtv | |
parent | b7d812a8fa631d0201edfeece0e17e1192267d77 (diff) |
mythtv 0.22: switch to 0.22+fixes
Diffstat (limited to 'recipes/mythtv')
-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" |