summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/eet_1.7.8.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-01 00:08:07 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-08-14 13:34:25 +0200
commit0ff1082e2e4b579abe527c0c9e0c51a38616f0e2 (patch)
tree9a0f7593289dbbd75b900464395fd57c775f9f5c /meta-efl/recipes-efl/efl/eet_1.7.8.bb
parentdd708272e92d7f069c35e52145e2e489d5230c76 (diff)
downloadmeta-openembedded-0ff1082e2e4b579abe527c0c9e0c51a38616f0e2.tar.gz
efl: drop .inc and _svn.bb files for libs included in efl.git
* in preparation for merged source dir in efl.git I don't plan to support newer SRCREVs from subversion * drop INC_PR and fold lib.inc into the recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/eet_1.7.8.bb')
-rw-r--r--meta-efl/recipes-efl/efl/eet_1.7.8.bb24
1 files changed, 23 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/eet_1.7.8.bb b/meta-efl/recipes-efl/efl/eet_1.7.8.bb
index df4d7c175..825897384 100644
--- a/meta-efl/recipes-efl/efl/eet_1.7.8.bb
+++ b/meta-efl/recipes-efl/efl/eet_1.7.8.bb
@@ -1,4 +1,26 @@
1require ${BPN}.inc 1DESCRIPTION = "EET is the Enlightenment data storage library"
2DEPENDS = "pkgconfig zlib jpeg openssl eina gnutls"
3LICENSE = "MIT BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=da947f414a2ca4323245f1abb1980953"
5
6inherit efl
7
8BBCLASSEXTEND = "native"
9
10EXTRA_OECONF = "\
11 --enable-openssl \
12 --enable-cypher \
13 --enable-signature \
14 --disable-coverage \
15 --enable-old-eet-file-format \
16 --disable-assert \
17"
18
19PACKAGES =+ "${PN}-utils"
20
21FILES_${PN}-utils = "\
22 ${bindir}/${PN} \
23"
2 24
3SRC_URI = "\ 25SRC_URI = "\
4 ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ 26 ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \