libsoup: add missing build-time dependence

This is hidden using Poky distribution because Poky has X11 distro
feature and then other x11-related dependences pulls in intltool-native.

In our case DEY distro does not have X11 feature and thus
intltool-native is not part of libsoup dependences. Then sometimes fails
and sometimes not depending on the bitbake threads (BB_NUMBER_THREADS)
and other race conditions.

Adding the dependence explicitly fixes:

run.do_configure: intltoolize: command not found

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-10-08 13:52:02 +02:00
parent b7be73b427
commit 4d0244409c
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Copyright (C) 2013 Digi International.
DEPENDS += "intltool-native"