From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] gst-plugins-base alsa dependency
Date: Wed, 26 May 2010 12:04:39 +0200 [thread overview]
Message-ID: <20100526120439.532638bd@surf> (raw)
In-Reply-To: <AB12B32E73474741A2C5361C433A44DE01CA6D85@rte-ben-exch.RTE.ADWIN.RENESAS.COM>
On Wed, 26 May 2010 10:57:56 +0100
"Phil Edworthy" <Phil.Edworthy@renesas.com> wrote:
> How can a Buildroot package be told of build order dependencies,
> without requiring the packages to be included?
By doing something like:
ifeq ($(BR2_PACKAGE_ON_WHICH_I_DEPEND),y)
MYPKG_DEPENDENCIES += package-on-which-i-depend
endif
If the package "package-on-which-i-depend" is enabled in the
configuration, then you will have the guarantee that it gets compiled
before the current package.
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:[~2010-05-26 10:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-26 9:57 [Buildroot] gst-plugins-base alsa dependency Phil Edworthy
2010-05-26 10:04 ` Thomas Petazzoni [this message]
2010-05-26 12:31 ` Phil Edworthy
2010-05-26 21:21 ` 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=20100526120439.532638bd@surf \
--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