Skip to content

Commit 2ed8d4c

Browse files
committed
dt-utils: Allow downloads from Azure
The http SRC_URI hits a firewall rule on Azure VM builds. Switch it to https. Noted that sha256sum differs on same versions ... Signed-off-by: Hans Christian Lønstad <hans.christian.lonstad@autostoresystem.com>
1 parent 38da0e5 commit 2ed8d4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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"
9-
SRC_URI[sha256sum] = "d224d941c076c143f43d59cd7c6e1c522926064a31ac34a67720632ddecb6b53"
8+
SRC_URI = "https://git.pengutronix.de/cgit/tools/dt-utils/snapshot/${BPN}-${PV}.tar.xz"
9+
SRC_URI[sha256sum] = "5a1ace759b37c4b5138738ae0fa03574b1f55da01a0faa88aaff0417d275cc0e"
1010

1111
inherit meson pkgconfig gettext
1212

0 commit comments

Comments
 (0)