From 4a13ce5e5826f4bd433d400a5c6a0bcf9e89df1f Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 23 Mar 2022 16:11:19 -0500 Subject: github no longer accepts clear git protocol so switch to https --- recipes-connectivity/bluez/python-gatt-server_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-connectivity/bluez/python-gatt-server_1.0.bb') diff --git a/recipes-connectivity/bluez/python-gatt-server_1.0.bb b/recipes-connectivity/bluez/python-gatt-server_1.0.bb index 76069f6..d68d9af 100644 --- a/recipes-connectivity/bluez/python-gatt-server_1.0.bb +++ b/recipes-connectivity/bluez/python-gatt-server_1.0.bb @@ -8,7 +8,7 @@ S = "${WORKDIR}/git" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE;md5=c53d04442d1a229d62549856b7ec456a" -SRC_URI = "git://github.com/Jumperr-labs/python-gatt-server.git;protocol=git" +SRC_URI = "git://github.com/Jumperr-labs/python-gatt-server.git;protocol=https" RDEPENDS_${PN} += "python-dbus python-pygobject" -- cgit v1.2.3