summaryrefslogtreecommitdiff
path: root/recipes-lxde
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-08-09 16:10:08 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-09-29 20:40:31 +0200
commitd39ef0deb859e3746647f8afd6e41e8d7ab46c23 (patch)
tree915a0e2ffe0d01ea49b348bcd7c0416a83abc60c /recipes-lxde
parentc2c082217a2123fca7bbd3806e1e6f9ee9db34ff (diff)
lxde layer bbappends
Move the appends on recipe's which are not in an essential required layer into a target layer specific directory and add them only if said layer is active in build/conf/bblayers.conf. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-lxde')
-rw-r--r--recipes-lxde/lxterminal/files/fix_garbled_titlebar.patch11
-rw-r--r--recipes-lxde/lxterminal/lxterminal_%.bbappend5
2 files changed, 0 insertions, 16 deletions
diff --git a/recipes-lxde/lxterminal/files/fix_garbled_titlebar.patch b/recipes-lxde/lxterminal/files/fix_garbled_titlebar.patch
deleted file mode 100644
index 5dcd195..0000000
--- a/recipes-lxde/lxterminal/files/fix_garbled_titlebar.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lxterminal-0.1.11/src/lxterminal.c.orig 2013-04-02 12:58:03.985684096 +0200
-+++ lxterminal-0.1.11/src/lxterminal.c 2013-04-02 12:56:58.336136155 +0200
-@@ -1220,7 +1220,7 @@
- if (visual != NULL)
- gtk_widget_set_visual(terminal->window, visual);
- #else
-- GdkColormap *colormap = gdk_screen_get_rgba_colormap(gtk_widget_get_screen(GTK_WIDGET(terminal->window)));
-+ GdkColormap *colormap = gdk_colormap_get_system();
- if (colormap != NULL)
- gtk_widget_set_colormap(terminal->window, colormap);
- #endif
diff --git a/recipes-lxde/lxterminal/lxterminal_%.bbappend b/recipes-lxde/lxterminal/lxterminal_%.bbappend
deleted file mode 100644
index 1cc9cf1..0000000
--- a/recipes-lxde/lxterminal/lxterminal_%.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-
-SRC_URI += " \
- file://fix_garbled_titlebar.patch \
-"