diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-16 15:28:56 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-16 15:28:56 +0100 |
commit | 13e28c208e77f2543318e76e8e9780228b678a92 (patch) | |
tree | b00893756bf011c04db48433beebcf480f0476ef | |
parent | 751cbac0d9d3c611ad08ce9a987d910e9275e669 (diff) |
mythplugins: fixed SRC_URI and ${S} for 0.22
-rw-r--r-- | recipes/mythtv/mythplugins_0.22.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/mythtv/mythplugins_0.22.bb b/recipes/mythtv/mythplugins_0.22.bb index c53b44816d..ebe590cf3b 100644 --- a/recipes/mythtv/mythplugins_0.22.bb +++ b/recipes/mythtv/mythplugins_0.22.bb @@ -11,11 +11,11 @@ DEPENDS_mythweb_lighttpd = "mythweb" RDEPENDS_mythweb_lighttpd = "lighttpd lighttpd-module-cgi lighttpd-module-fastcgi \ lighttpd-module-rewrite php-cgi lighttpd-module-auth" -PR = "svnr${SRCPV}+r0" +PR = "svnr${SRCPV}+r1" PV = "0.22" SRCREV = "23062" -SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=mythtvplugins;proto=http \ +SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=mythplugins;proto=http \ file://sysroot.patch;patch=1 \ file://mythplugins_wo_qtopengl.diff;patch=1 \ file://configure.patch;patch=1 \ @@ -25,7 +25,7 @@ SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=mythtvplu QMAKE_PROFILES = "mythplugins.pro" -S = "${WORKDIR}/mythplugins-0.22" +S = "${WORKDIR}/mythplugins" inherit qmake2 qt4x11 |