summaryrefslogtreecommitdiffstats
path: root/recipes/efl1/eet_svn.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-23 20:31:34 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-24 10:11:31 +0100
commit178ef078e8f64eaf5881b701d9e1b698aff47423 (patch)
tree86c22475e9976cb1f58f847117900cee481ad668 /recipes/efl1/eet_svn.bb
parent2ec2b351017337ce745d71b2fab5d9c910c96cd0 (diff)
downloadopenembedded-178ef078e8f64eaf5881b701d9e1b698aff47423.tar.gz
efl: bump SRCREV
* eet: convert to BBCLASSEXTEND * elementary: add dep on eet-native
Diffstat (limited to 'recipes/efl1/eet_svn.bb')
-rw-r--r--recipes/efl1/eet_svn.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/efl1/eet_svn.bb b/recipes/efl1/eet_svn.bb
index 338cf89163..579fb280ef 100644
--- a/recipes/efl1/eet_svn.bb
+++ b/recipes/efl1/eet_svn.bb
@@ -1,11 +1,13 @@
DESCRIPTION = "EET is the Enlightenment data storage library"
-DEPENDS = "zlib jpeg openssl eina"
+DEPENDS = "pkgconfig zlib jpeg openssl eina"
LICENSE = "MIT BSD"
PV = "1.1.0+svnr${SRCPV}"
PR = "r1"
inherit efl
+BBCLASSEXTEND="native"
+
EXTRA_OECONF = "\
--enable-openssl \
--enable-cypher \