[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-core
Subject:    [OE-core] [PATCH 10/14] enchant: fix unrecognised option
From:       liezhi.yang () windriver ! com (Robert Yang)
Date:       2013-12-30 3:34:59
Message-ID: 58f3bc521994a50891050d2890fb17d218d11c84.1388369850.git.liezhi.yang () windriver ! com
[Download RAW message or body]

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 <liezhi.yang at windriver.com>
---
 meta/recipes-support/enchant/enchant_1.6.0.bb |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/enchant/enchant_1.6.0.bb \
b/meta/recipes-support/enchant/enchant_1.6.0.bb index c16a2a8..5c9359b 100644
--- a/meta/recipes-support/enchant/enchant_1.6.0.bb
+++ b/meta/recipes-support/enchant/enchant_1.6.0.bb
@@ -17,7 +17,9 @@ SRC_URI = \
"http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz  \
SRC_URI[md5sum] = "de11011aff801dc61042828041fb59c7"  SRC_URI[sha256sum] = \
"2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f"  
-EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-aspell \
--disable-binreloc" +EXTRA_OECONF = \
"--with-aspell-prefix=${STAGING_DIR_HOST}${prefix} \ +		--enable-aspell \
br_cv_binreloc=no \ +		"
 
 FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${BPN} \
${libdir}/${BPN}/*.so"  FILES_${PN}-dev += "${libdir}/${BPN}/*{SOLIBSDEV} \
                ${libdir}/${BPN}/*.la"
-- 
1.7.10.4


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic