aboutsummaryrefslogtreecommitdiffstats
path: root/meta-arago-distro/recipes-core/psplash/psplash_git.bbappend
blob: d354a93b64f744d2a4d226e85092a1841d69f3e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# look for files in this layer first
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

PR_append = "-arago3"

# Update which portion of the psplash.h file to use as a checksum. This tweak
# has already been done in oe-core master
LIC_FILES_CHKSUM = "file://psplash.h;beginline=1;endline=16;md5=840fb2356b10a85bed78dd09dc7745c6"

# Updating to latest version of psplash. This is the version used in oe-core master
SRCREV = "de9979aefbc56af59b4d236a4b63dd19dcdcfb53"

# Remove backported patch from oe-core denzil since the SRCREV we are using
# includes this patch.
SRC_URI := "${@oe_filter_out('file://psplash_fix_bad_arg_segfault.patch','${SRC_URI}', d)}"

SRC_URI += "file://psplash-18bpp.patch                      \
            file://0003-Updated-configurability.patch.patch \
            file://psplash-poky-img.h                       \
            file://psplash-bar-img.h                        \
            file://0001-psplash-Add-Arago-custom-color.patch\
"

do_configure_prepend() {
    install -m 0644 ${WORKDIR}/psplash-bar-img.h ${S}/
}