diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-03-15 15:21:03 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-03-15 15:21:03 -0400 |
commit | 35a8b8a50d544d3abb00e87e61dc9f0b27412abe (patch) | |
tree | 161b37bda80bd6479930812f2d9c9696bbe45be0 /recipes/alsa/alsa-lib_1.0.17.bb | |
parent | d3f24755aff91e79db65c182e49c3c7184c3cefa (diff) |
alsa-lib: update LICENSE to more specific LGPLv2.1
Diffstat (limited to 'recipes/alsa/alsa-lib_1.0.17.bb')
-rw-r--r-- | recipes/alsa/alsa-lib_1.0.17.bb | 2 |
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 eff114de4b..c2401c6d0e 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 = "LGPL" +LICENSE = "LGPLv2.1" # 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, |