From 0c824d80712ba24bf3a6771b324492657b7b26f8 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 2 Aug 2024 18:09:03 +0200 Subject: pulseaudio, desktop-file-utils: correct freedesktop.org -> www.freedesktop.org SRC_URI Server's https certificate isn't valid for freedesktop.org without www prefix. (From OE-Core rev: d7ce9da33498869384b26a6fda05c37e7b2c3565) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/desktop-file-utils') diff --git a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb index 55c88afcc9..5285a6c6ea 100644 --- a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb +++ b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb @@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://src/validator.c;beginline=4;endline=27;md5=281e1114ee6c486a1a0a4295986b9416" -SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BP}.tar.xz" +SRC_URI = "http://www.freedesktop.org/software/${BPN}/releases/${BP}.tar.xz" SRC_URI[sha256sum] = "a0817df39ce385b6621880407c56f1f298168c040c2032cedf88d5b76affe836" DEPENDS = "glib-2.0" -- cgit v1.2.3-54-g00ecf