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/e17/e-tasks_svn.bb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'recipes/e17/e-tasks_svn.bb') diff --git a/recipes/e17/e-tasks_svn.bb b/recipes/e17/e-tasks_svn.bb index 9556e146d6..5c07a1bd3c 100644 --- a/recipes/e17/e-tasks_svn.bb +++ b/recipes/e17/e-tasks_svn.bb @@ -10,14 +10,8 @@ inherit autotools PV = "0.0.1+svnr${SRCPV}" PR = "r1" -SRC_URI = "svn://e-tasks.googlecode.com/svn/trunk;module=.;proto=http" -S = "${WORKDIR}" - -do_configure_prepend() { - # all links to /usr/share/automake-1.10/ - rm -f ${S}/depcomp ${S}/config.guess ${S}/config.sub ${S}/INSTALL ${S}/install-sh ${S}/missing - touch ${S}/INSTALL -} +SRC_URI = "svn://e-tasks.googlecode.com/svn;module=trunk;proto=http" +S = "${WORKDIR}/trunk" do_install_append() { install -d "${D}/${datadir}/pixmaps" -- cgit v1.2.3