[oe] enchant build failure

Dallas Foley dfoley at telus.net
Mon Oct 11 01:35:19 UTC 2010


I got the same build failure ashttp://tinderbox.openembedded.net/public/logs/task/8620563.txt

Could someone confirm if this is a correct fix or not.
Should I have posted this to patchwork instead ?

diff --git a/recipes/enchant/enchant_1.6.0.bb b/recipes/enchant/enchant_1.6.0.bb
index 3ef2f94..ce5da0a 100644
--- a/recipes/enchant/enchant_1.6.0.bb
+++ b/recipes/enchant/enchant_1.6.0.bb
@@ -13,7 +13,7 @@ S = "${WORKDIR}/enchant-${PV}"
  
  SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz"
  
-EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${layout_prefix} --enable-aspell --disable-binreloc"
+EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_TARGET} --enable-aspell --disable-binreloc"
  
  FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${PN} ${libdir}/${PN}/*.so"
  FILES_${PN}-dev += "${libdir}/${PN}/*{SOLIBSDEV} ${libdir}/${PN}/*.la ${libdir}/${PN}/*.a"






More information about the Openembedded-devel mailing list