[yocto] Package specific version dependencies
Paul Eggleton
paul.eggleton at linux.intel.com
Tue Aug 6 02:07:17 PDT 2013
Hi Francesco,
On Tuesday 06 August 2013 09:55:06 Francesco Del Degan wrote:
> Playing with RDEPENDS variable i'm facing the needs to
> specify a dependency based on specific version of a package
> (greather than, in my specific case).
>
> The underlying package managers supports declaring dependencies
> including version relationships, for example:
>
> Rpm: Requires: package_xxx >= 1.0.27
> Deb: Depends: libc6 (>= 2.2.1)
> Okpg: Depends: xfree (>= 6.0), glib2
>
> Is this feature just missing in yocto or it's explicitly denied
> for some reason?
This should work, in fact we use it (with =) in conjunction with EXTENDPKGV
when we want to force packages from the same recipe to upgrade in lock-step.
Have you tried adding these specifications to an RDEPENDS value?
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
More information about the yocto
mailing list