From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] qemu: needs pkg-config
Date: Sun, 4 Nov 2012 18:03:37 +0100 [thread overview]
Message-ID: <20121104180337.76cc8973@skate> (raw)
In-Reply-To: <1352046926-10804-1-git-send-email-thomas.petazzoni@free-electrons.com>
On Sun, 4 Nov 2012 17:35:24 +0100, Thomas Petazzoni wrote:
> define HOST_QEMU_CONFIGURE_CMDS
> - (cd $(@D); ./configure \
> + (cd $(@D); $(HOST_CONFIGURE_OPTS) ./configure \
> --target-list="$(HOST_QEMU_TARGETS)" \
> --prefix="$(HOST_DIR)/usr" \
> --interp-prefix=$(STAGING_DIR) \
I should have explained this change in the commit log: it is needed so
that $(HOST_DIR)/usr/bin/ is in the PATH, which allows Qemu's configure
script to find our pkg-config.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2012-11-04 17:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-04 16:35 [Buildroot] [PATCH 1/3] qemu: needs pkg-config Thomas Petazzoni
2012-11-04 16:35 ` [Buildroot] [PATCH 2/3] qemu: needs zlib Thomas Petazzoni
2012-11-04 16:35 ` [Buildroot] [PATCH 3/3] qemu: needs libglib2 Thomas Petazzoni
2012-11-04 17:03 ` Thomas Petazzoni [this message]
2012-11-05 8:11 ` [Buildroot] [PATCH 1/3] qemu: needs pkg-config Peter Korsgaard
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=20121104180337.76cc8973@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox