Re: [yocto] PREFERRED_VERSION for native package

2016-01-19 Thread Vuille, Martin (Martin)
> From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: January 19, 2016 1:58 PM > > its a distro policy based upon licensing if weak assignment is used then the > licensing  won’t be able to enforce the decision > if someone overrides it.  Thanks, that makes sense.  MV   -- __

Re: [yocto] PREFERRED_VERSION for native package

2016-01-19 Thread Khem Raj
(Martin) > Sent: January 19, 2016 8:16 AM > To: yocto@yoctoproject.org <mailto:yocto@yoctoproject.org> > Subject: [yocto] PREFERRED_VERSION for native package > > Yocto Fido > > I am trying to use PREFERRED_VERSION to select an earlier version > of the “db” package. The build in

Re: [yocto] PREFERRED_VERSION for native package

2016-01-19 Thread Vuille, Martin (Martin)
ked if it hadn't been overridden by this one. MV From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Vuille, Martin (Martin) Sent: January 19, 2016 8:16 AM To: yocto@yoctoproject.org Subject: [yocto] PREFERRED_VERSION for native package Yocto Fido

[yocto] PREFERRED_VERSION for native package

2016-01-19 Thread Vuille, Martin (Martin)
Yocto Fido I am trying to use PREFERRED_VERSION to select an earlier version of the "db" package. The build includes both db and db-native variants of the package. I set PREFERRED_VERSION_db variable and this successfully changes the version of the db package but not the db-native package. I tri