git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c0f83e
)
eet: depend on gnutls(else it fails to compile)
author
Denis 'GNUtoo' Carikli
<GNUtoo@no-log.org>
Thu, 28 Oct 2010 15:51:09 +0000
(17:51 +0200)
committer
Denis 'GNUtoo' Carikli
<GNUtoo@no-log.org>
Thu, 28 Oct 2010 16:54:07 +0000
(18:54 +0200)
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
patch
|
blob
|
history
diff --git
a/recipes/efl1/eet_svn.bb
b/recipes/efl1/eet_svn.bb
index
afb6db6
..
45a66fe
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
inherit efl