From a890166d5a581392d5a68032f923c70316b50b87 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 22 Feb 2014 15:26:43 +0100 Subject: [PATCH] e-tasks: Fix building against old e_dbus Signed-off-by: Martin Jansa --- 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 a445abcb71..d17e4e7934 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() {