diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-19 01:15:58 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-20 11:29:03 +0000 |
| commit | ab58a56859c77757ba5a9c3c1d0077eb9adb2e56 (patch) | |
| tree | 537d1a20aec7c646867cd86ea8e6d2283cf9cbc3 | |
| parent | a673be8dcabe5716d35b522022bef379de25eeab (diff) | |
| download | poky-ab58a56859c77757ba5a9c3c1d0077eb9adb2e56.tar.gz | |
psplash: Fix build with GCC 15
Pull in upstream changes for fix the build with gcc 15 and README tweaks.
(From OE-Core rev: 0ba624f30d482c0c7d86202d46abdab9d148c9b0)
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 233c07a380..712fff7bd0 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 = "5a32cf6392c784a7ae1983a354cf07b024625cd2" | 9 | SRCREV = "1f64c654129fdb6a1b75d8c16e3bcdd986468083" |
| 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 \ |
