aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-16 14:46:01 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-16 14:46:01 +0100
commit277b2e0bd15c0f38badbb21739fd547713b97840 (patch)
tree63586f664714f5aa0a74b50ae797b608695c7674
parent92d0badcd3bf53ca96a97b4fc653f9e6e3acbdfa (diff)
downloadopenembedded-277b2e0bd15c0f38badbb21739fd547713b97840.tar.gz
myththemes: 0.22 fix SRC_URI and ${S}
-rw-r--r--recipes/mythtv/myththemes_0.22.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/mythtv/myththemes_0.22.bb b/recipes/mythtv/myththemes_0.22.bb
index a1ae76987c..f7fcd64ae1 100644
--- a/recipes/mythtv/myththemes_0.22.bb
+++ b/recipes/mythtv/myththemes_0.22.bb
@@ -1,16 +1,16 @@
DEPENDS = "mythtv"
inherit qmake2
-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=mythtvthemes;proto=http"
+"svn://svn.mythtv.org/svn/branches/release-0-22-fixes;module=myththemes;proto=http"
FILES_${PN} =+ "${datadir}"
-S = "${WORKDIR}/myththemes-0.22"
+S = "${WORKDIR}/myththemes"
do_configure() {
${S}/configure --qmake=qmake2 --sysroot=${STAGING_DIR_HOST} --prefix=${prefix}