All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add docbook-sgml-dtd-*-native real PV
@ 2013-07-10 15:07 Emilia Ciobanu
  2013-07-10 15:07 ` [PATCH 1/3] docbook-sgml-dtd-4.5-native.bb: Add real PV inside the recipe Emilia Ciobanu
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Emilia Ciobanu @ 2013-07-10 15:07 UTC (permalink / raw)
  To: openembedded-core

This changes are needed for a proper version reporting by the
Package Reporting System.

The following changes since commit a63229917a5708de2d161aba0d67168ce0da6365:

  meta-yocto-bsp: update reference board SRCREVs (2013-07-10 09:45:51 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib emac/docbook-sgml-dtd-native_pv
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=emac/docbook-sgml-dtd-native_pv

Emilia Ciobanu (3):
  docbook-sgml-dtd-4.5-native.bb: Add real PV inside the recipe
  docbook-sgml-dtd-4.1-native.bb: Add real PV inside the recipe
  docbook-sgml-dtd-3.1-native.bb: Add real PV inside the recipe

 .../docbook-sgml-dtd-3.1-native.bb                 |    1 +
 .../docbook-sgml-dtd-4.1-native.bb                 |    1 +
 .../docbook-sgml-dtd-4.5-native.bb                 |    1 +
 3 files changed, 3 insertions(+)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH 1/3] docbook-sgml-dtd-4.5-native.bb: Add real PV inside the recipe
  2013-07-10 15:07 [PATCH 0/3] Add docbook-sgml-dtd-*-native real PV Emilia Ciobanu
@ 2013-07-10 15:07 ` Emilia Ciobanu
  2013-07-10 15:07 ` [PATCH 2/3] docbook-sgml-dtd-4.1-native.bb: " Emilia Ciobanu
  2013-07-10 15:07 ` [PATCH 3/3] docbook-sgml-dtd-3.1-native.bb: " Emilia Ciobanu
  2 siblings, 0 replies; 11+ messages in thread
From: Emilia Ciobanu @ 2013-07-10 15:07 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
---
 .../docbook-sgml-dtd-4.5-native.bb                 |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb
index 6c464f4..ae723c7 100644
--- a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb
+++ b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-OASIS;md5=c608985dd5f7f215e669e7639a0b1d2e"
 DTD_VERSION = "4.5"
 
 PR = "${INC_PR}.0"
+PV = "4.5"
 
 SRC_URI[md5sum] = "07c581f4bbcba6d3aac85360a19f95f7"
 SRC_URI[sha256sum] = "8043e514e80c6c19cb146b5d37937d1305bf3abf9b0097c36df7f70f611cdf43"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 2/3] docbook-sgml-dtd-4.1-native.bb: Add real PV inside the recipe
  2013-07-10 15:07 [PATCH 0/3] Add docbook-sgml-dtd-*-native real PV Emilia Ciobanu
  2013-07-10 15:07 ` [PATCH 1/3] docbook-sgml-dtd-4.5-native.bb: Add real PV inside the recipe Emilia Ciobanu
@ 2013-07-10 15:07 ` Emilia Ciobanu
  2013-07-10 15:16   ` Martin Jansa
  2013-07-10 15:07 ` [PATCH 3/3] docbook-sgml-dtd-3.1-native.bb: " Emilia Ciobanu
  2 siblings, 1 reply; 11+ messages in thread
From: Emilia Ciobanu @ 2013-07-10 15:07 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
---
 .../docbook-sgml-dtd-4.1-native.bb                 |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb
index 88c9396..1f338fd 100644
--- a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb
+++ b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-OASIS;md5=c608985dd5f7f215e669e7639a0b1d2e"
 DTD_VERSION = "4.1"
 
 PR = "${INC_PR}.0"
+PV = "41"
 
 # Note: the upstream sources are not distributed with a license file.
 # LICENSE-OASIS is included as a "patch" to workaround this. When
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 3/3] docbook-sgml-dtd-3.1-native.bb: Add real PV inside the recipe
  2013-07-10 15:07 [PATCH 0/3] Add docbook-sgml-dtd-*-native real PV Emilia Ciobanu
  2013-07-10 15:07 ` [PATCH 1/3] docbook-sgml-dtd-4.5-native.bb: Add real PV inside the recipe Emilia Ciobanu
  2013-07-10 15:07 ` [PATCH 2/3] docbook-sgml-dtd-4.1-native.bb: " Emilia Ciobanu
