From 1a91da3acc442cece76e45d6d81f97326764984a Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Thu, 22 May 2025 16:15:13 +0800 Subject: [PATCH] psplash: update to latest rev * 53ae74a3 configure.ac: fix autoconf code for img_fullscreen * ec1ed353 configure.ac: standardize default-enabled options Signed-off-by: Yi Zhao Signed-off-by: Richard Purdie --- meta/recipes-core/psplash/files/psplash-init | 0 meta/recipes-core/psplash/psplash_git.bb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 meta/recipes-core/psplash/files/psplash-init diff --git a/meta/recipes-core/psplash/files/psplash-init b/meta/recipes-core/psplash/files/psplash-init old mode 100755 new mode 100644 diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index 712fff7bd0d..f3647d389d7 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 = "1f64c654129fdb6a1b75d8c16e3bcdd986468083" +SRCREV = "53ae74a36bf17675228552abb927d2f981940a6a" PV = "0.1+git" SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https \ -- 2.47.2