From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C4B05E0156E for ; Tue, 6 Aug 2013 01:00:09 -0700 (PDT) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V6cBX-0006JD-RJ for yocto@yoctoproject.org; Tue, 06 Aug 2013 10:00:03 +0200 Received: from 2-227-90-218.ip185.fastwebnet.it ([2.227.90.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Aug 2013 10:00:03 +0200 Received: from f.deldegan by 2-227-90-218.ip185.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Aug 2013 10:00:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: yocto@yoctoproject.org From: Francesco Del Degan Date: Tue, 06 Aug 2013 09:55:06 +0200 Message-ID: <87iozjfe3p.fsf@endian.com> Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 2-227-90-218.ip185.fastwebnet.it User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:pTdxFS8sHUXPHaILkN7PCAAjtCQ= Subject: Package specific version dependencies X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Aug 2013 08:00:14 -0000 Content-Type: text/plain Hi all, 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? In first case: Could a patch (I will need to work on package*.bbclass i guess) be useful for Yocto/OE? What could be a good syntax for bitbake variable in order to specify this? Thanks, Francesco 'pr0gg3d' Del Degan