summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/aspell/aspell_0.60.6.bb3
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 @@
1SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/aspell-${PV}.tar.gz" 1SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/aspell-${PV}.tar.gz"
2DESCRIPTION = "GNU Aspell spell-checker" 2DESCRIPTION = "GNU Aspell spell-checker"
3SECTION = "console/utils" 3SECTION = "console/utils"
4LICENSE="LGPL" 4LICENSE="LGPLv2 | LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
5 6
6PACKAGES += "libaspell libpspell libpspell-dev aspell-utils" 7PACKAGES += "libaspell libpspell libpspell-dev aspell-utils"
7 8