summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/aspell/aspell_0.60.6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/aspell/aspell_0.60.6.1.bb')
-rw-r--r--meta/recipes-support/aspell/aspell_0.60.6.1.bb5
1 files changed, 4 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 19a7155d66..161bb5ce20 100644
--- a/meta/recipes-support/aspell/aspell_0.60.6.1.bb
+++ b/meta/recipes-support/aspell/aspell_0.60.6.1.bb
@@ -25,7 +25,10 @@ FILES_${PN} = "${bindir}/aspell"
25FILES_libpspell = "${libdir}/libpspell.so.*" 25FILES_libpspell = "${libdir}/libpspell.so.*"
26FILES_${PN}-dev += "${bindir}/pspell-config" 26FILES_${PN}-dev += "${bindir}/pspell-config"
27 27
28ARM_INSTRUCTION_SET = "arm" 28ARM_INSTRUCTION_SET_armv4 = "arm"
29ARM_INSTRUCTION_SET_armv5 = "arm"
30ARM_INSTRUCTION_SET_armv6 = "arm"
31
29inherit autotools-brokensep gettext texinfo binconfig-disabled 32inherit autotools-brokensep gettext texinfo binconfig-disabled
30 33
31BINCONFIG = "${bindir}/pspell-config" 34BINCONFIG = "${bindir}/pspell-config"