[oe-commits] Adam YH Lee : exo: Add intltool-native as native dependency

git at git.openembedded.org git at git.openembedded.org
Sat Mar 29 21:43:18 UTC 2014


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

Author: Adam YH Lee <adam.yh.lee at gmail.com>
Date:   Wed Mar 26 14:27:34 2014 -0700

exo: Add intltool-native as native dependency

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.lee at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-xfce/recipes-xfce/exo/exo_0.10.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
index 09aacc3..88fb74c 100644
--- a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
+++ b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
@@ -3,7 +3,7 @@ SECTION = "x11"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo"
-DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native"
+DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native"
 PR = "r4"
 
 inherit xfce pythonnative perlnative



More information about the Openembedded-commits mailing list