diff mbox series

[meta-swupdate] Bump to revision 45c39d6

Message ID 20230501110340.840989-1-sbabic@denx.de
State Accepted
Headers show
Series [meta-swupdate] Bump to revision 45c39d6 | expand

Commit Message

Stefano Babic May 1, 2023, 11:03 a.m. UTC
45c39d6 Expose `retrywait` setting to downloader
d1e021c channel_curl: Fix OOM Error message
69a5fbc Remove a progress listener after some retries
cf674a1 copy handler: fix progress for single file
a273e4b copy handler: extend for recursive copy
d25ac98 copy handler: drop dead code
4c85f5e progress: add function to increase number of steps
edbb80e channel_curl: Initialize reply buffer
724f9e4 README: add link to OpenSource Compliance
d217a9b License: update ISC license Text
27e038c Fix language
3ec72b2 CI: install libyaml
7df0a78 Hide forced-signer-name from non-CMS and wolfSSL
0c61d15 Add PKCS#7 verification for wolfSSL
c789c45 progress: do not block when message is sent
a4b7413 delta_handler: fix coverity
0c69c34 delta: decrypt zchunk header
89bea12 state: Fix save_state IPC to return operation result
aed397a doc: add link to 2022.05

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 recipes-support/swupdate/swupdate_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate_git.bb b/recipes-support/swupdate/swupdate_git.bb
index e0b8946..37052a0 100644
--- a/recipes-support/swupdate/swupdate_git.bb
+++ b/recipes-support/swupdate/swupdate_git.bb
@@ -2,5 +2,5 @@  require swupdate.inc
 
 DEFAULT_PREFERENCE = "-1"
 
-SRCREV ?= "e4cfce37333c31b0aec7e1791b94888099cc496d"
+SRCREV ?= "45c39d6251990fc879f3f13aff62be1d833d5ba9"
 PV = "2022.12+git${SRCPV}"