[oe-commits] Robert Yang : aspell: inherit binconfig-disabled

git at git.openembedded.org git at git.openembedded.org
Fri May 15 17:14:21 UTC 2015


Module: openembedded-core.git
Branch: fido
Commit: 27bf71420b535678640f8edd0c6bc551bd322f1c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=27bf71420b535678640f8edd0c6bc551bd322f1c

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Apr 13 20:36:07 2015 -0700

aspell: inherit binconfig-disabled

There is a pspell-config.

(From OE-Core master rev: 53c8a954e699b3ae3e7a0a2b3860cf7c9ad1288e)

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/aspell/aspell_0.60.6.1.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 a4f0e14..ca8af9d 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_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"



More information about the Openembedded-commits mailing list