diff options
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-initial.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial.inc b/meta/recipes-devtools/gcc/gcc-cross-initial.inc index c0fa139a85..ae92f220a5 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-initial.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-initial.inc | |||
@@ -5,6 +5,9 @@ PACKAGES = "" | |||
5 | INHIBIT_AUTOTOOLS_DEPS = "1" | 5 | INHIBIT_AUTOTOOLS_DEPS = "1" |
6 | INHIBIT_DEFAULT_DEPS = "1" | 6 | INHIBIT_DEFAULT_DEPS = "1" |
7 | 7 | ||
8 | # We still need gnu-config-native | ||
9 | DEPENDS_prepend = "gnu-config-native autoconf-native " | ||
10 | |||
8 | PN = "gcc-cross-initial-${TARGET_ARCH}" | 11 | PN = "gcc-cross-initial-${TARGET_ARCH}" |
9 | 12 | ||
10 | CROSS_TARGET_SYS_DIR_append = ".${PN}" | 13 | CROSS_TARGET_SYS_DIR_append = ".${PN}" |