diff mbox series

[oe,meta-oe] s-suite: push SRCREV to version 3.4

Message ID 20190530102539.65935-1-paolo.valente@linaro.org
State Superseded
Headers show
Series [oe,meta-oe] s-suite: push SRCREV to version 3.4 | expand

Commit Message

Paolo Valente May 30, 2019, 10:25 a.m. UTC
Signed-off-by: Paolo Valente <paolo.valente@linaro.org>

---
 meta-oe/recipes-benchmark/s-suite/s-suite_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.20.1

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Comments

Adrian Bunk May 30, 2019, 11:14 a.m. UTC | #1
On Thu, May 30, 2019 at 12:25:39PM +0200, Paolo Valente wrote:
> Signed-off-by: Paolo Valente <paolo.valente@linaro.org>

> ---

>  meta-oe/recipes-benchmark/s-suite/s-suite_git.bb | 4 ++--

>  1 file changed, 2 insertions(+), 2 deletions(-)

> 

> diff --git a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb

> index 706a55e11..db1945dd0 100644

> --- a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb

> +++ b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb

> @@ -2,8 +2,8 @@ SUMMARY = "Small collection of benchmarks for storage I/O"

>  LICENSE = "GPLv2"

>  LIC_FILES_CHKSUM = "file://COPYING;md5=b529aaa6a0c50f15d29f89609b5c22f3"

>  

> -SRCREV = "262227ec9de4be1ab41d9918d32ceb773089f1dd"

> -PV = "3.2+git${SRCPV}"

> +SRCREV = "8d22ab8a4cc1484622c47ac9c5944fb9a61a5c0f"

> +PV = "3.4+git${SRCPV}"

>  SRC_URI = "git://github.com/Algodev-github/S.git;protocol=https;branch=master"

>...


The problem was already there before, but the upgrade gives the 
opportunity to get rid of the +git${SRCPV}, which is incorrect
when exactly the release is packaged.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
Paolo Valente May 30, 2019, 12:15 p.m. UTC | #2
> Il giorno 30 mag 2019, alle ore 13:14, Adrian Bunk <bunk@stusta.de> ha scritto:

> 

> On Thu, May 30, 2019 at 12:25:39PM +0200, Paolo Valente wrote:

>> Signed-off-by: Paolo Valente <paolo.valente@linaro.org>

>> ---

>> meta-oe/recipes-benchmark/s-suite/s-suite_git.bb | 4 ++--

>> 1 file changed, 2 insertions(+), 2 deletions(-)

>> 

>> diff --git a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb

>> index 706a55e11..db1945dd0 100644

>> --- a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb

>> +++ b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb

>> @@ -2,8 +2,8 @@ SUMMARY = "Small collection of benchmarks for storage I/O"

>> LICENSE = "GPLv2"

>> LIC_FILES_CHKSUM = "file://COPYING;md5=b529aaa6a0c50f15d29f89609b5c22f3"

>> 

>> -SRCREV = "262227ec9de4be1ab41d9918d32ceb773089f1dd"

>> -PV = "3.2+git${SRCPV}"

>> +SRCREV = "8d22ab8a4cc1484622c47ac9c5944fb9a61a5c0f"

>> +PV = "3.4+git${SRCPV}"

>> SRC_URI = "git://github.com/Algodev-github/S.git;protocol=https;branch=master"

>> ...

> 

> The problem was already there before, but the upgrade gives the

> opportunity to get rid of the +git${SRCPV}, which is incorrect

> when exactly the release is packaged.

> 


Sorry,
you pointed this out already, but then I thought I had solved it.  Now
I also understand why the previous push-up to 3.3 was not it.

And now, I'm sorry, but I think I'd better to ask for your help
explicitly: how should I fix this exactly?

Thanks for your patience,
Paolo

> cu

> Adrian

> 

> --

> 

>       "Is there not promise of rain?" Ling Tan asked suddenly out

>        of the darkness. There had been need of rain for many days.

>       "Only a promise," Lao Er said.

>                                       Pearl S. Buck - Dragon Seed
-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
Adrian Bunk May 30, 2019, 12:20 p.m. UTC | #3
On Thu, May 30, 2019 at 02:15:21PM +0200, Paolo Valente wrote:
> 

> 

> > Il giorno 30 mag 2019, alle ore 13:14, Adrian Bunk <bunk@stusta.de> ha scritto:

> > 

> > On Thu, May 30, 2019 at 12:25:39PM +0200, Paolo Valente wrote:

> >> Signed-off-by: Paolo Valente <paolo.valente@linaro.org>

> >> ---

> >> meta-oe/recipes-benchmark/s-suite/s-suite_git.bb | 4 ++--

> >> 1 file changed, 2 insertions(+), 2 deletions(-)

> >> 

> >> diff --git a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb

> >> index 706a55e11..db1945dd0 100644

> >> --- a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb

> >> +++ b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb

> >> @@ -2,8 +2,8 @@ SUMMARY = "Small collection of benchmarks for storage I/O"

> >> LICENSE = "GPLv2"

> >> LIC_FILES_CHKSUM = "file://COPYING;md5=b529aaa6a0c50f15d29f89609b5c22f3"

> >> 

> >> -SRCREV = "262227ec9de4be1ab41d9918d32ceb773089f1dd"

> >> -PV = "3.2+git${SRCPV}"

> >> +SRCREV = "8d22ab8a4cc1484622c47ac9c5944fb9a61a5c0f"

> >> +PV = "3.4+git${SRCPV}"

> >> SRC_URI = "git://github.com/Algodev-github/S.git;protocol=https;branch=master"

> >> ...

> > 

> > The problem was already there before, but the upgrade gives the

> > opportunity to get rid of the +git${SRCPV}, which is incorrect

> > when exactly the release is packaged.

> > 

> 

> Sorry,

> you pointed this out already, but then I thought I had solved it.  Now

> I also understand why the previous push-up to 3.3 was not it.

> 

> And now, I'm sorry, but I think I'd better to ask for your help

> explicitly: how should I fix this exactly?


Just remove the +git${SRCPV} from the PV line:

-SRCREV = "262227ec9de4be1ab41d9918d32ceb773089f1dd"
-PV = "3.2+git${SRCPV}"
+SRCREV = "8d22ab8a4cc1484622c47ac9c5944fb9a61a5c0f"
+PV = "3.4"

> Thanks for your patience,

> Paolo



cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
Paolo Valente May 30, 2019, 1:21 p.m. UTC | #4
> Il giorno 30 mag 2019, alle ore 14:20, Adrian Bunk <bunk@stusta.de> ha scritto:

> 

> On Thu, May 30, 2019 at 02:15:21PM +0200, Paolo Valente wrote:

>> 

>> 

>>> Il giorno 30 mag 2019, alle ore 13:14, Adrian Bunk <bunk@stusta.de> ha scritto:

>>> 

>>> On Thu, May 30, 2019 at 12:25:39PM +0200, Paolo Valente wrote:

>>>> Signed-off-by: Paolo Valente <paolo.valente@linaro.org>

>>>> ---

>>>> meta-oe/recipes-benchmark/s-suite/s-suite_git.bb | 4 ++--

>>>> 1 file changed, 2 insertions(+), 2 deletions(-)

>>>> 

>>>> diff --git a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb

>>>> index 706a55e11..db1945dd0 100644

>>>> --- a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb

>>>> +++ b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb

>>>> @@ -2,8 +2,8 @@ SUMMARY = "Small collection of benchmarks for storage I/O"

>>>> LICENSE = "GPLv2"

>>>> LIC_FILES_CHKSUM = "file://COPYING;md5=b529aaa6a0c50f15d29f89609b5c22f3"

>>>> 

>>>> -SRCREV = "262227ec9de4be1ab41d9918d32ceb773089f1dd"

>>>> -PV = "3.2+git${SRCPV}"

>>>> +SRCREV = "8d22ab8a4cc1484622c47ac9c5944fb9a61a5c0f"

>>>> +PV = "3.4+git${SRCPV}"

>>>> SRC_URI = "git://github.com/Algodev-github/S.git;protocol=https;branch=master"

>>>> ...

>>> 

>>> The problem was already there before, but the upgrade gives the

>>> opportunity to get rid of the +git${SRCPV}, which is incorrect

>>> when exactly the release is packaged.

>>> 

>> 

>> Sorry,

>> you pointed this out already, but then I thought I had solved it.  Now

>> I also understand why the previous push-up to 3.3 was not it.

>> 

>> And now, I'm sorry, but I think I'd better to ask for your help

>> explicitly: how should I fix this exactly?

> 

> Just remove the +git${SRCPV} from the PV line:

> 

> -SRCREV = "262227ec9de4be1ab41d9918d32ceb773089f1dd"

> -PV = "3.2+git${SRCPV}"

> +SRCREV = "8d22ab8a4cc1484622c47ac9c5944fb9a61a5c0f"

> +PV = "3.4"

> 


Ok, making and sending a V2.

Thank you,
Paolo

>> Thanks for your patience,

>> Paolo

> 

> 

> cu

> Adrian

> 

> --

> 

>       "Is there not promise of rain?" Ling Tan asked suddenly out

>        of the darkness. There had been need of rain for many days.

>       "Only a promise," Lao Er said.

>                                       Pearl S. Buck - Dragon Seed
-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

diff --git a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb
index 706a55e11..db1945dd0 100644
--- a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb
+++ b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb
@@ -2,8 +2,8 @@  SUMMARY = "Small collection of benchmarks for storage I/O"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b529aaa6a0c50f15d29f89609b5c22f3"
 
-SRCREV = "262227ec9de4be1ab41d9918d32ceb773089f1dd"
-PV = "3.2+git${SRCPV}"
+SRCREV = "8d22ab8a4cc1484622c47ac9c5944fb9a61a5c0f"
+PV = "3.4+git${SRCPV}"
 SRC_URI = "git://github.com/Algodev-github/S.git;protocol=https;branch=master"
 
 S = "${WORKDIR}/git"