From dee18c9bc51a16f9e1f7e23e2d9807b0ff0a2690 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 20 Aug 2010 17:17:04 +0200 Subject: [PATCH] intone: search for eina not eina-0 Signed-off-by: Martin Jansa --- recipes/intone/intone/depends.eina.patch | 11 +++++++++++ recipes/intone/intone_svn.bb | 6 ++++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 recipes/intone/intone/depends.eina.patch 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 -- 2.39.5