diff mbox series

[meta-arago,master/kirkstone] meta-arago-extras: recipes-devtools: statcol: Bump SRCREV to fix rpmsg_char APIs

Message ID 20230518132044.17273-1-r-ravikumar@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone] meta-arago-extras: recipes-devtools: statcol: Bump SRCREV to fix rpmsg_char APIs | expand

Commit Message

Rahul T R May 18, 2023, 1:20 p.m. UTC
There has been some update in ti-rpmsg-char library APIs, New commits aligns
with this update

Signed-off-by: Rahul T R <r-ravikumar@ti.com>
---
 Requires: https://lists.yoctoproject.org/g/meta-ti/message/16556

 meta-arago-extras/recipes-devtools/statcol/statcol.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Denys Dmytriyenko May 18, 2023, 5:55 p.m. UTC | #1
On Thu, May 18, 2023 at 06:50:44PM +0530, Rahul T R via lists.yoctoproject.org wrote:
> There has been some update in ti-rpmsg-char library APIs, New commits aligns
> with this update
> 
> Signed-off-by: Rahul T R <r-ravikumar@ti.com>
> ---
>  Requires: https://lists.yoctoproject.org/g/meta-ti/message/16556
> 
>  meta-arago-extras/recipes-devtools/statcol/statcol.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-devtools/statcol/statcol.bb b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
> index 5cae05d7..2968ac83 100644
> --- a/meta-arago-extras/recipes-devtools/statcol/statcol.bb
> +++ b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6bc27cd44417c389a180bd62f552a0"
>  
>  PROTOCOL = "https"
>  BRANCH = "master"
> -SRCREV = "dd0131eadf3633e8f9d06cb390d3c6c1b074d873"
> +SRCREV = "279bf455bc3dec69f374d46a8225687935f4323a"
>  SRC_URI = "git://git.ti.com/git/glsdk/statcol.git;protocol=${PROTOCOL};branch=${BRANCH}"
>  
>  DEPENDS = "ti-rpmsg-char websocketd"
> @@ -19,6 +19,6 @@ do_install() {
>  	DESTDIR=${D} make install
>  }
>  
> -PR:append = "_3"
> +PR:append = "_4"

This is a standalone recipe, should set PV instead.


>  INSANE_SKIP:${PN} = "ldflags"
> -- 
> 2.17.1
Ryan Eatmon May 18, 2023, 9:14 p.m. UTC | #2
On 5/18/2023 12:55 PM, Denys Dmytriyenko wrote:
> On Thu, May 18, 2023 at 06:50:44PM +0530, Rahul T R via lists.yoctoproject.org wrote:
>> There has been some update in ti-rpmsg-char library APIs, New commits aligns
>> with this update
>>
>> Signed-off-by: Rahul T R <r-ravikumar@ti.com>
>> ---
>>   Requires: https://lists.yoctoproject.org/g/meta-ti/message/16556
>>
>>   meta-arago-extras/recipes-devtools/statcol/statcol.bb | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta-arago-extras/recipes-devtools/statcol/statcol.bb b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
>> index 5cae05d7..2968ac83 100644
>> --- a/meta-arago-extras/recipes-devtools/statcol/statcol.bb
>> +++ b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
>> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6bc27cd44417c389a180bd62f552a0"
>>   
>>   PROTOCOL = "https"
>>   BRANCH = "master"
>> -SRCREV = "dd0131eadf3633e8f9d06cb390d3c6c1b074d873"
>> +SRCREV = "279bf455bc3dec69f374d46a8225687935f4323a"
>>   SRC_URI = "git://git.ti.com/git/glsdk/statcol.git;protocol=${PROTOCOL};branch=${BRANCH}"
>>   
>>   DEPENDS = "ti-rpmsg-char websocketd"
>> @@ -19,6 +19,6 @@ do_install() {
>>   	DESTDIR=${D} make install
>>   }
>>   
>> -PR:append = "_3"
>> +PR:append = "_4"
> 
> This is a standalone recipe, should set PV instead.
> 

Rahul,
   I cannot apply the change in meta-ti for changing the version of 
ti-rpmsg-char because this patch is required for the builds to work.

Can you get us a v2 that removes the PR:append lines and replaces it 
with something like:

   PV = "1.0.4+git${SRCPV}"

Or whatever version string makes sense?



>>   INSANE_SKIP:${PN} = "ldflags"
>> -- 
>> 2.17.1
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-devtools/statcol/statcol.bb b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
index 5cae05d7..2968ac83 100644
--- a/meta-arago-extras/recipes-devtools/statcol/statcol.bb
+++ b/meta-arago-extras/recipes-devtools/statcol/statcol.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6bc27cd44417c389a180bd62f552a0"
 
 PROTOCOL = "https"
 BRANCH = "master"
-SRCREV = "dd0131eadf3633e8f9d06cb390d3c6c1b074d873"
+SRCREV = "279bf455bc3dec69f374d46a8225687935f4323a"
 SRC_URI = "git://git.ti.com/git/glsdk/statcol.git;protocol=${PROTOCOL};branch=${BRANCH}"
 
 DEPENDS = "ti-rpmsg-char websocketd"
@@ -19,6 +19,6 @@  do_install() {
 	DESTDIR=${D} make install
 }
 
-PR:append = "_3"
+PR:append = "_4"
 
 INSANE_SKIP:${PN} = "ldflags"