Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] libtool: Add depends on binutils-cross
@ 2014-04-01  6:12 b40527
  2014-04-01  6:15 ` Khem Raj
  2014-04-01 10:52 ` Richard Purdie
  0 siblings, 2 replies; 6+ messages in thread
From: b40527 @ 2014-04-01  6:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zongchun Yu

From: Zongchun Yu <Zongchun.Yu@freescale.com>

When use command bitbake -c populate_sdk <target-rootfs> to
generate toolchain. a race issue may occur. in this case need
to add binutils-cross to depends.

Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
---
 meta/recipes-devtools/libtool/libtool-2.4.2.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/libtool/libtool-2.4.2.inc b/meta/recipes-devtools/libtool/libtool-2.4.2.inc
index d26982d..0868dd7 100644
--- a/meta/recipes-devtools/libtool/libtool-2.4.2.inc
+++ b/meta/recipes-devtools/libtool/libtool-2.4.2.inc
@@ -36,7 +36,7 @@ do_compile_prepend () {
 inherit autotools
 EXTRA_AUTORECONF = "--exclude=libtoolize"
 
-DEPENDS = "libtool-native"
+DEPENDS = "libtool-native binutils-cross"
 
 PACKAGES =+ "libltdl libltdl-dev libltdl-dbg libltdl-staticdev"
 FILES_${PN} += "${datadir}/aclocal"
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-04-01 10:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-01  6:12 [PATCH] libtool: Add depends on binutils-cross b40527
2014-04-01  6:15 ` Khem Raj
2014-04-01  6:37   ` Zongchun YU
2014-04-01  6:46     ` Khem Raj
2014-04-01  7:22       ` Zongchun YU
2014-04-01 10:52 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox