summaryrefslogtreecommitdiff
path: root/meta-raspberrypi/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta-raspberrypi/recipes-graphics')
-rw-r--r--meta-raspberrypi/recipes-graphics/mesa/mesa-gl.bbappend (renamed from meta-raspberrypi/recipes-graphics/mesa/mesa-gl_%.bbappend)0
-rw-r--r--meta-raspberrypi/recipes-graphics/mesa/mesa.bbappend (renamed from meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend)0
-rw-r--r--meta-raspberrypi/recipes-graphics/wayland/weston-init.bbappend10
3 files changed, 0 insertions, 10 deletions
diff --git a/meta-raspberrypi/recipes-graphics/mesa/mesa-gl_%.bbappend b/meta-raspberrypi/recipes-graphics/mesa/mesa-gl.bbappend
index edb75f59bc..edb75f59bc 100644
--- a/meta-raspberrypi/recipes-graphics/mesa/mesa-gl_%.bbappend
+++ b/meta-raspberrypi/recipes-graphics/mesa/mesa-gl.bbappend
diff --git a/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend b/meta-raspberrypi/recipes-graphics/mesa/mesa.bbappend
index 7000ead0f3..7000ead0f3 100644
--- a/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend
+++ b/meta-raspberrypi/recipes-graphics/mesa/mesa.bbappend
diff --git a/meta-raspberrypi/recipes-graphics/wayland/weston-init.bbappend b/meta-raspberrypi/recipes-graphics/wayland/weston-init.bbappend
deleted file mode 100644
index b6d6f2e8a7..0000000000
--- a/meta-raspberrypi/recipes-graphics/wayland/weston-init.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
-FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
-
-do_install:append:rpi() {
- if [ -e ${D}/${sysconfdir}/init.d/weston ]; then
- sed -i 's#weston-start --#weston-start -- --continue-without-input#' ${D}/${sysconfdir}/init.d/weston
- fi
- if [ -e ${D}${systemd_system_unitdir}/weston.service ]; then
- sed -i 's#ExecStart=/usr/bin/weston#ExecStart=/usr/bin/weston --continue-without-input#' ${D}${systemd_system_unitdir}/weston.service
- fi
-}