From 4d0244409ccf2589bcaee22305f6ad1c9500bff7 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 8 Oct 2013 13:52:02 +0200 Subject: [PATCH] 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 --- .../recipes-support/libsoup/libsoup-2.4_2.40.2.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-digi-dey/recipes-support/libsoup/libsoup-2.4_2.40.2.bbappend diff --git a/meta-digi-dey/recipes-support/libsoup/libsoup-2.4_2.40.2.bbappend b/meta-digi-dey/recipes-support/libsoup/libsoup-2.4_2.40.2.bbappend new file mode 100644 index 000000000..7c1855104 --- /dev/null +++ b/meta-digi-dey/recipes-support/libsoup/libsoup-2.4_2.40.2.bbappend @@ -0,0 +1,3 @@ +# Copyright (C) 2013 Digi International. + +DEPENDS += "intltool-native"