From: Martin Jansa Date: Sun, 22 Aug 2010 21:12:57 +0000 (+0200) Subject: shr-launcher: search for eina not eina-0 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f918cf2ad68baf29c98010e9936f91861d59b3a6;p=openembedded.git shr-launcher: search for eina not eina-0 Signed-off-by: Martin Jansa --- diff --git a/recipes/shr/shr-launcher/depends.eina.patch b/recipes/shr/shr-launcher/depends.eina.patch new file mode 100644 index 0000000000..2cd14d8e28 --- /dev/null +++ b/recipes/shr/shr-launcher/depends.eina.patch @@ -0,0 +1,12 @@ +diff -uNr trunk.orig//configure.ac trunk/configure.ac +--- trunk.orig//configure.ac 2009-12-12 14:50:14.000000000 +0100 ++++ trunk/configure.ac 2010-08-22 23:10:37.000000000 +0200 +@@ -15,7 +15,7 @@ + + AM_PROG_LIBTOOL + +-PKG_CHECK_MODULES(LAUNCHER, [elementary eina-0 sqlite3 dbus-1 edbus ecore-x]) ++PKG_CHECK_MODULES(LAUNCHER, [elementary eina sqlite3 dbus-1 edbus ecore-x]) + + AC_OUTPUT([ + Makefile diff --git a/recipes/shr/shr-launcher_svn.bb b/recipes/shr/shr-launcher_svn.bb index da3527adb0..3472a8382f 100644 --- a/recipes/shr/shr-launcher_svn.bb +++ b/recipes/shr/shr-launcher_svn.bb @@ -6,9 +6,10 @@ SECTION = "e/apps" DEPENDS = "elementary eina edbus" SRCREV = "105" PV = "0.0.1+svnr${SRCPV}" -PR = "r9" +PR = "r10" -SRC_URI = "svn://shr-launcher.googlecode.com/svn;module=trunk;proto=http" +SRC_URI = "svn://shr-launcher.googlecode.com/svn;module=trunk;proto=http \ + file://depends.eina.patch" S = "${WORKDIR}/trunk"