Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gcc-cross: Explicitly depend on linux-libc-headers
@ 2012-11-22 21:36 Richard Purdie
  2012-11-22 21:50 ` Phil Blundell
  2012-11-27 20:08 ` McClintock Matthew-B29882
  0 siblings, 2 replies; 10+ messages in thread
From: Richard Purdie @ 2012-11-22 21:36 UTC (permalink / raw)
  To: openembedded-core

gcc-cross cannot build without linux-libc-headers but doesn't explicitly depend on
it relying on the implied dependency through libc. With cases where pieces
can be installed through sstate, we now need this explicit dependency to
ensure builds with partial sstate work.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc
index 6d160d6..cde08ee 100644
--- a/meta/recipes-devtools/gcc/gcc-cross.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross.inc
@@ -1,6 +1,6 @@
 inherit cross
 
-DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc ${NATIVEDEPS}"
+DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc linux-libc-headers ${NATIVEDEPS}"
 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
 
 require gcc-configure-cross.inc





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

end of thread, other threads:[~2012-11-28  7:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 21:36 [PATCH] gcc-cross: Explicitly depend on linux-libc-headers Richard Purdie
2012-11-22 21:50 ` Phil Blundell
2012-11-22 22:02   ` Richard Purdie
2012-11-23 10:16     ` Phil Blundell
2012-11-23 12:01       ` Richard Purdie
2012-11-23 12:16         ` Phil Blundell
2012-11-23 15:44           ` Richard Purdie
2012-11-23 16:08           ` Otavio Salvador
2012-11-27 20:08 ` McClintock Matthew-B29882
2012-11-28  6:46   ` Richard Purdie

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