[meta-oe,honister] breakpad: fix branch for gtest in SRC_URI

Message ID 20220209134023.1102164-1-thomas.perrot@bootlin.com
State New
Headers show
Series [meta-oe,honister] breakpad: fix branch for gtest in SRC_URI | expand

Commit Message

Thomas Perrot Feb. 9, 2022, 1:40 p.m. UTC
The commit 4fe018038f87 is in the main branch, so the do_fetch task failed.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
---
 meta-oe/recipes-devtools/breakpad/breakpad_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Perrot March 16, 2022, 10:26 a.m. UTC | #1
Hello,

This patch has been applied on the master branch, could it be
backported to all other branches still maintained?

Kind regards,
Thomas

On Wed, 2022-02-09 at 14:40 +0100, Thomas Perrot wrote:
> The commit 4fe018038f87 is in the main branch, so the do_fetch task
> failed.
> 
> Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
> ---
>  meta-oe/recipes-devtools/breakpad/breakpad_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
> b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
> index fabf59d4b29b..c752a100831f 100644
> --- a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
> +++ b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
> @@ -29,7 +29,7 @@ SRCREV_lss =
> "fd00dbbd0c06a309c657d89e9430143b179ff6db"
>  SRCREV_gyp = "324dd166b7c0b39d513026fa52d6280ac6d56770"
>  
>  SRC_URI =
> "git://github.com/google/breakpad;name=breakpad;branch=main;protocol=
> https \
> -          
> git://github.com/google/googletest.git;destsuffix=git/src/testing/gte
> st;name=gtest;branch=master;protocol=https \
> +          
> git://github.com/google/googletest.git;destsuffix=git/src/testing/gte
> st;name=gtest;branch=main;protocol=https \
>            
> git://github.com/protocolbuffers/protobuf.git;destsuffix=git/src/thir
> d_party/protobuf/protobuf;name=protobuf;branch=master;protocol=https
> \
>             git://chromium.googlesource.com/linux-syscall-
> support;protocol=https;branch=main;destsuffix=git/src/third_party/lss
> ;name=lss \
>            
> git://chromium.googlesource.com/external/gyp;protocol=https;destsuffi
> x=git/src/tools/gyp;name=gyp;branch=master \

Patch

diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
index fabf59d4b29b..c752a100831f 100644
--- a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
+++ b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
@@ -29,7 +29,7 @@  SRCREV_lss = "fd00dbbd0c06a309c657d89e9430143b179ff6db"
 SRCREV_gyp = "324dd166b7c0b39d513026fa52d6280ac6d56770"
 
 SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main;protocol=https \
-           git://github.com/google/googletest.git;destsuffix=git/src/testing/gtest;name=gtest;branch=master;protocol=https \
+           git://github.com/google/googletest.git;destsuffix=git/src/testing/gtest;name=gtest;branch=main;protocol=https \
            git://github.com/protocolbuffers/protobuf.git;destsuffix=git/src/third_party/protobuf/protobuf;name=protobuf;branch=master;protocol=https \
            git://chromium.googlesource.com/linux-syscall-support;protocol=https;branch=main;destsuffix=git/src/third_party/lss;name=lss \
            git://chromium.googlesource.com/external/gyp;protocol=https;destsuffix=git/src/tools/gyp;name=gyp;branch=master \