diff options
author | Qing He <qing.he@intel.com> | 2010-11-26 16:15:08 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-01 20:47:03 -0800 |
commit | 97951e97517e446f71734e1fe24228e4bfb6d65b (patch) | |
tree | 6cab3a530dfa7c20bed9d77a1f6665404887a206 | |
parent | 611ea2ff2fa3bbe4de56921b236e6c33a6b7ac8d (diff) | |
download | openembedded-core-97951e97517e446f71734e1fe24228e4bfb6d65b.tar.gz openembedded-core-97951e97517e446f71734e1fe24228e4bfb6d65b.tar.bz2 openembedded-core-97951e97517e446f71734e1fe24228e4bfb6d65b.zip |
aspell: update license
Signed-off-by: Qing He <qing.he@intel.com>
-rw-r--r-- | meta/recipes-support/aspell/aspell_0.60.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/aspell/aspell_0.60.6.bb b/meta/recipes-support/aspell/aspell_0.60.6.bb index 8d43a707d2..3b8b08ad08 100644 --- a/meta/recipes-support/aspell/aspell_0.60.6.bb +++ b/meta/recipes-support/aspell/aspell_0.60.6.bb @@ -1,7 +1,8 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/aspell-${PV}.tar.gz" DESCRIPTION = "GNU Aspell spell-checker" SECTION = "console/utils" -LICENSE="LGPL" +LICENSE="LGPLv2 | LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" PACKAGES += "libaspell libpspell libpspell-dev aspell-utils" |