summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-core/psplash/psplash_git.bbappend
blob: 5a82fc8720198a91f5c6a0087119fc6761115337 (plain)
1
2
3
4
5
6
7
8
9
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"

SRC_URI += "file://psplash-colors.h"

SPLASH_IMAGES="file://psplash-poky-img.h;outsuffix=default"

do_configure_append () {
	cp -f ${WORKDIR}/psplash-colors.h ${S}
}