diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-04-13 20:36:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-19 13:34:42 +0100 |
commit | 9a529016efee92cbf6a01383b123bbcb3dc19bd9 (patch) | |
tree | 9f14d68f94f01a68900bfb12e59ac69bdb8c9bc9 /meta/recipes-support/aspell | |
parent | 529c4c082246a8c2579033fa7311fe91c08be7b9 (diff) | |
download | poky-9a529016efee92cbf6a01383b123bbcb3dc19bd9.tar.gz |
aspell: inherit binconfig-disabled
There is a pspell-config.
(From OE-Core rev: 53c8a954e699b3ae3e7a0a2b3860cf7c9ad1288e)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/aspell')
-rw-r--r-- | meta/recipes-support/aspell/aspell_0.60.6.1.bb | 4 |
1 files changed, 3 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 f54672173d..7cf17d65db 100644 --- a/meta/recipes-support/aspell/aspell_0.60.6.1.bb +++ b/meta/recipes-support/aspell/aspell_0.60.6.1.bb | |||
@@ -25,4 +25,6 @@ FILES_libpspell = "${libdir}/libpspell.so.*" | |||
25 | FILES_${PN}-dev += "${bindir}/pspell-config" | 25 | FILES_${PN}-dev += "${bindir}/pspell-config" |
26 | 26 | ||
27 | ARM_INSTRUCTION_SET = "arm" | 27 | ARM_INSTRUCTION_SET = "arm" |
28 | inherit autotools-brokensep gettext texinfo | 28 | inherit autotools-brokensep gettext texinfo binconfig-disabled |
29 | |||
30 | BINCONFIG = "${bindir}/pspell-config" | ||