summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-04-13 20:36:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-17 22:50:25 +0100
commit53c8a954e699b3ae3e7a0a2b3860cf7c9ad1288e (patch)
tree8f93107efff3ead5efbf996a0768f1e2fceff9e2
parent04193b96fa6e41f9de7ea5eb15be133ac63b1ecc (diff)
downloadopenembedded-core-53c8a954e699b3ae3e7a0a2b3860cf7c9ad1288e.tar.gz
aspell: inherit binconfig-disabled
There is a pspell-config. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-rw-r--r--meta/recipes-support/aspell/aspell_0.60.6.1.bb4
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.*"
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"