From f9450bf01a792e29bf83c820aae431483caff508 Mon Sep 17 00:00:00 2001 From: Juro Bystricky Date: Wed, 25 Nov 2015 13:25:31 -0800 Subject: psplash: update to latest git version Latest git version contains various changes, including fix for big endian RGB888 rendering. It also makes the patch: "0001-psplash-fb-Convert-psplash_fb_plot_pixel-to-a-static.patch" unnecessary, as this patch has been upstreamed. [YOCTO#7236] Signed-off-by: Juro Bystricky Signed-off-by: Ross Burton --- meta/recipes-core/psplash/psplash_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-core/psplash/psplash_git.bb') diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index b3b64799ae..0537426513 100644 --- a/meta/recipes-core/psplash/psplash_git.bb +++ b/meta/recipes-core/psplash/psplash_git.bb @@ -5,12 +5,11 @@ SECTION = "base" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://psplash.h;beginline=1;endline=16;md5=840fb2356b10a85bed78dd09dc7745c6" -SRCREV = "14c8f7b705de944beb4de3f296506d80871e410f" +SRCREV = "88343ad23c90fa1dd8d79ac0d784a691aa0c6d2b" PV = "0.1+git${SRCPV}" PR = "r15" SRC_URI = "git://git.yoctoproject.org/${BPN} \ - file://0001-psplash-fb-Convert-psplash_fb_plot_pixel-to-a-static.patch \ file://psplash-init \ ${SPLASH_IMAGES}" -- cgit 1.2.3-korg