diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-03-24 15:09:50 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-25 08:32:01 +0100 |
commit | 63a1480ecc922ce69faa3767b72042ce96f28758 (patch) | |
tree | 21ab0546c4aa047de5a954727a471cf9a6b97725 /meta-efl | |
parent | 37b9c00008cef194a2ff21beca588950cf7644ff (diff) | |
download | ast2050-yocto-openembedded-63a1480ecc922ce69faa3767b72042ce96f28758.zip ast2050-yocto-openembedded-63a1480ecc922ce69faa3767b72042ce96f28758.tar.gz |
eet: 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/eet.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/eet.inc b/meta-efl/recipes-efl/efl/eet.inc index aacb878..5b8ccb2 100644 --- a/meta-efl/recipes-efl/efl/eet.inc +++ b/meta-efl/recipes-efl/efl/eet.inc @@ -1,6 +1,7 @@ DESCRIPTION = "EET is the Enlightenment data storage library" DEPENDS = "pkgconfig zlib jpeg openssl eina gnutls" LICENSE = "MIT BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=4ca74999c2a19695474d532d2f2ac886" inherit efl |