From patchwork Wed Nov 30 00:33:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [09/11] clutter-box2d: fix LICENSE field - LGPL-2.1 Date: Wed, 30 Nov 2011 00:33:45 -0000 From: Joshua Lock X-Patchwork-Id: 15741 Message-Id: To: openembedded-core@lists.openembedded.org 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 --- 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 0574db3..599b467 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}"