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

Adam YH Lee adam.yh.lee at gmail.com
Wed Mar 26 21:27:34 UTC 2014


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>
---
 meta-xfce/recipes-xfce/exo/exo_0.10.2.bb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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..3eb03bc 100644
--- a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
+++ b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
@@ -3,8 +3,8 @@ 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"
-PR = "r4"
+DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native"
+PR = "r5"
 
 inherit xfce pythonnative perlnative
 
-- 
1.7.9.5




More information about the Openembedded-devel mailing list