From 2e0a581bee7fc15a78f6e19ba1e596930edee414 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Wed, 5 Apr 2023 01:50:47 +0200 Subject: recipes: Remove double protocol= from SRC_URIs With the exception of paho-mqtt-cpp, the double protocol= attributes were added to the SRC_URIs when protocol=https was added to all SRC_URIs fetching from github.com in commit b402a3076f (recipes: Update SRC_URI branch and protocols). Signed-off-by: Peter Kjellerstedt Signed-off-by: Khem Raj --- meta-networking/recipes-support/unbound/unbound_1.17.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/unbound/unbound_1.17.1.bb b/meta-networking/recipes-support/unbound/unbound_1.17.1.bb index caa1bb3396..24ac6012b5 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.17.1.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.17.1.bb @@ -9,7 +9,7 @@ SECTION = "net" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" -SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master;protocol=https \ +SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=master \ file://0001-contrib-add-yocto-compatible-init-script.patch \ " SRCREV = "90831af981221bbce1cd7b15055562336760e484" -- cgit v1.2.3-54-g00ecf