| Submitter | Joshua Lock |
|---|---|
| Date | Dec. 19, 2011, 10:10 p.m. |
| Message ID | <462499dc5d01aeb8ac9efd7f43b9aeea817861f6.1324332440.git.josh@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/17283/ |
| State | Accepted |
| Commit | 67c91c83774d485b54357b81eb105ab291d4e383 |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-graphics/clutter/cogl.inc b/meta/recipes-graphics/clutter/cogl.inc index 81317c6..f2ad6d1 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)}"
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 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)