All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][master/kirkstone][PATCH] flatbuffers: Add protocol and branch to SRC_URI
@ 2023-08-28 22:14 Ryan Eatmon
  2023-08-29  0:28 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Ryan Eatmon @ 2023-08-28 22:14 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

Add missing protocol and branch to the SRC_URI to remove new warning
messages.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb b/meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
index 92363915..7f7b8b99 100644
--- a/meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
+++ b/meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a873c5645c184d51e0f9b34e1d7cf559"
 
 SRCREV = "bf9eb67ab9371755c6bcece13cadc7693bcbf264"
 
-SRC_URI = "git://github.com/google/flatbuffers.git"
+SRC_URI = "git://github.com/google/flatbuffers.git;protocol=https;branch=master"
 
 # Make sure C++11 is used, required for example for GCC 4.9
 CXXFLAGS += "-std=c++11"
-- 
2.17.1



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

* Re: [meta-arago][master/kirkstone][PATCH] flatbuffers: Add protocol and branch to SRC_URI
  2023-08-28 22:14 [meta-arago][master/kirkstone][PATCH] flatbuffers: Add protocol and branch to SRC_URI Ryan Eatmon
@ 2023-08-29  0:28 ` Denys Dmytriyenko
  2023-08-29 14:52   ` Ryan Eatmon
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2023-08-29  0:28 UTC (permalink / raw)
  To: reatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

On Mon, Aug 28, 2023 at 05:14:23PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> Add missing protocol and branch to the SRC_URI to remove new warning
> messages.

Should also be removed - it's an ancient version that was "backported" from 
meta-oe 4 years ago. And more recent versions now available in meta-oe:

http://layers.openembedded.org/layerindex/recipe/301166/

There were some specific-version requirements for armnn+tensorflow back then. 
Is it still the case?


> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
>  .../recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb b/meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
> index 92363915..7f7b8b99 100644
> --- a/meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
> +++ b/meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
> @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a873c5645c184d51e0f9b34e1d7cf559"
>  
>  SRCREV = "bf9eb67ab9371755c6bcece13cadc7693bcbf264"
>  
> -SRC_URI = "git://github.com/google/flatbuffers.git"
> +SRC_URI = "git://github.com/google/flatbuffers.git;protocol=https;branch=master"
>  
>  # Make sure C++11 is used, required for example for GCC 4.9
>  CXXFLAGS += "-std=c++11"
> -- 
> 2.17.1


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

* Re: [meta-arago][master/kirkstone][PATCH] flatbuffers: Add protocol and branch to SRC_URI
  2023-08-29  0:28 ` Denys Dmytriyenko
@ 2023-08-29 14:52   ` Ryan Eatmon
  0 siblings, 0 replies; 3+ messages in thread
From: Ryan Eatmon @ 2023-08-29 14:52 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago



On 8/28/2023 7:28 PM, Denys Dmytriyenko wrote:
> On Mon, Aug 28, 2023 at 05:14:23PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
>> Add missing protocol and branch to the SRC_URI to remove new warning
>> messages.
> 
> Should also be removed - it's an ancient version that was "backported" from
> meta-oe 4 years ago. And more recent versions now available in meta-oe:
> 
> http://layers.openembedded.org/layerindex/recipe/301166/
> 
> There were some specific-version requirements for armnn+tensorflow back then.
> Is it still the case?

Good to know.  I'll look into it.  Adding to my todo list.

> 
>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>> ---
>>   .../recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb          | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb b/meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
>> index 92363915..7f7b8b99 100644
>> --- a/meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
>> +++ b/meta-arago-extras/recipes-devtools/flatbuffers/flatbuffers_1.11.0.bb
>> @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a873c5645c184d51e0f9b34e1d7cf559"
>>   
>>   SRCREV = "bf9eb67ab9371755c6bcece13cadc7693bcbf264"
>>   
>> -SRC_URI = "git://github.com/google/flatbuffers.git"
>> +SRC_URI = "git://github.com/google/flatbuffers.git;protocol=https;branch=master"
>>   
>>   # Make sure C++11 is used, required for example for GCC 4.9
>>   CXXFLAGS += "-std=c++11"
>> -- 
>> 2.17.1

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


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

end of thread, other threads:[~2023-08-29 14:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-28 22:14 [meta-arago][master/kirkstone][PATCH] flatbuffers: Add protocol and branch to SRC_URI Ryan Eatmon
2023-08-29  0:28 ` Denys Dmytriyenko
2023-08-29 14:52   ` Ryan Eatmon

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.