From: Robert Yang Date: Sat, 28 Dec 2013 14:23:32 +0000 (+0800) Subject: enchant: fix unrecognised option X-Git-Tag: 2015-4~4121 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4cee162c292915e68e8efcab68a31ba0e48105e9;p=openembedded-core.git enchant: fix unrecognised option Fix the unrecognised option --disable-binreloc, the configure now uses: AM_CONDITIONAL(WITH_BINRELOC, test "x$br_cv_binreloc" = "xyes") We can use br_cv_binreloc=no to fix it. Signed-off-by: Robert Yang Signed-off-by: Saul Wold --- diff --git a/meta/recipes-support/enchant/enchant_1.6.0.bb b/meta/recipes-support/enchant/enchant_1.6.0.bb index d17684d4c2..97a47614cd 100644 --- a/meta/recipes-support/enchant/enchant_1.6.0.bb +++ b/meta/recipes-support/enchant/enchant_1.6.0.bb @@ -24,8 +24,6 @@ EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${prefix} \ export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " -export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " - FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${BPN} ${libdir}/${BPN}/*.so" FILES_${PN}-dev += "${libdir}/${BPN}/*{SOLIBSDEV} ${libdir}/${BPN}/*.la" FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a"