From eb3f8df7f153210616f27b001e1c614063c940aa Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 14 Dec 2009 10:08:02 +0100 Subject: e-tasks,intone,intone-video,shr-launcher,guitartune: bump srcrev, simplify recipes * all sources were cleaned a bit upstream, so no modifications needed in recipe now (docs paths, autotools stuff) * guitartune is new recipe Signed-off-by: Martin Jansa --- recipes/intone/intone_svn.bb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'recipes/intone/intone_svn.bb') diff --git a/recipes/intone/intone_svn.bb b/recipes/intone/intone_svn.bb index e1af70d9aa..29773c2638 100644 --- a/recipes/intone/intone_svn.bb +++ b/recipes/intone/intone_svn.bb @@ -9,18 +9,12 @@ RDEPENDS = "mplayer lame libxv libsdl-x11" PV = "0.66+svnr${SRCPV}" PR = "r2" -SRC_URI = "svn://intone.googlecode.com/svn/trunk;module=.;proto=http \ +SRC_URI = "svn://intone.googlecode.com/svn;module=trunk;proto=http \ file://vorbis-include-id3tag.patch;pnum=1;patch=1;maxrev=18" -S = "${WORKDIR}" +S = "${WORKDIR}/trunk" inherit autotools -do_configure_prepend() { - rm -f "${S}/INSTALL" - touch "${S}/INSTALL" - sed -i 's/{prefix}\/doc\/intone$/{prefix}\/share\/doc\/intone/g' ${S}/Makefile.am -} - do_install_append() { mkdir -p "${D}/${datadir}/pixmaps" install -m 0644 "${S}/resources/intone.png" "${D}/${datadir}/pixmaps" -- cgit 1.2.3-korg