aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-14 08:16:09 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:20:01 -0500
commit1293c6280a9859e7947699c521cad8063c4f7c7a (patch)
tree3f0ef2af8d36905a2ca90d43ffde083e1b446d95
parent619d9fef4a9d618ce794ef68295e5aeeec259559 (diff)
downloadopenembedded-1293c6280a9859e7947699c521cad8063c4f7c7a.tar.gz
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 <Chase.Maupin@ti.com>
-rw-r--r--recipes/flac/flac_1.2.1.bb4
1 files changed, 3 insertions, 1 deletions
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 \