[oe-commits] Martin Jansa : e-tasks: Fix building against old e_dbus

git at git.openembedded.org git at git.openembedded.org
Mon Feb 24 09:04:26 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: a890166d5a581392d5a68032f923c70316b50b87
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a890166d5a581392d5a68032f923c70316b50b87

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Feb 22 15:26:43 2014 +0100

e-tasks: Fix building against old e_dbus

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/e17/e-tasks_git.bb | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/e-tasks_git.bb b/meta-efl/recipes-efl/e17/e-tasks_git.bb
index a445abc..d17e4e7 100644
--- a/meta-efl/recipes-efl/e17/e-tasks_git.bb
+++ b/meta-efl/recipes-efl/e17/e-tasks_git.bb
@@ -8,12 +8,10 @@ DEPENDS = "elementary eina edbus sqlite3"
 
 inherit autotools
 
-SRCREV = "b640f0e7287877983645d9d9a36f85a0b6a54631"
+SRCREV = "890f5ee37d1a5fd1ceb2495950d15151d4cf756b"
 PV = "0.0.2+gitr${SRCPV}"
-PR = "r1"
 
-SRC_URI = "git://github.com/shr-project/e-tasks.git;branch=master \
-"
+SRC_URI = "git://github.com/shr-project/e-tasks.git"
 S = "${WORKDIR}/git"
 
 do_install_append() {



More information about the Openembedded-commits mailing list