Add missing protocol and branch to the SRC_URI to remove new warning messages.
Signed-off-by: Ryan Eatmon <[email protected]> --- .../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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14875): https://lists.yoctoproject.org/g/meta-arago/message/14875 Mute This Topic: https://lists.yoctoproject.org/mt/101020351/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
