diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-12-15 15:16:48 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-21 17:16:27 +0000 |
commit | 5b2452c6124fc9172750a08538b748a8614ff8fa (patch) | |
tree | 0a5f1d9531be17cc120bd2fa647eb8ea3744bdb1 /meta/recipes-graphics/clutter/clutter.inc | |
parent | bdf7a0f75a91a54e6682a668a34fab99559ff353 (diff) | |
download | poky-5b2452c6124fc9172750a08538b748a8614ff8fa.tar.gz |
clutter: clarify LICENSE as LGPLv2.1
(From OE-Core rev: f38f199f33a10fcc1bebd83b862c0936ca33535e)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter.inc')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/clutter.inc b/meta/recipes-graphics/clutter/clutter.inc index 24cb30de2d..9d7760f019 100644 --- a/meta/recipes-graphics/clutter/clutter.inc +++ b/meta/recipes-graphics/clutter/clutter.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Clutter graphics library" | 1 | DESCRIPTION = "Clutter graphics library" |
2 | HOMEPAGE = "http://www.clutter-project.org/" | 2 | HOMEPAGE = "http://www.clutter-project.org/" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPLv2.1+" |
4 | 4 | ||
5 | # Internal json-glib was removed in Clutter 1.5.2, cogl was removed in 1.8, atk required since 1.8 | 5 | # Internal json-glib was removed in Clutter 1.5.2, cogl was removed in 1.8, atk required since 1.8 |
6 | STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes libxi json-glib cogl atk" | 6 | STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes libxi json-glib cogl atk" |