[oe-commits] Koen Kooi : mythtv 0.22: switch to 0.22+fixes

git version control git at git.openembedded.org
Sat Jan 2 16:14:44 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: f356ede9adb6357ec434d0ec4ada73853d98c8a0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f356ede9adb6357ec434d0ec4ada73853d98c8a0

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Jan  2 12:48:32 2010 +0100

mythtv 0.22: switch to 0.22+fixes

---

 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 43e09aa..32513cf 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"





More information about the Openembedded-commits mailing list