aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xserver-kdrive-common/xserver-kdrive-splash_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xserver-kdrive-common/xserver-kdrive-splash_1.0.bb')
-rw-r--r--recipes/xserver-kdrive-common/xserver-kdrive-splash_1.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-splash_1.0.bb b/recipes/xserver-kdrive-common/xserver-kdrive-splash_1.0.bb
new file mode 100644
index 0000000000..252d0f6ee4
--- /dev/null
+++ b/recipes/xserver-kdrive-common/xserver-kdrive-splash_1.0.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "X11 Splash screen"
+LICENSE = "GPL"
+SECTION = "x11"
+PR = "r0"
+
+SRC_URI = "\
+ file://xsplash-vga.ppm \
+ file://xsplash-qvga.ppm \
+ file://xsplash-qvga-square.ppm \
+"
+S = "${WORKDIR}"
+
+do_install() {
+ # branding-foo. yes, /usr/share/pixmaps is hardcoded here, since it's
+ # also hardcoded in the Xserver script...
+ install -d ${D}/usr/share/pixmaps
+ install -m 0755 ${WORKDIR}/*.ppm ${D}/usr/share/pixmaps
+}
+
+PACKAGE_ARCH = "all"