intone: search for eina not eina-0
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 20 Aug 2010 15:17:04 +0000 (17:17 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Fri, 20 Aug 2010 18:23:34 +0000 (20:23 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/intone/intone/depends.eina.patch [new file with mode: 0644]
recipes/intone/intone_svn.bb

diff --git a/recipes/intone/intone/depends.eina.patch b/recipes/intone/intone/depends.eina.patch
new file mode 100644 (file)
index 0000000..3918384
--- /dev/null
@@ -0,0 +1,11 @@
+--- trunk.orig/configure.ac    2009-12-13 10:25:27.000000000 +0100
++++ trunk/configure.ac 2010-08-20 17:15:09.000000000 +0200
+@@ -14,7 +14,7 @@
+ AM_PROG_LIBTOOL
+-PKG_CHECK_MODULES(INTONE, [elementary eina-0 dbus-1 sqlite3 edbus vorbisfile])
++PKG_CHECK_MODULES(INTONE, [elementary eina dbus-1 sqlite3 edbus vorbisfile])
+ AC_OUTPUT([
+ Makefile
index 0413161..9a2a927 100644 (file)
@@ -8,10 +8,12 @@ RDEPENDS_${PN} = "mplayer lame libxv libsdl-x11"
 
 SRCREV = "76"
 PV = "0.66+svnr${SRCPV}"
-PR = "r9"
+PR = "r10"
 
 SRC_URI = "svn://intone.googlecode.com/svn;module=trunk;proto=http \
-file://vorbis-include-id3tag.patch;maxrev=18"
+file://vorbis-include-id3tag.patch;maxrev=18 \
+file://depends.eina.patch"
+
 S = "${WORKDIR}/trunk"
 
 inherit autotools