@ 2013-07-10 15:07 ` Emilia Ciobanu
  2013-07-11  8:57   ` Trevor Woerner
  2 siblings, 1 reply; 11+ messages in thread
From: Emilia Ciobanu @ 2013-07-10 15:07 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
---
 .../docbook-sgml-dtd-3.1-native.bb                 |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb
index a7df4f9..869bffe 100644
--- a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb
+++ b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-OASIS;md5=c608985dd5f7f215e669e7639a0b1d2e"
 DTD_VERSION = "3.1"
 
 PR = "${INC_PR}.0"
+PV = "31"
 
 # Note: the upstream sources are not distributed with a license file.
 # LICENSE-OASIS is included as a "patch" to workaround this. When
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/3] docbook-sgml-dtd-4.1-native.bb: Add real PV inside the recipe
  2013-07-10 15:07 ` [PATCH 2/3] docbook-sgml-dtd-4.1-native.bb: " Emilia Ciobanu
@ 2013-07-10 15:16   ` Martin Jansa
  2013-07-10 18:08     ` Saul Wold
  0 siblings, 1 reply; 11+ messages in thread
From: Martin Jansa @ 2013-07-10 15:16 UTC (permalink / raw)
  To: Emilia Ciobanu; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1210 bytes --]

On Wed, Jul 10, 2013 at 06:07:08PM +0300, Emilia Ciobanu wrote:
> Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
> ---
>  .../docbook-sgml-dtd-4.1-native.bb                 |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb
> index 88c9396..1f338fd 100644
> --- a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb
> +++ b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb
> @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-OASIS;md5=c608985dd5f7f215e669e7639a0b1d2e"
>  DTD_VERSION = "4.1"
>  
>  PR = "${INC_PR}.0"
> +PV = "41"

Why not 4.1?

>  
>  # Note: the upstream sources are not distributed with a license file.
>  # LICENSE-OASIS is included as a "patch" to workaround this. When
> -- 
> 1.7.9.5
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/3] docbook-sgml-dtd-4.1-native.bb: Add real PV inside the recipe
  2013-07-10 15:16   ` Martin Jansa
@ 2013-07-10 18:08     ` Saul Wold
  2013-07-11  9:57       ` Ciobanu, Emilia Maria Silvia
  2013-07-11 10:08       ` Ciobanu, Emilia Maria Silvia
  0 siblings, 2 replies; 11+ messages in thread
From: Saul Wold @ 2013-07-10 18:08 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core

On 07/10/2013 08:16 AM, Martin Jansa wrote:
> On Wed, Jul 10, 2013 at 06:07:08PM +0300, Emilia Ciobanu wrote:
>> Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
>> ---
>>   .../docbook-sgml-dtd-4.1-native.bb                 |    1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb
>> index 88c9396..1f338fd 100644
>> --- a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb
>> +++ b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb
>> @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-OASIS;md5=c608985dd5f7f215e669e7639a0b1d2e"
>>   DTD_VERSION = "4.1"
>>
>>   PR = "${INC_PR}.0"
>> +PV = "41"
>
> Why not 4.1?
>
It seems that the older version (3.1 and 4.1) have their tarballs named 
with 31 and 41.

Ema, can you use the regex to handle this correctly?

Sau!



>>
>>   # Note: the upstream sources are not distributed with a license file.
>>   # LICENSE-OASIS is included as a "patch" to workaround this. When
>> --
>> 1.7.9.5
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 3/3] docbook-sgml-dtd-3.1-native.bb: Add real PV inside the recipe
  2013-07-10 15:07 ` [PATCH 3/3] docbook-sgml-dtd-3.1-native.bb: " Emilia Ciobanu
@ 2013-07-11  8:57   ` Trevor Woerner
  2013-07-11  9:55     ` Ciobanu, Emilia Maria Silvia
  0 siblings, 1 reply; 11+ messages in thread
From: Trevor Woerner @ 2013-07-11  8:57 UTC (permalink / raw)
  To: Emilia Ciobanu; +Cc: openembedded-core

