aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/alsa/alsa-lib_1.0.17.bb
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-04-27 19:39:52 -0700
committerTom Rini <trini@embeddedalley.com>2009-05-06 13:20:38 -0700
commit3acdae6e983cc944f6b6a63df14ca96d0daa1677 (patch)
treedd532618384c84aa5cb28c9d3a4b0d915ba7eb11 /recipes/alsa/alsa-lib_1.0.17.bb
parent41eae4783b30103cba0c712fe923a341a0d8bf90 (diff)
downloadopenembedded-3acdae6e983cc944f6b6a63df14ca96d0daa1677.tar.gz
alsa-lib: This is LGPL not GPL
Diffstat (limited to 'recipes/alsa/alsa-lib_1.0.17.bb')
-rw-r--r--recipes/alsa/alsa-lib_1.0.17.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/alsa/alsa-lib_1.0.17.bb b/recipes/alsa/alsa-lib_1.0.17.bb
index f4ae21b637..eff114de4b 100644
--- a/recipes/alsa/alsa-lib_1.0.17.bb
+++ b/recipes/alsa/alsa-lib_1.0.17.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Alsa sound library"
HOMEPAGE = "http://www.alsa-project.org"
SECTION = "libs/multimedia"
-LICENSE = "GPL"
+LICENSE = "LGPL"
# configure.in sets -D__arm__ on the command line for any arm system
# (not just those with the ARM instruction set), this should be removed,