ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] How to make a package build before another package


From: Stuart Hughes
Subject: Re: [Ltib] How to make a package build before another package
Date: Sun, 09 Dec 2012 14:08:15 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0

Hi Terry,

As Peter points out, the pkg_map file determines the build order of
packages.

Regards, Stuart

On 06/12/12 07:02, Lv Terry-R65388 wrote:
> Hi experts,
> 
>       In my ltib, a egl library need to use gpu's library. Thus the gpu 
> library need to be built first.
> 
>       I add a dependency in lkc file.
> 
> config PKG_GST_PLUGINS_GL
>     select PKG_GST_FSL_PLUGINS
>     bool "gst-plugins-gl"
>     depends on PKG_GPU_VIV_BIN_MX6Q
>     help
>          This package provides the Freescale Gstreamer based plugins on 
> OpenGl.
> 
>       But it seems it doesn't work. PKG_GST_PLUGINS_GL still builds first.
> 
>       In .config file, I can see that PKG_GPU_VIV_BIN_MX6Q is in front of 
> PKG_GST_PLUGINS_GL.
> CONFIG_PKG_GPU_VIV_BIN_MX6Q=y
> # CONFIG_PKG_UUC is not set
> # CONFIG_PKG_ATHEROS_WIFI is not set
> CONFIG_PKG_PERF=y
> 
> #
> # Freescale Multimedia Plugins/Codecs
> #
> CONFIG_PKG_LIBFSLCODEC=y
> CONFIG_PKG_LIBFSLPARSER=y
> CONFIG_PKG_LIBFSLVPUWRAP=y
> # CONFIG_PKG_LIBFSLAACPCODEC is not set
> # CONFIG_PKG_LIBFSLAC3CODEC is not set
> # CONFIG_PKG_LIBFSLMSCODEC is not set
> # CONFIG_PKG_LIBFSLMSPARSER is not set
> CONFIG_PKG_GST_FSL_PLUGINS=y
> CONFIG_PKG_GST_PLUGINS_GL=y
> 
>       How to resolve this problem?
> 
>       Thanks a lot~~
> 
> Yours
> Terry
> _______________________________________________
> LTIB home page: http://ltib.org
> 
> Ltib mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/ltib
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]