aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-22 23:23:58 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-22 23:26:40 +0200
commit878640e77b23df766cb20b76629a8a9ff3429520 (patch)
tree7f208498ff08c4fbbcbc104a6808dd8513669957 /recipes
parentff735fefd75a2c73d8a058cdcf523cce3889a037 (diff)
downloadopenembedded-878640e77b23df766cb20b76629a8a9ff3429520.tar.gz
e-tasks: search for eina not eina-0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/e17/e-tasks/depends.eina.patch12
-rw-r--r--recipes/e17/e-tasks_svn.bb5
2 files changed, 15 insertions, 2 deletions
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() {