From: Joshua Lock Date: Tue, 29 Nov 2011 21:18:19 +0000 (-0800) Subject: clutter-box2d: fix LICENSE field - LGPL-2.1 X-Git-Tag: 2015-4~12616 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=755726a7441794b8b5ac9de05744f85adf02f596;p=openembedded-core.git 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 --- 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 @@ 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}"