From: Frans Meulenbroeks Date: Sat, 16 Jan 2010 14:28:56 +0000 (+0100) Subject: mythplugins: fixed SRC_URI and ${S} for 0.22 X-Git-Tag: Release-2010-05/1~851 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13e28c208e77f2543318e76e8e9780228b678a92;p=openembedded.git mythplugins: fixed SRC_URI and ${S} for 0.22 --- 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