[OE-core] [PATCH] xdg-utils: upgrade to 1.1.0-rc1

Iorga, Cristian cristian.iorga at intel.com
Mon Apr 28 14:49:32 UTC 2014


Will do, thanks for the context.

-----Original Message-----
From: Koen Kooi [mailto:koen at dominion.thruhere.net] 
Sent: Monday, April 28, 2014 5:45 PM
To: Iorga, Cristian
Cc: openembedded-core at lists.openembedded.org
Subject: Re: [OE-core] [PATCH] xdg-utils: upgrade to 1.1.0-rc1


Op 28 apr. 2014, om 16:40 heeft Iorga, Cristian <cristian.iorga at intel.com> het volgende geschreven:

> Hello Koen,
> 
> Care to go into details why exactly the version is wrong?

http://www.openembedded.org/wiki/Versioning_Policy

> In YP Dev Manual, my recipe is given as an example of correct naming:
> http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#ne
> w-recipe-storing-and-naming-the-recipe
> Quote:
> "Naming Your Recipe: When you name your recipe, you need to follow this naming convention:
> 
>     <basename>_<version>.bb
> 
> 
> Use lower-cased characters and do not include the reserved suffixes -native, -cross, -initial, or -dev casually (i.e. do not use them as part of your recipe name unless the string applies). Here are some examples:
> 
>     cups_1.7.0.bb
>     gawk_4.0.2.bb
>     xdg-utils_1.1.0-rc1.bb"

And that's why I only read OE policy docs when working on OE.

> Also, in meta-openembedded, I found several recipes following the same pattern, i.e. fim and irssi packages.

koen at beast:/build/v2014.06/sources/meta-openembedded$ grep PV ./meta-oe/recipes-connectivity/irssi/irssi_0.8.16-rc1.bb
REALPV = "0.8.16-rc1"
PV = "0.8.15+${REALPV}"
SRC_URI = "http://irssi.org/files/irssi-${REALPV}.tar.gz"
S = "${WORKDIR}/irssi-${REALPV}"

But 'fim' violates versioning policy as well.


> 
> Regards,
> Cristian
> YP
> Intel Corporation
> 
> -----Original Message-----
> From: Koen Kooi [mailto:koen at dominion.thruhere.net]
> Sent: Monday, April 28, 2014 5:26 PM
> To: Iorga, Cristian
> Cc: openembedded-core at lists.openembedded.org
> Subject: Re: [OE-core] [PATCH] xdg-utils: upgrade to 1.1.0-rc1
> 
> 
> Op 11 jul. 2013, om 14:51 heeft Cristian Iorga <cristian.iorga at intel.com> het volgende geschreven:
> 
>> This version of xdg-utils is needed by BA in order to associate 
>> correctly types of files with PCManFM file manager.
>> The release cycle of xdg-utils is very slow, so this is the best shot 
>> of a stable version available for YP 1.5 release.
>> As a reference, the previous stable version was released in 2007.
>> Also, desktop Linux distros use this release candidate as a stable 
>> version, for example, Ubuntu 12.04.
>> 
>> Part of the implementation of [YOCTO #2370].
>> 
>> Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
>> ---
>> .../xdg-utils/{xdg-utils_1.0.2.bb => xdg-utils_1.1.0-rc1.bb}  |    9 ++++-----
>> 1 file changed, 4 insertions(+), 5 deletions(-) rename 
>> meta/recipes-extended/xdg-utils/{xdg-utils_1.0.2.bb => 
>> xdg-utils_1.1.0-rc1.bb} (80%)
> 
> This has been in OE-core for a while, but I do have to point out that 
> it violates the version policy, it should be: 1.0.2+1.1.0-rc1
> 




More information about the Openembedded-core mailing list