From 277b2e0bd15c0f38badbb21739fd547713b97840 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 16 Jan 2010 14:46:01 +0100 Subject: myththemes: 0.22 fix SRC_URI and ${S} --- recipes/mythtv/myththemes_0.22.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/mythtv') 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} -- cgit 1.2.3-korg