[oe-commits] Koen Kooi : mythtv 0.23: make it atually fetch for the 0. 23 branch instead of the 0.22 branch

git version control git at git.openembedded.org
Mon Jun 14 07:23:01 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 809fb1a21a429285b69296df40cc5e35e95914bb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=809fb1a21a429285b69296df40cc5e35e95914bb

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jun 14 09:21:18 2010 +0200

mythtv 0.23: make it atually fetch for the 0.23 branch instead of the 0.22 branch

---

 recipes/mythtv/mythplugins_0.23+fixes.bb |    2 +-
 recipes/mythtv/myththemes_0.23+fixes.bb  |    2 +-
 recipes/mythtv/mythtv_0.23+fixes.bb      |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/mythtv/mythplugins_0.23+fixes.bb b/recipes/mythtv/mythplugins_0.23+fixes.bb
index 1966185..7aa4db8 100644
--- a/recipes/mythtv/mythplugins_0.23+fixes.bb
+++ b/recipes/mythtv/mythplugins_0.23+fixes.bb
@@ -15,7 +15,7 @@ PR = "svnr${SRCPV}+r0"
 PV = "0.23"
 
 SRCREV = "25073"
-SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=mythplugins;proto=http \
+SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-23-fixes;module=mythplugins;proto=http \
         file://sysroot.patch \
         file://mythplugins_wo_qtopengl.diff \
         file://configure.patch \
diff --git a/recipes/mythtv/myththemes_0.23+fixes.bb b/recipes/mythtv/myththemes_0.23+fixes.bb
index f446744..e541b06 100644
--- a/recipes/mythtv/myththemes_0.23+fixes.bb
+++ b/recipes/mythtv/myththemes_0.23+fixes.bb
@@ -6,7 +6,7 @@ PV = "0.23"
 
 SRCREV = "25073"
 SRC_URI = \
-"svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=myththemes;proto=http"
+"svn://svn.mythtv.org/svn/branches/release-0-23-fixes;module=myththemes;proto=http"
 
 FILES_${PN} =+ "${datadir}"
 
diff --git a/recipes/mythtv/mythtv_0.23+fixes.bb b/recipes/mythtv/mythtv_0.23+fixes.bb
index a0621e0..5891a39 100644
--- a/recipes/mythtv/mythtv_0.23+fixes.bb
+++ b/recipes/mythtv/mythtv_0.23+fixes.bb
@@ -14,10 +14,10 @@ PV = "0.23"
 # 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"
+REALPV = "0.23"
 
 SRCREV = "25073"
-SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=mythtv;proto=http"
+SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-23-fixes;module=mythtv;proto=http"
 
 S = "${WORKDIR}/mythtv"
 





More information about the Openembedded-commits mailing list