e-tasks: search for eina not eina-0
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 22 Aug 2010 21:23:58 +0000 (23:23 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Sun, 22 Aug 2010 21:26:40 +0000 (23:26 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/e17/e-tasks/depends.eina.patch [new file with mode: 0644]
recipes/e17/e-tasks_svn.bb

diff --git a/recipes/e17/e-tasks/depends.eina.patch b/recipes/e17/e-tasks/depends.eina.patch
new file mode 100644 (file)
index 0000000..6e1981e
--- /dev/null
@@ -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
index 8aa23f7..2d88614 100644 (file)
@@ -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() {