diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-29 10:57:49 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-31 16:32:33 +0100 |
commit | af74f962282c0bf8edd0cebeb2e69865f66b06ea (patch) | |
tree | d99e917014e4e22bddcabaf7da891ab2856e23d3 /meta-efl/recipes-efl/efl/imlib2_git.bb | |
parent | cb3876e467a7fa5714cff10af0e6331198857093 (diff) | |
download | meta-openembedded-af74f962282c0bf8edd0cebeb2e69865f66b06ea.tar.gz |
meta-efl: use MIT & BSD license
* add & operator
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/imlib2_git.bb')
-rw-r--r-- | meta-efl/recipes-efl/efl/imlib2_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/imlib2_git.bb b/meta-efl/recipes-efl/efl/imlib2_git.bb index 8c6ac6619..355b3341f 100644 --- a/meta-efl/recipes-efl/efl/imlib2_git.bb +++ b/meta-efl/recipes-efl/efl/imlib2_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "A graphic library for file loading, saving, rendering, and manipulation" | 1 | SUMMARY = "A graphic library for file loading, saving, rendering, and manipulation" |
2 | LICENSE = "MIT BSD" | 2 | LICENSE = "MIT & BSD" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" |
4 | 4 | ||
5 | DEPENDS = "freetype libpng jpeg virtual/libx11 libxext" | 5 | DEPENDS = "freetype libpng jpeg virtual/libx11 libxext" |