diff options
-rw-r--r-- | meta/recipes-devtools/gcc/libgfortran.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/libgfortran.inc b/meta/recipes-devtools/gcc/libgfortran.inc index 4846decbb8..3b94c1b85b 100644 --- a/meta/recipes-devtools/gcc/libgfortran.inc +++ b/meta/recipes-devtools/gcc/libgfortran.inc | |||
@@ -37,7 +37,7 @@ do_install () { | |||
37 | } | 37 | } |
38 | 38 | ||
39 | INHIBIT_DEFAULT_DEPS = "1" | 39 | INHIBIT_DEFAULT_DEPS = "1" |
40 | DEPENDS = "gcc-runtime" | 40 | DEPENDS = "gcc-runtime gcc-cross-${TARGET_ARCH}" |
41 | 41 | ||
42 | BBCLASSEXTEND = "nativesdk" | 42 | BBCLASSEXTEND = "nativesdk" |
43 | 43 | ||