diff options
Diffstat (limited to 'recipes')
-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} |