]> code.ossystems Code Review - openembedded-core.git/commitdiff
cogl: clarify LICENSE as LGPLv2.1 and fix metadata
authorJoshua Lock <josh@linux.intel.com>
Thu, 15 Dec 2011 23:19:21 +0000 (15:19 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Dec 2011 17:11:28 +0000 (17:11 +0000)
Fix the HOMEPAGE and DESCRIPTION which were using the same values as Clutter.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/recipes-graphics/clutter/cogl.inc

index 81317c6811f6d0796de145cdb302cc0737eeb4a7..f2ad6d1269a5270112512c091306c98fc4066c47 100644 (file)
@@ -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)}"