From patchwork Wed Nov 7 13:24:06 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [rocko,sumo,1/1] mobile-broadband-provider: fix SRC_URI From: Max Krummenacher X-Patchwork-Id: 156145 Message-Id: <20181107132406.61577-1-max.krummenacher@toradex.com> To: openembedded-core@lists.openembedded.org Cc: Max Krummenacher Date: Wed, 7 Nov 2018 14:24:06 +0100 From: Anuj Mittal Fixes build for older versions of git which don't follow redirects properly if the .git suffix is missing. Signed-off-by: Anuj Mittal Signed-off-by: Ross Burton (cherry picked from commit 77c353cc9bdfbf1b6453b2579b72726db05eb69c) [Fixup for rocko/sumo context] Signed-off-by: Max Krummenacher --- .../mobile-broadband-provider-info_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) The inital patch 8382cdc088 changing the gnome git repo URL was backparted to rocko and sumo, however the follow up patch was not. This provides the backport of 77c353cc9b. Max 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 57f521a6c4..b595d5700c 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 @@ -7,8 +7,7 @@ SRCREV = "befcbbc9867e742ac16415660b0b7521218a530c" PV = "20170310" PE = "1" -SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info;protocol=https" - +SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https" S = "${WORKDIR}/git" inherit autotools