mythplugins: fixed SRC_URI and ${S} for 0.22
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 16 Jan 2010 14:28:56 +0000 (15:28 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 16 Jan 2010 14:28:56 +0000 (15:28 +0100)
recipes/mythtv/mythplugins_0.22.bb

index c53b448..ebe590c 100644 (file)
@@ -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