mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user