[yocto] Selecting target runtime lib versions [SOLVED]

Chris Tapp opensource at keylevel.com
Sat Feb 19 14:27:44 PST 2011


On 18 Feb 2011, at 22:49, Chris Tapp wrote:

> I'm working on a recipe to give me sdl-directfb-1.2.11. This is  
> building ok, but when I run on the target it's trying to link  
> against directfb-1.2.
>
> Trouble is, Yocto has a recipe for directfb-1.4 and this is what's  
> installed on the target.
>
> Why does SDL try to link against 1.2? I'm not having any luck  
> finding anything within SDL that forces this.

The recipe was using /usr paths and was therefore linking against the  
host, which was 1.2.

Chris



More information about the yocto mailing list