Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-04 Thread Ciobanu, Emilia Maria Silvia
-core] [PATCH v2] btrfs-tools: added PV to git package recipe On Mon, 2013-03-04 at 08:42 +, Ciobanu, Emilia Maria Silvia wrote: > I've tried building the package after added the "0.20~rc1" tag for > PV. This format for the tag doesn't seem to be supported. I > get t

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-04 Thread Richard Purdie
On Mon, 2013-03-04 at 08:42 +, Ciobanu, Emilia Maria Silvia wrote: > I've tried building the package after added the "0.20~rc1" tag for > PV. This format for the tag doesn't seem to be supported. I > get the following error: > invalid tag value("^[A-Za-z0-9+._]+$") Version: Version: > 0.20~r

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-04 Thread Ciobanu, Emilia Maria Silvia
Patches Subject: Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe On Fri, 2013-03-01 at 20:24 +0100, Martin Jansa wrote: > I don't think 0.20~rc1 sorts lower then 0.20 at least in opkg world: > > > OE @ ~/projects/opkg-utils $ ./opkg-compare-versions 0.20~rc1

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-01 Thread Richard Purdie
On Fri, 2013-03-01 at 20:24 +0100, Martin Jansa wrote: > I don't think 0.20~rc1 sorts lower then 0.20 at least in opkg world: > > > OE @ ~/projects/opkg-utils $ ./opkg-compare-versions 0.20~rc1 '<=' > 0.20 && echo "Y" > OE @ ~/projects/opkg-utils $ ./opkg-compare-versions 0.20-rc1 '<=' > 0.20 &&

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-01 Thread Richard Purdie
On Fri, 2013-03-01 at 23:09 +, 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 f

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-01 Thread Burton, Ross
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 ~. Ross ___ Open

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-01 Thread Martin Jansa
I don't think 0.20~rc1 sorts lower then 0.20 at least in opkg world: OE @ ~/projects/opkg-utils $ ./opkg-compare-versions 0.20~rc1 '<=' 0.20 && echo "Y" OE @ ~/projects/opkg-utils $ ./opkg-compare-versions 0.20-rc1 '<=' 0.20 && echo "Y" OE @ ~/projects/opkg-utils $ ./opkg-compare-versions 0.19+0.2

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-01 Thread Saul Wold
On 03/01/2013 04:41 AM, Richard Purdie wrote: On Fri, 2013-03-01 at 14:19 +0200, Emilia Ciobanu wrote: Signed-off-by: Emilia Ciobanu --- .../btrfs-tools/btrfs-tools_git.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_g

Re: [OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-01 Thread Richard Purdie
On Fri, 2013-03-01 at 14:19 +0200, Emilia Ciobanu wrote: > Signed-off-by: Emilia Ciobanu > --- > .../btrfs-tools/btrfs-tools_git.bb |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb > b/meta/recipes-devtools/btrfs-

[OE-core] [PATCH v2] btrfs-tools: added PV to git package recipe

2013-03-01 Thread Emilia Ciobanu
Signed-off-by: Emilia Ciobanu --- .../btrfs-tools/btrfs-tools_git.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb index e963a74..df216b1 100644 --- a/meta/recip