[oe-commits] Frans Meulenbroeks : mythplugins: fixed SRC_URI and ${S} for 0.22

git version control git at git.openembedded.org
Sat Jan 16 14:31:10 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 13e28c208e77f2543318e76e8e9780228b678a92
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=13e28c208e77f2543318e76e8e9780228b678a92

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Jan 16 15:28:56 2010 +0100

mythplugins: fixed SRC_URI and ${S} for 0.22

---

 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 c53b448..ebe590c 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
 





More information about the Openembedded-commits mailing list