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:16:28 +0000 |
commit | 58cfa4f224257d4b0212494cc52ff2d418bbf9eb (patch) | |
tree | 23bce0ac1f7d061616051ca6e6a0d3413810d29b /meta/recipes-graphics/clutter | |
parent | 5b2452c6124fc9172750a08538b748a8614ff8fa (diff) | |
download | poky-58cfa4f224257d4b0212494cc52ff2d418bbf9eb.tar.gz |
cogl: clarify LICENSE as LGPLv2.1 and fix metadata
Fix the HOMEPAGE and DESCRIPTION which were using the same values as Clutter.
(From OE-Core rev: 67c91c83774d485b54357b81eb105ab291d4e383)
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')
-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 @@ | |||
1 | DESCRIPTION = "Clutter graphics library" | 1 | DESCRIPTION = "a modern 3D graphics API with associated utility APIs" |
2 | HOMEPAGE = "http://www.clutter-project.org/" | 2 | HOMEPAGE = "http://wiki.clutter-project.org/wiki/Cogl" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPLv2.1+" |
4 | 4 | ||
5 | STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gdk-pixbuf libxi" | 5 | STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gdk-pixbuf libxi" |
6 | BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" | 6 | BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" |