[oe-commits] Denis 'GNUtoo' Carikli : eet: depend on gnutls(else it fails to compile)

git version control git at git.openembedded.org
Thu Oct 28 16:59:25 UTC 2010


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

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Thu Oct 28 17:51:09 2010 +0200

eet: depend on gnutls(else it fails to compile)

If we don't depend on gnutls we have:
|   CC     libeet_la-eet_connection.lo
| eet_lib.c:50:28: fatal error: gnutls/gnutls.h: No such file or directory

---

 recipes/efl1/eet_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/efl1/eet_svn.bb b/recipes/efl1/eet_svn.bb
index afb6db6..45a66fe 100644
--- a/recipes/efl1/eet_svn.bb
+++ b/recipes/efl1/eet_svn.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "EET is the Enlightenment data storage library"
-DEPENDS = "pkgconfig zlib jpeg openssl eina"
+DEPENDS = "pkgconfig zlib jpeg openssl eina gnutls"
 LICENSE = "MIT BSD"
 SRCREV = "${EFL_SRCREV}"
 PV = "1.3.2+svnr${SRCPV}"
-PR = "r1"
+PR = "r2"
 
 inherit efl
 





More information about the Openembedded-commits mailing list