summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-core/psplash/psplash_git.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl/recipes-core/psplash/psplash_git.bbappend')
-rw-r--r--meta-agl/recipes-core/psplash/psplash_git.bbappend10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-agl/recipes-core/psplash/psplash_git.bbappend b/meta-agl/recipes-core/psplash/psplash_git.bbappend
new file mode 100644
index 000000000..193ecfb27
--- /dev/null
+++ b/meta-agl/recipes-core/psplash/psplash_git.bbappend
@@ -0,0 +1,10 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+SRC_URI += "file://psplash-colors.h"
+
+SPLASH_IMAGES="file://psplash-poky-img.h;outsuffix=default"
+
+do_configure_append () {
+ cd ${S}
+ cp ../psplash-colors.h ./
+}