aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/aspell
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-19 13:34:42 +0100
commit9a529016efee92cbf6a01383b123bbcb3dc19bd9 (patch)
tree9f14d68f94f01a68900bfb12e59ac69bdb8c9bc9 /meta/recipes-support/aspell
parent529c4c082246a8c2579033fa7311fe91c08be7b9 (diff)
downloadopenembedded-core-contrib-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.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"