On Tue, Sep 9, 2008 at 7:57 PM, Caglar Akyuz <[EMAIL PROTECTED]> wrote:
> Hi,
>
> In short:
>
> What is the proper way of creating symbolic links in a recipe?
>
> In detail:
>
> Actually I want some links in my final image, but I couldn't
> achieve install_prepend running for my images.


In your bb file you can use something like this:

pkg_postinst() {
        #!/bin/sh
        # post installation script

        ln -s /usr/local/bin/file /usr/bin/file
}


-- 
Javi Roman

_______________________________________________
Openembedded-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users

Reply via email to