aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/psplash/psplash-kaeilos_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/psplash/psplash-kaeilos_git.bb')
-rw-r--r--recipes/psplash/psplash-kaeilos_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/psplash/psplash-kaeilos_git.bb b/recipes/psplash/psplash-kaeilos_git.bb
new file mode 100644
index 0000000000..6993aebe51
--- /dev/null
+++ b/recipes/psplash/psplash-kaeilos_git.bb
@@ -0,0 +1,16 @@
+require psplash.inc
+require psplash-ua.inc
+
+ALTERNATIVE_PRIORITY = "20"
+
+SRC_URI = "git://git.yoctoproject.org/psplash;protocol=git \
+ file://logo-math.patch \
+ file://psplash-poky-img.h \
+ file://psplash-bar-img.h \
+ file://psplash-default \
+ file://splashfuncs \
+ file://psplash-init \
+ file://psplash-18bpp.patch \
+ file://psplash-24bpp-BGR666.patch"
+
+S = "${WORKDIR}/git"