On 10 July 2013 16:07, Emilia Ciobanu
<emilia.maria.silvia.ciobanu@intel.com> wrote:
>  PR = "${INC_PR}.0"
> +PV = "31"


I thought the general trend was to move away from real PVs to the
autoincrementer? I'm just curious to know what issue prompted the move
back to real PVs?


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 3/3] docbook-sgml-dtd-3.1-native.bb: Add real PV inside the recipe
  2013-07-11  8:57   ` Trevor Woerner
@ 2013-07-11  9:55     ` Ciobanu, Emilia Maria Silvia
  2013-07-11  9:57       ` Trevor Woerner
  0 siblings, 1 reply; 11+ messages in thread
From: Ciobanu, Emilia Maria Silvia @ 2013-07-11  9:55 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: openembedded-core

Hi Trevor,

I think this is a misunderstanding. We are currently using the autoincrementation
mechanism for the PR of the packages and not for the PV.  In this case the PV variable
was missing from the recipe.

Thanks,
Ema

> -----Original Message-----
> From: Trevor Woerner [mailto:trevor.woerner@linaro.org]
> Sent: Thursday, July 11, 2013 11:58 AM
> To: Ciobanu, Emilia Maria Silvia
> Cc: openembedded-core
> Subject: Re: [OE-core] [PATCH 3/3] docbook-sgml-dtd-3.1-native.bb: Add
> real PV inside the recipe
> 
> On 10 July 2013 16:07, Emilia Ciobanu
> <emilia.maria.silvia.ciobanu@intel.com> wrote:
> >  PR = "${INC_PR}.0"
> > +PV = "31"
> 
> 
> I thought the general trend was to move away from real PVs to the
> autoincrementer? I'm just curious to know what issue prompted the move
> back to real PVs?


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/3] docbook-sgml-dtd-4.1-native.bb: Add real PV inside the recipe
  2013-07-10 18:08     ` Saul Wold
@ 2013-07-11  9:57       ` Ciobanu, Emilia Maria Silvia
  2013-07-11 10:08       ` Ciobanu, Emilia Maria Silvia
  1 sibling, 0 replies; 11+ messages in thread
From: Ciobanu, Emilia Maria Silvia @ 2013-07-11  9:57 UTC (permalink / raw)
  To: Saul Wold, Martin Jansa; +Cc: openembedded-core

Hi Saul,
> -----Original Message-----
> From: Saul Wold [mailto:sgw@linux.intel.com]
> Sent: Wednesday, July 10, 2013 9:08 PM
> To: Martin Jansa
> Cc: Ciobanu, Emilia Maria Silvia; openembedded-
> core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 2/3] docbook-sgml-dtd-4.1-native.bb: Add
> real PV inside the recipe
> 
> On 07/10/2013 08:16 AM, Martin Jansa wrote:
> > On Wed, Jul 10, 2013 at 06:07:08PM +0300, Emilia Ciobanu wrote:
> >> Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
> >> ---
> >>   .../docbook-sgml-dtd-4.1-native.bb                 |    1 +
> >>   1 file changed, 1 insertion(+)
> >>
> >> diff --git
> >> a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-
> native.
> >> bb
> >> b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-
> native.
> >> bb
> >> index 88c9396..1f338fd 100644
> >> ---
> >> a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-
> native.
> >> bb
> >> +++ b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-
> nat
> >> +++ ive.bb
> >> @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-
> OASIS;md5=c608985dd5f7f215e669e7639a0b1d2e"
> >>   DTD_VERSION = "4.1"
> >>
> >>   PR = "${INC_PR}.0"
> >> +PV = "41"
> >
> > Why not 4.1?
> >
> It seems that the older version (3.1 and 4.1) have their tarballs named with 31
> and 41.
> 
> Ema, can you use the regex to handle this correctly?
> 
> Sau!
> 
> 
> 
> >>
> >>   # Note: the upstream sources are not distributed with a license file.
> >>   # LICENSE-OASIS is included as a "patch" to workaround this. When
> >> --
> >> 1.7.9.5
> >>
> >> _______________________________________________
> >> Openembedded-core mailing list
> >> Openembedded-core@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-core
> >
> >
> >
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> >


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 3/3] docbook-sgml-dtd-3.1-native.bb: Add real PV inside the recipe
  2013-07-11  9:55     ` Ciobanu, Emilia Maria Silvia
@ 2013-07-11  9:57       ` Trevor Woerner
  0 siblings, 0 replies; 11+ messages in thread
