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-17 22:50:25 +0100 |
commit | 53c8a954e699b3ae3e7a0a2b3860cf7c9ad1288e (patch) | |
tree | 8f93107efff3ead5efbf996a0768f1e2fceff9e2 /meta/recipes-support/aspell | |
parent | 04193b96fa6e41f9de7ea5eb15be133ac63b1ecc (diff) | |
download | openembedded-core-contrib-53c8a954e699b3ae3e7a0a2b3860cf7c9ad1288e.tar.gz |
aspell: inherit binconfig-disabled
There is a pspell-config.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
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 f54672173d9..7cf17d65db7 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.*" FILES_${PN}-dev += "${bindir}/pspell-config" ARM_INSTRUCTION_SET = "arm" -inherit autotools-brokensep gettext texinfo +inherit autotools-brokensep gettext texinfo binconfig-disabled + +BINCONFIG = "${bindir}/pspell-config" |