[oe-commits] Martin Jansa : xfce4-icon-theme: add dependency on intltool-native

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 11:24:10 UTC 2013


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Aug  8 23:50:15 2013 +0200

xfce4-icon-theme: add dependency on intltool-native

* fails without it:
  | NOTE: Executing intltoolize --copy --force --automake
  | xfce4-icon-theme/4.4.3-r0/temp/run.do_configure.2826:
    intltoolize: not found
  | ERROR: Function failed: do_configure (log file is located at
    xfce4-icon-theme/4.4.3-r0/temp/log.do_configure.2826)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb     |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb b/meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb
index 37f88af..f6a9d2b 100644
--- a/meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb
+++ b/meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb
@@ -3,6 +3,8 @@ SECTION = "x11/wm"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
+DEPENDS = "intltool-native"
+
 inherit xfce
 
 SRC_URI = "http://archive.xfce.org/src/art/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2"



More information about the Openembedded-commits mailing list