Skip to content

Commit 2e47b03

Browse files
hcl-drejoerns
authored andcommitted
dt-utils: Allow downloads from Azure
The http SRC_URI hits a firewall rule on Azure VM builds. Switch it to https. Signed-off-by: Hans Christian Lønstad <hans.christian.lonstad@autostoresystem.com>
1 parent 770abd5 commit 2e47b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes-bsp/dt-utils/dt-utils_2023.11.0.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only"
55
LIC_FILES_CHKSUM = "file://COPYING;md5=18d902a0242c37a4604224b47d02f802"
66
DEPENDS = "udev"
77

8-
SRC_URI = "http://www.pengutronix.de/software/dt-utils/download/${BPN}-${PV}.tar.xz"
8+
SRC_URI = "https://www.pengutronix.de/software/dt-utils/download/${BPN}-${PV}.tar.xz"
99
SRC_URI[sha256sum] = "d224d941c076c143f43d59cd7c6e1c522926064a31ac34a67720632ddecb6b53"
1010

1111
inherit meson pkgconfig gettext

0 commit comments

Comments
 (0)