diff mbox series

psplash: update to latest rev

Message ID 20250217032547.3784081-1-yi.zhao@windriver.com
State Accepted, archived
Commit 1845f785359a689add866881286fdac38753e5bb
Headers show
Series psplash: update to latest rev | expand

Commit Message

Yi Zhao Feb. 17, 2025, 3:25 a.m. UTC
* 5a32cf6 psplash.c: fix crash from length becoming negative

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 meta/recipes-core/psplash/psplash_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb
index 30cf61a2cb..c70c266066 100644
--- a/meta/recipes-core/psplash/psplash_git.bb
+++ b/meta/recipes-core/psplash/psplash_git.bb
@@ -6,7 +6,7 @@  LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://psplash.h;beginline=1;endline=8;md5=8f232c1e95929eacab37f00900580224"
 DEPENDS = "gdk-pixbuf-native"
 
-SRCREV = "ecc1913756698d0c87ad8fa10e44b29537f09ad1"
+SRCREV = "5a32cf6392c784a7ae1983a354cf07b024625cd2"
 PV = "0.1+git"
 
 SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https \