mobile-broadband-provider-info: update branch name

Message ID 20220323085009.11573-1-enguerrand.de-ribaucourt@savoirfairelinux.com
State New
Headers show
Series mobile-broadband-provider-info: update branch name | expand

Commit Message

Enguerrand de Ribaucourt March 23, 2022, 8:50 a.m. UTC
The master branch was renamed main, resulting in do_fetch failure.
This patch updates SRC_URI with the new branch name.

Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com>
---
 .../mobile-broadband-provider-info_git.bb                       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexandre Belloni March 23, 2022, 3:35 p.m. UTC | #1
Hello Enguerrand,

This was already fixed in master in:
https://git.openembedded.org/openembedded-core/commit/?id=ed02ee8f20094f598448d58875cb7be8a24a019f

Is this for another branch?

On 23/03/2022 09:50:10+0100, Enguerrand de Ribaucourt wrote:
> The master branch was renamed main, resulting in do_fetch failure.
> This patch updates SRC_URI with the new branch name.
> 
> Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com>
> ---
>  .../mobile-broadband-provider-info_git.bb                       | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
> index 4246f4dcbd..3b170f4fdd 100644
> --- a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
> +++ b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
> @@ -8,7 +8,7 @@ SRCREV = "11f2247eccd3c161b8fd9b41143862e9fb81193c"
>  PV = "20210805"
>  PE = "1"
>  
> -SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=master"
> +SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=main"
>  S = "${WORKDIR}/git"
>  
>  inherit autotools
> -- 
> 2.25.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#163581): https://lists.openembedded.org/g/openembedded-core/message/163581
> Mute This Topic: https://lists.openembedded.org/mt/89971498/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Enguerrand de Ribaucourt March 24, 2022, 9:44 a.m. UTC | #2
----- Original Message -----
> From: "Alexandre Belloni" <alexandre.belloni@bootlin.com>
> To: "Enguerrand de Ribaucourt" <enguerrand.de-ribaucourt@savoirfairelinux.com>
> Cc: openembedded-core@lists.openembedded.org
> Sent: Wednesday, March 23, 2022 4:35:32 PM
> Subject: Re: [OE-core][PATCH] mobile-broadband-provider-info: update branch name

> Hello Enguerrand,

> This was already fixed in master in:
> https://git.openembedded.org/openembedded-core/commit/?id=ed02ee8f20094f598448d58875cb7be8a24a019f

> Is this for another branch?

Hello Alexandre,

Yes, this patch is for honister. The issue is also yet unfixed in the dunfell branch.

Thank you for your time.

> On 23/03/2022 09:50:10+0100, Enguerrand de Ribaucourt wrote:
> > The master branch was renamed main, resulting in do_fetch failure.
> > This patch updates SRC_URI with the new branch name.

>> Signed-off-by: Enguerrand de Ribaucourt
> > <enguerrand.de-ribaucourt@savoirfairelinux.com>
> > ---
> > .../mobile-broadband-provider-info_git.bb | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)

>> diff --git
>> a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
> > b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
> > index 4246f4dcbd..3b170f4fdd 100644
>> ---
> > a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
>> +++
> > b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
> > @@ -8,7 +8,7 @@ SRCREV = "11f2247eccd3c161b8fd9b41143862e9fb81193c"
> > PV = "20210805"
> > PE = "1"

>> -SRC_URI =
> > "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=master"
>> +SRC_URI =
> > "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=main"
> > S = "${WORKDIR}/git"

> > inherit autotools
> > --
> > 2.25.1



> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
>> View/Reply Online (#163581):
> > https://lists.openembedded.org/g/openembedded-core/message/163581
> > Mute This Topic: https://lists.openembedded.org/mt/89971498/3617179
> > Group Owner: openembedded-core+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
> > [alexandre.belloni@bootlin.com]
> > -=-=-=-=-=-=-=-=-=-=-=-


> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
Steve Sakoman March 24, 2022, 2:04 p.m. UTC | #3
On Wed, Mar 23, 2022 at 11:45 PM Enguerrand de Ribaucourt
<enguerrand.de-ribaucourt@savoirfairelinux.com> wrote:
>
> ----- Original Message -----
> > From: "Alexandre Belloni" <alexandre.belloni@bootlin.com>
> > To: "Enguerrand de Ribaucourt" <enguerrand.de-ribaucourt@savoirfairelinux.com>
> > Cc: openembedded-core@lists.openembedded.org
> > Sent: Wednesday, March 23, 2022 4:35:32 PM
> > Subject: Re: [OE-core][PATCH] mobile-broadband-provider-info: update branch name
>
> > Hello Enguerrand,
>
> > This was already fixed in master in:
> > https://git.openembedded.org/openembedded-core/commit/?id=ed02ee8f20094f598448d58875cb7be8a24a019f
>
> > Is this for another branch?
>
> Hello Alexandre,
>
> Yes, this patch is for honister. The issue is also yet unfixed in the dunfell branch.

Also fixed in dunfell:

https://git.yoctoproject.org/poky/commit/?h=dunfell&id=08b8cd174d823eeccb1a505ac68e753f5eb4a43e

Steve

>
> Thank you for your time.
>
> > On 23/03/2022 09:50:10+0100, Enguerrand de Ribaucourt wrote:
> > > The master branch was renamed main, resulting in do_fetch failure.
> > > This patch updates SRC_URI with the new branch name.
>
> >> Signed-off-by: Enguerrand de Ribaucourt
> > > <enguerrand.de-ribaucourt@savoirfairelinux.com>
> > > ---
> > > .../mobile-broadband-provider-info_git.bb | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> >> diff --git
> >> a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
> > > b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
> > > index 4246f4dcbd..3b170f4fdd 100644
> >> ---
> > > a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
> >> +++
> > > b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
> > > @@ -8,7 +8,7 @@ SRCREV = "11f2247eccd3c161b8fd9b41143862e9fb81193c"
> > > PV = "20210805"
> > > PE = "1"
>
> >> -SRC_URI =
> > > "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=master"
> >> +SRC_URI =
> > > "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=main"
> > > S = "${WORKDIR}/git"
>
> > > inherit autotools
> > > --
> > > 2.25.1
>
>
>
> > >
>
>
> > --
> > Alexandre Belloni, co-owner and COO, Bootlin
> > Embedded Linux and Kernel engineering
> > https://bootlin.com
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#163602): https://lists.openembedded.org/g/openembedded-core/message/163602
> Mute This Topic: https://lists.openembedded.org/mt/89971498/3620601
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [steve@sakoman.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
index 4246f4dcbd..3b170f4fdd 100644
--- a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
+++ b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
@@ -8,7 +8,7 @@  SRCREV = "11f2247eccd3c161b8fd9b41143862e9fb81193c"
 PV = "20210805"
 PE = "1"
 
-SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=master"
+SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=main"
 S = "${WORKDIR}/git"
 
 inherit autotools