summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/aspell/aspell_0.60.6.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/aspell/aspell_0.60.6.1.bb b/meta/recipes-support/aspell/aspell_0.60.6.1.bb
index d773ee3d08..64611cbf12 100644
--- a/meta/recipes-support/aspell/aspell_0.60.6.1.bb
+++ b/meta/recipes-support/aspell/aspell_0.60.6.1.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "GNU Aspell spell-checker"
6SECTION = "console/utils" 6SECTION = "console/utils"
7LICENSE="LGPLv2 | LGPLv2.1" 7LICENSE="LGPLv2 | LGPLv2.1"
8LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" 8LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
9PR = "r0" 9PR = "r1"
10PACKAGES += "libaspell libpspell libpspell-dev aspell-utils" 10PACKAGES += "libaspell libpspell libpspell-dev aspell-utils"
11 11
12FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*" 12FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*"
@@ -16,4 +16,5 @@ FILES_${PN} = "${bindir}/aspell"
16FILES_libpspell = "${libdir}/libpspell.so.*" 16FILES_libpspell = "${libdir}/libpspell.so.*"
17FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell" 17FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell"
18 18
19ARM_INSTRUCTION_SET = "arm"
19inherit autotools gettext 20inherit autotools gettext