summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/embryo_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/embryo_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/embryo_1.7.8.bb')
-rw-r--r--meta-efl/recipes-efl/efl/embryo_1.7.8.bb14
1 files changed, 13 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/embryo_1.7.8.bb b/meta-efl/recipes-efl/efl/embryo_1.7.8.bb
index 3f1e88329..c4dfbca70 100644
--- a/meta-efl/recipes-efl/efl/embryo_1.7.8.bb
+++ b/meta-efl/recipes-efl/efl/embryo_1.7.8.bb
@@ -1,4 +1,16 @@
1require ${BPN}.inc 1DESCRIPTION = "The Enlightenment C-like scripting language for Edje"
2
3inherit efl
4
5LICENSE = "MIT BSD CompuPhase"
6LIC_FILES_CHKSUM = "file://COPYING;md5=220a7f1107df42c62428d8ebe559ed14"
7
8BBCLASSEXTEND = "native"
9
10DEPENDS += "eina"
11
12# Some upgrade path tweaking
13AUTO_LIBNAME_PKGS = ""
2 14
3SRC_URI = "\ 15SRC_URI = "\
4 ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ 16 ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \