summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/psplash/psplash_git.bb
diff options
context:
space:
mode:
authorJuro Bystricky <juro.bystricky@intel.com>2015-11-25 13:25:31 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-01 21:32:13 +0000
commit934e486af64bff391cec85e50668a9c6cf5a8372 (patch)
tree8572d57d9f31028a15de8fd4c33134e8031fc678 /meta/recipes-core/psplash/psplash_git.bb
parentccb2a57ad25c98e77f81f8e3bf82e6a1da2d9cd2 (diff)
downloadpoky-934e486af64bff391cec85e50668a9c6cf5a8372.tar.gz
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] (From OE-Core rev: f9450bf01a792e29bf83c820aae431483caff508) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/psplash/psplash_git.bb')
-rw-r--r--meta/recipes-core/psplash/psplash_git.bb3
1 files changed, 1 insertions, 2 deletions
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"
5LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://psplash.h;beginline=1;endline=16;md5=840fb2356b10a85bed78dd09dc7745c6" 6LIC_FILES_CHKSUM = "file://psplash.h;beginline=1;endline=16;md5=840fb2356b10a85bed78dd09dc7745c6"
7 7
8SRCREV = "14c8f7b705de944beb4de3f296506d80871e410f" 8SRCREV = "88343ad23c90fa1dd8d79ac0d784a691aa0c6d2b"
9PV = "0.1+git${SRCPV}" 9PV = "0.1+git${SRCPV}"
10PR = "r15" 10PR = "r15"
11 11
12SRC_URI = "git://git.yoctoproject.org/${BPN} \ 12SRC_URI = "git://git.yoctoproject.org/${BPN} \
13 file://0001-psplash-fb-Convert-psplash_fb_plot_pixel-to-a-static.patch \
14 file://psplash-init \ 13 file://psplash-init \
15 ${SPLASH_IMAGES}" 14 ${SPLASH_IMAGES}"
16 15