diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-01 00:08:07 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:25 +0200 |
commit | 0ff1082e2e4b579abe527c0c9e0c51a38616f0e2 (patch) | |
tree | 9a0f7593289dbbd75b900464395fd57c775f9f5c /meta-efl/recipes-efl/efl/eina.inc | |
parent | dd708272e92d7f069c35e52145e2e489d5230c76 (diff) | |
download | meta-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/eina.inc')
-rw-r--r-- | meta-efl/recipes-efl/efl/eina.inc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-efl/recipes-efl/efl/eina.inc b/meta-efl/recipes-efl/efl/eina.inc deleted file mode 100644 index 4a77de3aa..000000000 --- a/meta-efl/recipes-efl/efl/eina.inc +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | DESCRIPTION = "Eina is the Enlightenment data library" | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=9cc092d35d7bbfcd986232cde130a551" | ||
4 | |||
5 | BBCLASSEXTEND = "native" | ||
6 | INC_PR = "r0" | ||
7 | |||
8 | inherit efl | ||
9 | |||
10 | # Some upgrade path tweaking | ||
11 | AUTO_LIBNAME_PKGS = "" | ||
12 | |||
13 | FILES_${PN} += "${libdir}/eina" | ||