diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-11-29 13:18:19 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 15:50:54 +0000 |
commit | b231f147925d1b0ffd928fd455722c30f4bd4982 (patch) | |
tree | f5d6da09f23ccbac76203300c24ed18cb5f38256 /meta/recipes-graphics | |
parent | e15ee3de9bc23cd4b1b9a4b69cf4fe1adb320cca (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-box2d.inc | 2 |
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 @@ | |||
1 | DESCRIPTION = "Clutter Box2D" | 1 | DESCRIPTION = "Clutter Box2D" |
2 | HOMEPAGE = "http://www.clutter-project.org/" | 2 | HOMEPAGE = "http://www.clutter-project.org/" |
3 | LICENSE = "Catto" | 3 | LICENSE = "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 |
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |