[Buildroot] gst-plugins-base alsa dependency

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed May 26 10:04:39 UTC 2010


On Wed, 26 May 2010 10:57:56 +0100
"Phil Edworthy" <Phil.Edworthy at 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



More information about the buildroot mailing list