]> code.ossystems Code Review - openembedded-core.git/commitdiff
aspell: inherit binconfig-disabled
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 14 Apr 2015 03:36:07 +0000 (20:36 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 May 2015 17:12:07 +0000 (18:12 +0100)
There is a pspell-config.

(From OE-Core master rev: 53c8a954e699b3ae3e7a0a2b3860cf7c9ad1288e)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/aspell/aspell_0.60.6.1.bb

index a4f0e140b2fb97967091c885e71a52ed54b6f12d..ca8af9dacad17254129c0a1186912bf6b127f6e8 100644 (file)
@@ -25,4 +25,6 @@ FILES_libpspell = "${libdir}/libpspell.so.*"
 FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell"
 
 ARM_INSTRUCTION_SET = "arm"
-inherit autotools-brokensep gettext texinfo
+inherit autotools-brokensep gettext texinfo binconfig-disabled
+
+BINCONFIG = "${bindir}/pspell-config"