From 399b52d42cbb8b34fcf307832b74ce91df040038 Mon Sep 17 00:00:00 2001 From: chase maupin Date: Mon, 21 May 2012 14:29:15 +0000 Subject: cairo: Update LICENSE field version to MPL-1 and LGPLv2.1 * Updated LICENSE field version from generic LGPL to MPL-1 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 Signed-off-by: Martin Jansa --- recipes/cairo/cairo_1.10.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/cairo/cairo_1.10.0.bb b/recipes/cairo/cairo_1.10.0.bb index e6836a1b2a..f81445aee7 100644 --- a/recipes/cairo/cairo_1.10.0.bb +++ b/recipes/cairo/cairo_1.10.0.bb @@ -1,6 +1,8 @@ require cairo.inc -PR = "r2" +LICENSE = "MPL-1 LGPLv2.1" + +PR = "r3" SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz;name=cairo \ " -- cgit 1.2.3-korg