From: Ryan Eatmon <reatmon@ti.com>
To: Praneeth Bajjuri <praneeth@ti.com>,
Denys Dmytriyenko <denys@konsulko.com>,
<meta-arago@lists.yoctoproject.org>
Subject: [meta-arago][master/kirkstone][PATCH] flatbuffers: Add protocol and branch to SRC_URI
Date: Mon, 28 Aug 2023 17:14:23 -0500 [thread overview]
Message-ID: <20230828221423.22410-1-reatmon@ti.com> (raw)
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
next reply other threads:[~2023-08-28 22:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-28 22:14 Ryan Eatmon [this message]
2023-08-29 0:28 ` [meta-arago][master/kirkstone][PATCH] flatbuffers: Add protocol and branch to SRC_URI Denys Dmytriyenko
2023-08-29 14:52 ` Ryan Eatmon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230828221423.22410-1-reatmon@ti.com \
--to=reatmon@ti.com \
--cc=denys@konsulko.com \
--cc=meta-arago@lists.yoctoproject.org \
--cc=praneeth@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.