All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: rrdtool: fixup in EXTRA_OECONF to get past error in do_configure. add do_stage. Closes 2524.
Date: Sun, 03 Aug 2008 10:05:50 +0200	[thread overview]
Message-ID: <g73osv$q5l$1@ger.gmane.org> (raw)

Hi,

I just noticed a commit doing this:

-EXTRA_OECONF = "--enable-shared --enable-local-libpng 
--enable-local-zlib --program-prefix=''"
+EXTRA_OECONF = "rd_cv_ieee_works=yes --enable-shared 
--enable-local-libpng --enable-local-zlib --program-prefix=''"

Please don't specify such information on the commandline, it belongs 
into the site files.

If you are sure it's generic, put it in site/common like this:

rd_cv_ieee_works=${rd_cv_ieee_works=yes}

I'f you aren't sure if it applies to both linux and uclinux, put it in 
common-linux or common-uclinux or even in <arch>-common.

If we put it in the site files we don't have to reinvent the wheel 
everytime a package tests for rd_cv_ieee_works.

regards,

Koen






             reply	other threads:[~2008-08-03  8:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-03  8:05 Koen Kooi [this message]
2008-08-05 13:29 ` rrdtool: fixup in EXTRA_OECONF to get past error in do_configure. add do_stage. Closes 2524 Rolf Leggewie

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='g73osv$q5l$1@ger.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@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.