On 30 July 2015 at 06:28, Eirik Solberg Hamnvik <
eirik.solberg.hamn...@tomra.com> wrote:

> The perfect thing would be to make my package dependent on whichever
> package that configures the network settings, so I am guaranteed that it
> will download succesfully. Which one is that? Or are there any better
> solutions?
>
>
Don't use a postinstall script, which by definition has to run early.
Write a normal init script that deletes itself after completion and
schedule it to come after networking (which is a can of worms, you'll have
more luck if you use systemd here).

Ross
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to