diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-16 14:46:01 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-16 14:46:01 +0100 |
commit | 277b2e0bd15c0f38badbb21739fd547713b97840 (patch) | |
tree | 63586f664714f5aa0a74b50ae797b608695c7674 /recipes/mythtv | |
parent | 92d0badcd3bf53ca96a97b4fc653f9e6e3acbdfa (diff) |
myththemes: 0.22 fix SRC_URI and ${S}
Diffstat (limited to 'recipes/mythtv')
-rw-r--r-- | recipes/mythtv/myththemes_0.22.bb | 6 |
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} |