From: Robert Yang Date: Tue, 14 Apr 2015 03:36:07 +0000 (-0700) Subject: aspell: inherit binconfig-disabled X-Git-Tag: 2015-10~2163 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=53c8a954e699b3ae3e7a0a2b3860cf7c9ad1288e;p=openembedded-core.git aspell: inherit binconfig-disabled There is a pspell-config. Signed-off-by: Robert Yang --- 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"