summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-11-29 13:18:19 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 15:50:54 +0000
commitb231f147925d1b0ffd928fd455722c30f4bd4982 (patch)
treef5d6da09f23ccbac76203300c24ed18cb5f38256 /meta/recipes-graphics/clutter
parente15ee3de9bc23cd4b1b9a4b69cf4fe1adb320cca (diff)
downloadpoky-b231f147925d1b0ffd928fd455722c30f4bd4982.tar.gz
clutter-box2d: fix LICENSE field - LGPL-2.1
clutter-box2d has had the same COPYING file since 2008-04-03, therefore update the license field in the inc file to reflect its contents. (From OE-Core rev: 755726a7441794b8b5ac9de05744f85adf02f596) 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/clutter-box2d.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-box2d.inc b/meta/recipes-graphics/clutter/clutter-box2d.inc
index 0574db3d51..599b4678cd 100644
--- a/meta/recipes-graphics/clutter/clutter-box2d.inc
+++ b/meta/recipes-graphics/clutter/clutter-box2d.inc
@@ -1,6 +1,6 @@
1DESCRIPTION = "Clutter Box2D" 1DESCRIPTION = "Clutter Box2D"
2HOMEPAGE = "http://www.clutter-project.org/" 2HOMEPAGE = "http://www.clutter-project.org/"
3LICENSE = "Catto" 3LICENSE = "LGPL-2.1"
4 4
5# The main clutter lib is machine specific so we need to be too 5# The main clutter lib is machine specific so we need to be too
6PACKAGE_ARCH = "${MACHINE_ARCH}" 6PACKAGE_ARCH = "${MACHINE_ARCH}"