[oe-commits] Martin Jansa : e-tasks: search for eina not eina-0

git version control git at git.openembedded.org
Sun Aug 22 21:26:36 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 878640e77b23df766cb20b76629a8a9ff3429520
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=878640e77b23df766cb20b76629a8a9ff3429520

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 22 23:23:58 2010 +0200

e-tasks: search for eina not eina-0

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

---

 recipes/e17/e-tasks/depends.eina.patch |   12 ++++++++++++
 recipes/e17/e-tasks_svn.bb             |    5 +++--
 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 0000000..6e1981e
--- /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 8aa23f7..2d88614 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() {





More information about the Openembedded-commits mailing list