Re: [yocto] setting DEPENDS variable to specific package version

2018-01-01 Thread Dafna Hirschfeld
with lua5.3 and package B to be statically linked with lua5.2 . How can I do that ? Thanks On Mon, Jan 1, 2018 at 2:27 PM, John Ernberg <john.ernb...@actia.se> wrote: > Hi Dafna, > On 12/30/2017 06:25 PM, Dafna Hirschfeld wrote: > > Hi, > > I want to add the vlc package ,

[yocto] setting DEPENDS variable to specific package version

2017-12-30 Thread Dafna Hirschfeld
Hi, I want to add the vlc package , which has "lua" package in it's DEPNENDS variable. But vlc needs lua5.2 and the default is lua5.3 So when running vlc on the target I get "undefined symbol" in the liblua_plugin.so So how do I set the packages in DEPENDS to be in specific version ? I added