From 878640e77b23df766cb20b76629a8a9ff3429520 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 22 Aug 2010 23:23:58 +0200 Subject: e-tasks: search for eina not eina-0 Signed-off-by: Martin Jansa --- recipes/e17/e-tasks/depends.eina.patch | 12 ++++++++++++ recipes/e17/e-tasks_svn.bb | 5 +++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 recipes/e17/e-tasks/depends.eina.patch diff --git a/recipes/e17/e-tasks/depends.eina.patch b/recipes/e17/e-tasks/depends.eina.patch new file mode 100644 index 0000000000..6e1981edb8 --- /dev/null +++ b/recipes/e17/e-tasks/depends.eina.patch @@ -0,0 +1,12 @@ +diff -uNr trunk.orig//configure.ac trunk/configure.ac +--- trunk.orig//configure.ac 2009-12-18 12:59:52.000000000 +0100 ++++ trunk/configure.ac 2010-08-22 23:22:52.000000000 +0200 +@@ -15,7 +15,7 @@ + + AM_PROG_LIBTOOL + +-PKG_CHECK_MODULES(TASKS, [elementary eina-0 dbus-1 sqlite3]) ++PKG_CHECK_MODULES(TASKS, [elementary eina dbus-1 sqlite3]) + + AC_OUTPUT([ + Makefile diff --git a/recipes/e17/e-tasks_svn.bb b/recipes/e17/e-tasks_svn.bb index 8aa23f71d8..2d8861401a 100644 --- a/recipes/e17/e-tasks_svn.bb +++ b/recipes/e17/e-tasks_svn.bb @@ -9,9 +9,10 @@ inherit autotools SRCREV = "25" PV = "0.0.1+svnr${SRCPV}" -PR = "r5" +PR = "r6" -SRC_URI = "svn://e-tasks.googlecode.com/svn;module=trunk;proto=http" +SRC_URI = "svn://e-tasks.googlecode.com/svn;module=trunk;proto=http \ + file://depends.eina.patch" S = "${WORKDIR}/trunk" do_install_append() { -- cgit 1.2.3-korg