[oe] [meta-qt5 1/2] Remove double slash when QT_DIR_NAME is empty

2015-09-04 Thread Adam YH Lee
When `QT_DIR_NAME` is defined as an empty string (default is "qt5"), package.bbclass will throw lots of QA warnings because now the paths contain double slashes ("//"). We can address these warnings by explicitly defining a slash in the variable itself. Signed-off-by:

[oe] [meta-qt5 2/2] Use `mkdir -p` when creating `/usr/bin`

2015-09-04 Thread Adam YH Lee
When QT_DIR_NAME is altered, /usr/bin` is checked. This directory is more often than not already created. Hence `mkdir` with `-p` should be used. Currently it results in a build failure since the directory already exists. Signed-off-by: Adam YH Lee <adam.yh@gmail.com> --- recipes-

[oe] [meta-qt5 0/2] WIP Improve Qt5 flattened directory structure

2015-09-04 Thread Adam YH Lee
pre.prf I will continue looking for a complete fix as time allows. Feel free to comment in the meantime. [1] http://comments.gmane.org/gmane.comp.handhelds.openembedded.core/68544 Adam YH Lee (2): Remove double slash when QT_DIR_NAME is empty Use `mkdir -p` when creating `/usr/bin` classes/popula

[oe] [[meta-oe][PATCH]] nm-applet: Install glib schema

2015-06-16 Thread Adam YH Lee
Unless we inherit gsettings class, glib schema does not get installed and users cannot launch nm-applet: GLib-GIO-ERROR **: Settings schema 'org.gnome.nm-applet' is not installed Signed-off-by: Adam YH Lee adam.yh@gmail.com --- .../network-manager-applet/network-manager

[oe] [meta-xfce][PATCH] xfce4-session: Take the precedence over mini-x-session

2014-04-07 Thread Adam YH Lee
If x11-base is included in the image, XFCE4 session does not correctly start because mini-x-session has higher priority at 50. --- .../xfce4-session/xfce4-session_4.10.1.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb

[oe] [meta-oe][PATCH] exo: Add intltool-native as native dependency

2014-03-26 Thread Adam YH Lee
exo-native fails to build due to more strict dependency checking introduced in autotools.bbclass. intltool-native should be explicitly defined as a dependency. Signed-off-by: Adam YH Lee adam.yh@gmail.com --- meta-xfce/recipes-xfce/exo/exo_0.10.2.bb |4 ++-- 1 file changed, 2 insertions