diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-14 09:21:18 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-14 09:21:18 +0200 |
commit | 809fb1a21a429285b69296df40cc5e35e95914bb (patch) | |
tree | d616df56e15f2f1ecda5300e285a3f282e2e1735 /recipes/mythtv/mythtv_0.23+fixes.bb | |
parent | 38ca5cdddc2114e1d383db0acdba410dec6f43b0 (diff) |
mythtv 0.23: make it atually fetch for the 0.23 branch instead of the 0.22 branch
Diffstat (limited to 'recipes/mythtv/mythtv_0.23+fixes.bb')
-rw-r--r-- | recipes/mythtv/mythtv_0.23+fixes.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/mythtv/mythtv_0.23+fixes.bb b/recipes/mythtv/mythtv_0.23+fixes.bb index a0621e069d..5891a39ff0 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" |