On 3/19/09, Stefan Monnier <[email protected]> wrote:
> > There is a way to force a package to be installed after another
>  > package when creating the firmware image?
>
>
> Not that I know.  The DEPENDS directive should properly enforce an order
>  when packages are installed via "opkg", but IIUC the firmware image is
>  built differently and doesn't do a topological sort, assuming that
>  DEPENDS only means "the package Foo is unusable without package Bar" but
>  not "package Foo needs package Bar to be installed before".
>
>  Maybe if you give some more specific details, someone will suggest
>  an alternative way to solve your problem.
>
>
>
>         Stefan
>
>
>  _______________________________________________
>  openwrt-devel mailing list
>  [email protected]
>  http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>

I met the same problem.
My package A needs depends package UCI, and it do needs uci to be
installed first before compiling it. Otherwise, package A obveriously
cannot be built successfully since uci libraries and its header files
are not installed into staging_dir yet ...

Are there any alternative ways to define the package compile/install sequence?
_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to