From patchwork Mon May 21 14:29:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [18/70] libcroco: Update LICENSE field version to LGPLv2 and LGPLv2.1 Date: Mon, 21 May 2012 14:29:17 -0000 From: chase maupin X-Patchwork-Id: 28101 Message-Id: <1337610609-1173-19-git-send-email-Chase.Maupin@ti.com> To: Cc: Chase Maupin * Updated LICENSE field version from generic LGPL to LGPLv2 and LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/libcroco/libcroco_0.6.2.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/recipes/libcroco/libcroco_0.6.2.bb b/recipes/libcroco/libcroco_0.6.2.bb index e502e95..07a224d 100644 --- a/recipes/libcroco/libcroco_0.6.2.bb +++ b/recipes/libcroco/libcroco_0.6.2.bb @@ -1,7 +1,9 @@ DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit" SECTION = "x11/utils" DEPENDS = "glib-2.0 libxml2" -LICENSE = "LGPL" +LICENSE = "LGPLv2 LGPLv2.1" + +PR = "r1" inherit gnome