aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-12-08 12:35:48 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-12-08 12:37:26 +0100
commit76795460688949cf671a0c7c825729af4bd39c98 (patch)
treea646cca88aa131a33bcc47e329e9c4afe36c2202 /recipes
parent6676586580fa15bbf5a4d430a45b96b2e4875c7d (diff)
downloadopenembedded-76795460688949cf671a0c7c825729af4bd39c98.tar.gz
shr-launcher, e-tasks: bump srcrev, remove sed from recipe as fix applied upstream
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/e17/e-tasks_svn.bb4
-rw-r--r--recipes/shr/shr-launcher_svn.bb3
2 files changed, 2 insertions, 5 deletions
diff --git a/recipes/e17/e-tasks_svn.bb b/recipes/e17/e-tasks_svn.bb
index 081a47d40b..3e220139da 100644
--- a/recipes/e17/e-tasks_svn.bb
+++ b/recipes/e17/e-tasks_svn.bb
@@ -8,7 +8,7 @@ DEPENDS = "elementary eina edbus sqlite3"
inherit autotools
PV = "0.0.1+svnr${SRCPV}"
-PR = "r0"
+PR = "r1"
SRC_URI = "svn://e-tasks.googlecode.com/svn/trunk;module=.;proto=http"
S = "${WORKDIR}"
@@ -16,8 +16,6 @@ S = "${WORKDIR}"
do_configure_prepend() {
rm -f ${S}/config.log
rm -f ${S}/config.status
- sed -i "s#tasksdocdir = \$.prefix./doc/tasks#tasksdocdir = \$(datadir)/doc/e-tasks#g" ${S}/Makefile.am
- sed -i "s#gladedir = \$(datadir)/tasks/glade#gladedir = \$(datadir)/e-tasks/glade#g" ${S}/src/Makefile.am
}
do_install_append() {
diff --git a/recipes/shr/shr-launcher_svn.bb b/recipes/shr/shr-launcher_svn.bb
index 84e53990a3..a9da5a6d37 100644
--- a/recipes/shr/shr-launcher_svn.bb
+++ b/recipes/shr/shr-launcher_svn.bb
@@ -6,14 +6,13 @@ SECTION = "e/apps"
DEPENDS = "elementary eina edbus"
PV = "0.0.1+svnr${SRCPV}"
-PR = "r3"
+PR = "r4"
SRC_URI = "svn://shr-launcher.googlecode.com/svn/trunk;module=.;proto=http"
do_configure_prepend() {
rm -f ${S}/config.log
rm -f ${S}/config.status
- sed -i "s#launcherdocdir = \$.prefix./doc/launcher#launcherdocdir = \$(datadir)/doc/shr-launcher#g" ${S}/Makefile.am
}
S = "${WORKDIR}"