From: Anuj Mittal <[email protected]> Fixes build for older versions of git which don't follow redirects properly if the .git suffix is missing.
Signed-off-by: Anuj Mittal <[email protected]> Signed-off-by: Ross Burton <[email protected]> (cherry picked from commit 77c353cc9bdfbf1b6453b2579b72726db05eb69c) [Fixup for rocko/sumo context] Signed-off-by: Max Krummenacher <[email protected]> --- .../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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
