diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2025-02-17 11:25:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-18 11:56:04 +0000 |
commit | 4bd8f78b4c90253e16069ffbab91bc6ced2443fa (patch) | |
tree | 56a8c59216c99ea30e53ed25f7ecbd96941189cf | |
parent | a3f0e2e31e753517f386fe319364ea8340e61bfc (diff) | |
download | poky-4bd8f78b4c90253e16069ffbab91bc6ced2443fa.tar.gz |
psplash: update to latest rev
* 5a32cf6 psplash.c: fix crash from length becoming negative
(From OE-Core rev: 1845f785359a689add866881286fdac38753e5bb)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/psplash/psplash_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index fce5995efe..233c07a380 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" | |||
6 | LIC_FILES_CHKSUM = "file://psplash.h;beginline=1;endline=8;md5=8f232c1e95929eacab37f00900580224" | 6 | LIC_FILES_CHKSUM = "file://psplash.h;beginline=1;endline=8;md5=8f232c1e95929eacab37f00900580224" |
7 | DEPENDS = "gdk-pixbuf-native" | 7 | DEPENDS = "gdk-pixbuf-native" |
8 | 8 | ||
9 | SRCREV = "ecc1913756698d0c87ad8fa10e44b29537f09ad1" | 9 | SRCREV = "5a32cf6392c784a7ae1983a354cf07b024625cd2" |
10 | PV = "0.1+git" | 10 | PV = "0.1+git" |
11 | 11 | ||
12 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https \ | 12 | SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https \ |