aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/intone
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-20 17:17:04 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-20 20:23:34 +0200
commitdee18c9bc51a16f9e1f7e23e2d9807b0ff0a2690 (patch)
treea6c9689ec7d6f4bc0405b1abe38fde5e803dda84 /recipes/intone
parentae1c822dbb3096bfeb1afc6ac0fc3c6589889d39 (diff)
downloadopenembedded-dee18c9bc51a16f9e1f7e23e2d9807b0ff0a2690.tar.gz
intone: search for eina not eina-0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/intone')
-rw-r--r--recipes/intone/intone/depends.eina.patch11
-rw-r--r--recipes/intone/intone_svn.bb6
2 files changed, 15 insertions, 2 deletions
diff --git a/recipes/intone/intone/depends.eina.patch b/recipes/intone/intone/depends.eina.patch
new file mode 100644
index 0000000000..391838479b
--- /dev/null
+++ b/recipes/intone/intone/depends.eina.patch
@@ -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
diff --git a/recipes/intone/intone_svn.bb b/recipes/intone/intone_svn.bb
index 0413161c3d..9a2a927525 100644
--- a/recipes/intone/intone_svn.bb
+++ b/recipes/intone/intone_svn.bb
@@ -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