diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-04-13 20:36:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-15 18:12:45 +0100 |
commit | 427c70443de713211b6951f15980f41c0be740b2 (patch) | |
tree | 1cce158beb93db6f7c9ca30c99f3f133a7a02099 /meta | |
parent | 0456e83de410a6f6f9befd304a9817d6452d7a44 (diff) | |
download | poky-427c70443de713211b6951f15980f41c0be740b2.tar.gz |
aspell: inherit binconfig-disabled
There is a pspell-config.
(From OE-Core master rev: 53c8a954e699b3ae3e7a0a2b3860cf7c9ad1288e)
(From OE-Core rev: 27bf71420b535678640f8edd0c6bc551bd322f1c)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 a4f0e140b2..ca8af9daca 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_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell" | 25 | FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell" |
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" | ||