diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-08 23:50:15 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:30 +0200 |
commit | df15a1b2f1e864f4617291119894db229dc9445a (patch) | |
tree | 129e02f2ad417afab391d0f5c0baf27ab205555b /meta-xfce/recipes-art | |
parent | f4fa7239f3dcd7f0567a2c08fcb5a5f9de4ed455 (diff) | |
download | meta-openembedded-contrib-df15a1b2f1e864f4617291119894db229dc9445a.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-art')
-rw-r--r-- | meta-xfce/recipes-art/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 37f88af0f82..f6a9d2bc525 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" |