repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linux-kexecboot_git: update Zaurus defconfigs for 2.6.38-rc2
[openembedded.git]
/
recipes
/
efl1
/
eet.inc
blob
aacb878bfc4dc77efe3d00c474ae53d95eba3893
1
DESCRIPTION = "EET is the Enlightenment data storage library"
2
DEPENDS = "pkgconfig zlib jpeg openssl eina gnutls"
3
LICENSE = "MIT BSD"
4
5
inherit efl
6
7
BBCLASSEXTEND = "native"
8
INC_PR = "r0"
9
10
EXTRA_OECONF = "\
11
--enable-openssl \
12
--enable-cypher \
13
--enable-signature \
14
--disable-coverage \
15
--enable-old-eet-file-format \
16
--disable-assert \
17
"