[oe-commits] [meta-openembedded] 16/17: libhandy: Use https protocol in src_uri

git at git.openembedded.org git at git.openembedded.org
Mon Dec 16 05:11:14 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 14adcecf0b63d2e1c48b52753317e655658cd71b
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun Dec 15 21:04:52 2019 -0800

    libhandy: Use https protocol in src_uri
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-gnome/recipes-support/libhandy/libhandy_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-support/libhandy/libhandy_git.bb b/meta-gnome/recipes-support/libhandy/libhandy_git.bb
index 0fbbfdc..8c6159f 100644
--- a/meta-gnome/recipes-support/libhandy/libhandy_git.bb
+++ b/meta-gnome/recipes-support/libhandy/libhandy_git.bb
@@ -2,7 +2,7 @@ SUMMARY = "A library full of GTK+ widgets for mobile phones"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
-SRC_URI = "git://source.puri.sm/Librem5/${BPN}.git"
+SRC_URI = "git://source.puri.sm/Librem5/${BPN}.git;protocol=https"
 SRCREV = "ef7c4bf75ae239495141ada83d2fbaf034315563"
 S = "${WORKDIR}/git"
 PV = "0.0.12"

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


More information about the Openembedded-commits mailing list