[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: xfwm4: add exo-native to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Oct 14 12:13:43 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 9a15c646a24d550cac39cb4d44208f7b75855309
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9a15c646a24d550cac39cb4d44208f7b75855309

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Mon Oct  7 10:54:37 2013 +0200

xfwm4: add exo-native to DEPENDS

fixes (detected in Martin's world build):

| make[2]: Entering directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4/4.10.1+gitAUTOINC+bce3062d08-r0/git/settings-dialogs'
| gdk-pixbuf-csource --raw --build-list \
| 	monitor_icon_data ./monitor-icon.png > monitor-icon.h
| exo-csource --static --strip-comments --strip-content --name=xfwm4_dialog_ui xfwm4-dialog.glade >xfwm4-dialog_ui.h
| exo-csource --static --strip-comments --strip-content --name=tweaks_dialog_ui xfwm4-tweaks-dialog.glade >xfwm4-tweaks-dialog_ui.h
| exo-csource --static --strip-comments --strip-content --name=workspace_dialog_ui xfwm4-workspace-dialog.glade >xfwm4-workspace-dialog_ui.h
| /bin/bash: exo-csource: command not found
| /bin/bash: exo-csource: command not found
| /bin/bash: exo-csource: command not found
| make[2]: *** [xfwm4-dialog_ui.h] Error 127
| make[2]: *** Waiting for unfinished jobs....
| make[2]: *** [xfwm4-tweaks-dialog_ui.h] Error 127
| make[2]: *** [xfwm4-workspace-dialog_ui.h] Error 127
| make[2]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4/4.10.1+gitAUTOINC+bce3062d08-r0/git/settings-dialogs'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4/4.10.1+gitAUTOINC+bce3062d08-r0/git'
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb
index b72d44f..4799460 100644
--- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb
+++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION="Xfce4 Window Manager"
 SECTION = "x11/wm"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
-DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbus-glib startup-notification"
+DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbus-glib startup-notification exo-native"
 
 inherit xfce update-alternatives
 



More information about the Openembedded-commits mailing list