aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-12-14 10:08:02 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-12-14 10:13:51 +0100
commiteb3f8df7f153210616f27b001e1c614063c940aa (patch)
tree3fb92dbf6276b099e0c7bfb8ca6004e601732288 /recipes/shr
parentd7f2cec358267feae334c8827500169e3692eedb (diff)
downloadopenembedded-eb3f8df7f153210616f27b001e1c614063c940aa.tar.gz
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/shr-launcher_svn.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes/shr/shr-launcher_svn.bb b/recipes/shr/shr-launcher_svn.bb
index 807d3a2cea..481be9021b 100644
--- a/recipes/shr/shr-launcher_svn.bb
+++ b/recipes/shr/shr-launcher_svn.bb
@@ -8,15 +8,9 @@ DEPENDS = "elementary eina edbus"
PV = "0.0.1+svnr${SRCPV}"
PR = "r4"
-SRC_URI = "svn://shr-launcher.googlecode.com/svn/trunk;module=.;proto=http"
+SRC_URI = "svn://shr-launcher.googlecode.com/svn;module=trunk;proto=http"
-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
-}
-
-S = "${WORKDIR}"
+S = "${WORKDIR}/trunk"
inherit autotools