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:46 +0000 |
commit | 755726a7441794b8b5ac9de05744f85adf02f596 (patch) | |
tree | 286793cf6a9020883a8da889be6810cfc2b2eb62 | |
parent | 07799e71135a059cdbf1b8720a8094e2e22ac1b6 (diff) | |
download | openembedded-core-contrib-755726a7441794b8b5ac9de05744f85adf02f596.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.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-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 0574db3d51b..599b4678cd7 100644 --- a/meta/recipes-graphics/clutter/clutter-box2d.inc +++ b/meta/recipes-graphics/clutter/clutter-box2d.inc @@ -1,6 +1,6 @@ DESCRIPTION = "Clutter Box2D" HOMEPAGE = "http://www.clutter-project.org/" -LICENSE = "Catto" +LICENSE = "LGPL-2.1" # The main clutter lib is machine specific so we need to be too PACKAGE_ARCH = "${MACHINE_ARCH}" |