diff options
author | Ross Burton <ross@burtonini.com> | 2021-11-18 16:11:20 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-18 11:07:10 -0800 |
commit | d085c4e1d29345bcc5f32f54646be381aeb83908 (patch) | |
tree | 342f5394d453380d3d3842fca9b900851569e961 /meta-oe/recipes-graphics/imlib2 | |
parent | 4641227da858dd32cd50f1a6da31ec175711aa95 (diff) | |
download | meta-openembedded-d085c4e1d29345bcc5f32f54646be381aeb83908.tar.gz |
imlib2: clarify license
Imlib2 has its own special license, so use that instead of MIT & BSD.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/imlib2')
-rw-r--r-- | meta-oe/recipes-graphics/imlib2/imlib2_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb index 9e4daddd5..56d41cd39 100644 --- a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb +++ b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "A graphic library for file loading, saving, rendering, and manipulati | |||
2 | 2 | ||
3 | HOMEPAGE = "https://sourceforge.net/projects/enlightenment/" | 3 | HOMEPAGE = "https://sourceforge.net/projects/enlightenment/" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "MIT & BSD" | 5 | LICENSE = "Imlib2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" |
7 | 7 | ||
8 | DEPENDS = "freetype " | 8 | DEPENDS = "freetype " |