From 13e28c208e77f2543318e76e8e9780228b678a92 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 16 Jan 2010 15:28:56 +0100 Subject: mythplugins: fixed SRC_URI and ${S} for 0.22 --- recipes/mythtv/mythplugins_0.22.bb | 6 +++--- 1 file 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 -- cgit 1.2.3-korg