* enchant build failure
@ 2010-10-11 1:35 Dallas Foley
0 siblings, 0 replies; only message in thread
From: Dallas Foley @ 2010-10-11 1:35 UTC (permalink / raw)
To: openembedded-devel
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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-11 1:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-11 1:35 enchant build failure Dallas Foley
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.