From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UBZUW-0001iA-7V for openembedded-core@lists.openembedded.org; Sat, 02 Mar 2013 00:35:53 +0100 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r21NQo3N024499; Fri, 1 Mar 2013 23:26:50 GMT X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ScCkRpfqK0uO; Fri, 1 Mar 2013 23:26:50 +0000 (GMT) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r21NQiDQ024495 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Fri, 1 Mar 2013 23:26:47 GMT Message-ID: <1362179945.11004.10.camel@ted> From: Richard Purdie To: "Burton, Ross" Date: Fri, 01 Mar 2013 23:19:05 +0000 In-Reply-To: References: <1362140387-5761-1-git-send-email-emilia.maria.silvia.ciobanu@intel.com> <1362141704.1055.56.camel@ted> <5130FD69.1020804@linux.intel.com> X-Mailer: Evolution 3.6.3-1 Mime-Version: 1.0 Cc: the oe-core layer , Martin Jansa , Patches Subject: Re: [PATCH v2] btrfs-tools: added PV to git package recipe X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 23:35:55 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2013-03-01 at 23:09 +0000, Burton, Ross wrote: > On 1 March 2013 19:24, Martin Jansa wrote: > > I don't think 0.20~rc1 sorts lower then 0.20 at least in opkg world: > > Hmph, stupid opkg. That's just a quick change to the comparison logic > though right? Deb and rpm have these semantics for ~. I'm sure I've seen changes for opkg itself and I think this util is out of sync with the changes in opkg itself. It should really link against libopkg and use the *same* version comparison algorithm. Cheers, Richard