From 1293c6280a9859e7947699c521cad8063c4f7c7a Mon Sep 17 00:00:00 2001 From: Chase Maupin Date: Mon, 14 May 2012 08:16:09 -0500 Subject: flac: Update LICENSE field version to GPLv2 and LGPLv2.1 * Updated LICENSE field version from generic GPL to GFDL-1.2, GPLv2+, LGPLv2.1, and BSD to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/flac/flac_1.2.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/flac/flac_1.2.1.bb b/recipes/flac/flac_1.2.1.bb index 9628352c53..7d520139a3 100644 --- a/recipes/flac/flac_1.2.1.bb +++ b/recipes/flac/flac_1.2.1.bb @@ -1,6 +1,8 @@ require flac.inc -PR = "${INC_PR}.2" +LICENSE = "GFDL-1.2 GPLv2+ LGPLv2.1 BSD" + +PR = "${INC_PR}.3" # fixes from openSUSE: SRC_URI += "file://flac-gcc43-fixes.diff;striplevel=0 \ -- cgit 1.2.3-korg