aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/eet_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/efl1/eet_svn.bb')
-rw-r--r--recipes/efl1/eet_svn.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/efl1/eet_svn.bb b/recipes/efl1/eet_svn.bb
new file mode 100644
index 0000000000..4af40da984
--- /dev/null
+++ b/recipes/efl1/eet_svn.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "EET is the Enlightenment data storage library"
+DEPENDS = "zlib jpeg openssl eina"
+LICENSE = "MIT BSD"
+PV = "1.1.0+svnr${SRCREV}"
+PR = "r1"
+
+inherit efl
+
+EXTRA_OECONF = "\
+ --enable-openssl \
+ --enable-cypher \
+ --enable-signature \
+ --disable-coverage \
+ --enable-old-eet-file-format \
+ --disable-assert \
+"