All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dallas Foley <dfoley@telus.net>
To: openembedded-devel@lists.openembedded.org
Subject: enchant build failure
Date: Sun, 10 Oct 2010 18:35:19 -0700	[thread overview]
Message-ID: <i8tpko$2mp$1@dough.gmane.org> (raw)

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"





                 reply	other threads:[~2010-10-11  1:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='i8tpko$2mp$1@dough.gmane.org' \
    --to=dfoley@telus.net \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.