summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/libgfortran.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/libgfortran.inc')
-rw-r--r--meta/recipes-devtools/gcc/libgfortran.inc2
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
39INHIBIT_DEFAULT_DEPS = "1" 39INHIBIT_DEFAULT_DEPS = "1"
40DEPENDS = "gcc-runtime" 40DEPENDS = "gcc-runtime gcc-cross-${TARGET_ARCH}"
41 41
42BBCLASSEXTEND = "nativesdk" 42BBCLASSEXTEND = "nativesdk"
43 43