summaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-03-24 21:19:55 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-25 08:32:02 +0100
commitb39da70c9c310973da5420764da428f3dea8c3ba (patch)
treee1e4baa20fb0be10db9e5ccb9298cdc175452b0e /meta-efl
parentc2e2c3a1ebadf095319d512d88034fa563ffd657 (diff)
downloadmeta-openembedded-b39da70c9c310973da5420764da428f3dea8c3ba.tar.gz
edje: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Siged-off-by: Koen Kooi <koen@dominion.truhere.net>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/efl/edje.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/edje.inc b/meta-efl/recipes-efl/efl/edje.inc
index c69314f43..9d4d22291 100644
--- a/meta-efl/recipes-efl/efl/edje.inc
+++ b/meta-efl/recipes-efl/efl/edje.inc
@@ -3,6 +3,7 @@ DEPENDS = "lua5.1 eet evas ecore embryo edje-native"
3DEPENDS_virtclass-native = "lua5.1-native evas-native ecore-native eet-native embryo-native" 3DEPENDS_virtclass-native = "lua5.1-native evas-native ecore-native eet-native embryo-native"
4DEPENDS_virtclass-nativesdk = "evas-native ecore-native eet-native embryo-native" 4DEPENDS_virtclass-nativesdk = "evas-native ecore-native eet-native embryo-native"
5LICENSE = "MIT BSD" 5LICENSE = "MIT BSD"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1f2d83425ec8dfae5cd77f8ce52e872c"
6 7
7inherit efl 8inherit efl
8 9