diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-06-13 22:41:48 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-06-13 22:41:48 +0200 |
commit | 9aefece5555f0897b6c6aceb348ab99e244e66b8 (patch) | |
tree | 09d62a0cd1dd3df2be6aabaff5e44f391a13dec6 | |
parent | 1030f8b122a25ae73b20ae080cbf923c72a56895 (diff) |
mythtv/myththemes/mythplugins: moved from 0.22+fixes to 0.23+fixes
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/mythtv/mythplugins_0.23+fixes.bb (renamed from recipes/mythtv/mythplugins_0.22+fixes.bb) | 4 | ||||
-rw-r--r-- | recipes/mythtv/myththemes_0.23+fixes.bb (renamed from recipes/mythtv/myththemes_0.22+fixes.bb) | 4 | ||||
-rw-r--r-- | recipes/mythtv/mythtv_0.23+fixes.bb (renamed from recipes/mythtv/mythtv_0.22+fixes.bb) | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/recipes/mythtv/mythplugins_0.22+fixes.bb b/recipes/mythtv/mythplugins_0.23+fixes.bb index 3cbf01513b..1966185b44 100644 --- a/recipes/mythtv/mythplugins_0.22+fixes.bb +++ b/recipes/mythtv/mythplugins_0.23+fixes.bb @@ -12,9 +12,9 @@ RDEPENDS_mythweb_lighttpd = "lighttpd lighttpd-module-cgi lighttpd-module-fastcg lighttpd-module-rewrite php-cgi lighttpd-module-auth" PR = "svnr${SRCPV}+r0" -PV = "0.22" +PV = "0.23" -SRCREV = "23710" +SRCREV = "25073" SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=mythplugins;proto=http \ file://sysroot.patch \ file://mythplugins_wo_qtopengl.diff \ diff --git a/recipes/mythtv/myththemes_0.22+fixes.bb b/recipes/mythtv/myththemes_0.23+fixes.bb index 2b4d8de943..f44674415b 100644 --- a/recipes/mythtv/myththemes_0.22+fixes.bb +++ b/recipes/mythtv/myththemes_0.23+fixes.bb @@ -2,9 +2,9 @@ DEPENDS = "mythtv" inherit qmake2 PR = "svnr${SRCPV}+r0" -PV = "0.22" +PV = "0.23" -SRCREV = "23710" +SRCREV = "25073" SRC_URI = \ "svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=myththemes;proto=http" diff --git a/recipes/mythtv/mythtv_0.22+fixes.bb b/recipes/mythtv/mythtv_0.23+fixes.bb index 18bfb76a2e..a0621e069d 100644 --- a/recipes/mythtv/mythtv_0.22+fixes.bb +++ b/recipes/mythtv/mythtv_0.23+fixes.bb @@ -9,14 +9,14 @@ mysql5-server mysql5-client libmysqlclient qt4-plugin-sqldriver-sqlmysql xmltv" RDEPENDS_${PN}_append_libc-glibc = " glibc-gconv-utf-16" PR = "svnr${SRCPV}+r0" -PV = "0.22" +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" -SRCREV = "24225" +SRCREV = "25073" SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=mythtv;proto=http" S = "${WORKDIR}/mythtv" |