mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
gnokii: add missing intltool-native dependency
* fixes: | checking for ar... arm-starfish-linux-gnueabi-ar | ../gnokii-0.6.31/configure: line 5688: syntax error near unexpected token `0.35.0' | ../gnokii-0.6.31/configure: line 5688: `IT_PROG_INTLTOOL(0.35.0)' | WARNING: exit code 1 from a shell command. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
|
||||
SRC_URI = "http://www.gnokii.org/download/gnokii/gnokii-${PV}.tar.bz2"
|
||||
|
||||
DEPENDS = "glib-2.0"
|
||||
DEPENDS = "glib-2.0 intltool-native"
|
||||
X11DEPENDS = " libxpm gtk+"
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
||||
|
||||
Reference in New Issue
Block a user