diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-12-15 15:19:21 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-21 17:11:28 +0000 |
commit | 67c91c83774d485b54357b81eb105ab291d4e383 (patch) | |
tree | cd64924b9d03c8ce862ea867091f2c308f47c64f /meta/recipes-graphics/clutter | |
parent | f38f199f33a10fcc1bebd83b862c0936ca33535e (diff) | |
download | openembedded-core-67c91c83774d485b54357b81eb105ab291d4e383.tar.gz openembedded-core-67c91c83774d485b54357b81eb105ab291d4e383.tar.bz2 openembedded-core-67c91c83774d485b54357b81eb105ab291d4e383.zip |
cogl: clarify LICENSE as LGPLv2.1 and fix metadata
Fix the HOMEPAGE and DESCRIPTION which were using the same values as Clutter.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/clutter')
-rw-r--r-- | meta/recipes-graphics/clutter/cogl.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/clutter/cogl.inc b/meta/recipes-graphics/clutter/cogl.inc index 81317c6811..f2ad6d1269 100644 --- a/meta/recipes-graphics/clutter/cogl.inc +++ b/meta/recipes-graphics/clutter/cogl.inc @@ -1,6 +1,6 @@ -DESCRIPTION = "Clutter graphics library" -HOMEPAGE = "http://www.clutter-project.org/" -LICENSE = "LGPL" +DESCRIPTION = "a modern 3D graphics API with associated utility APIs" +HOMEPAGE = "http://wiki.clutter-project.org/wiki/Cogl" +LICENSE = "LGPLv2.1+" STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gdk-pixbuf libxi" BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" |