[OE-core] [rocko][sumo][PATCH 1/1] mobile-broadband-provider: fix SRC_URI

Max Krummenacher max.oss.09 at gmail.com
Wed Nov 7 13:24:06 UTC 2018


From: Anuj Mittal <anuj.mittal at intel.com>

Fixes build for older versions of git which don't follow redirects
properly if the .git suffix is missing.

Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>
(cherry picked from commit 77c353cc9bdfbf1b6453b2579b72726db05eb69c)
[Fixup for rocko/sumo context]
Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
---
 .../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
-- 
2.13.6




More information about the Openembedded-core mailing list