From: Trevor Woerner @ 2013-07-11  9:57 UTC (permalink / raw)
  To: Ciobanu, Emilia Maria Silvia; +Cc: openembedded-core

On 11 July 2013 10:55, Ciobanu, Emilia Maria Silvia
<emilia.maria.silvia.ciobanu@intel.com> wrote:
> I think this is a misunderstanding. We are currently using the autoincrementation
> mechanism for the PR of the packages and not for the PV.  In this case the PV variable
> was missing from the recipe.


Whoops! Yes I see. Sorry about that :-)


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/3] docbook-sgml-dtd-4.1-native.bb: Add real PV inside the recipe
  2013-07-10 18:08     ` Saul Wold
  2013-07-11  9:57       ` Ciobanu, Emilia Maria Silvia
@ 2013-07-11 10:08       ` Ciobanu, Emilia Maria Silvia
  1 sibling, 0 replies; 11+ messages in thread
From: Ciobanu, Emilia Maria Silvia @ 2013-07-11 10:08 UTC (permalink / raw)
  To: Saul Wold, Martin Jansa; +Cc: openembedded-core

Hi Saul,

> -----Original Message-----
> From: Saul Wold [mailto:sgw@linux.intel.com]
> Sent: Wednesday, July 10, 2013 9:08 PM
> To: Martin Jansa
> Cc: Ciobanu, Emilia Maria Silvia; openembedded-
> core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 2/3] docbook-sgml-dtd-4.1-native.bb: Add
> real PV inside the recipe
> 
> On 07/10/2013 08:16 AM, Martin Jansa wrote:
> > On Wed, Jul 10, 2013 at 06:07:08PM +0300, Emilia Ciobanu wrote:
> >> Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>
> >> ---
> >>   .../docbook-sgml-dtd-4.1-native.bb                 |    1 +
> >>   1 file changed, 1 insertion(+)
> >>
> >> diff --git
> >> a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-
> native.
> >> bb
> >> b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-
> native.
> >> bb
> >> index 88c9396..1f338fd 100644
> >> ---
> >> a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-
> native.
> >> bb
> >> +++ b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-
> nat
> >> +++ ive.bb
> >> @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-
> OASIS;md5=c608985dd5f7f215e669e7639a0b1d2e"
> >>   DTD_VERSION = "4.1"
> >>
> >>   PR = "${INC_PR}.0"
> >> +PV = "41"
> >
> > Why not 4.1?
> >
> It seems that the older version (3.1 and 4.1) have their tarballs named with 31
> and 41.
> 
> Ema, can you use the regex to handle this correctly?

The regexes cannot handle this case, but I'm considering an alternative solution.

Thanks,
Ema

> 
> Sau!
> 
> 
> 
> >>
> >>   # Note: the upstream sources are not distributed with a license file.
> >>   # LICENSE-OASIS is included as a "patch" to workaround this. When
> >> --
> >> 1.7.9.5
> >>
> >> _______________________________________________
> >> Openembedded-core mailing list
> >> Openembedded-core@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-core
> >
> >
> >
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> >


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-07-11 16:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-10 15:07 [PATCH 0/3] Add docbook-sgml-dtd-*-native real PV Emilia Ciobanu
2013-07-10 15:07 ` [PATCH 1/3] docbook-sgml-dtd-4.5-native.bb: Add real PV inside the recipe Emilia Ciobanu
2013-07-10 15:07 ` [PATCH 2/3] docbook-sgml-dtd-4.1-native.bb: " Emilia Ciobanu
2013-07-10 15:16   ` Martin Jansa
2013-07-10 18:08     ` Saul Wold
2013-07-11  9:57       ` Ciobanu, Emilia Maria Silvia
2013-07-11 10:08       ` Ciobanu, Emilia Maria Silvia
2013-07-10 15:07 ` [PATCH 3/3] docbook-sgml-dtd-3.1-native.bb: " Emilia Ciobanu
2013-07-11  8:57   ` Trevor Woerner
2013-07-11  9:55     ` Ciobanu, Emilia Maria Silvia
2013-07-11  9:57       ` Trevor Woerner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.