[oe-commits] [openembedded-core] 29/45: mobile-broadband-provider: fix SRC_URI

git at git.openembedded.org git at git.openembedded.org
Fri Sep 21 15:25:15 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 77c353cc9bdfbf1b6453b2579b72726db05eb69c
Author: Anuj Mittal <anuj.mittal at intel.com>
AuthorDate: Fri Sep 21 08:41:51 2018 +0800

    mobile-broadband-provider: fix SRC_URI
    
    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>
---
 .../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 863b15a..7f1dd78 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,7 +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 \
            file://multilibfix.patch \
 "
 S = "${WORKDIR}/git"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list