diff options
-rw-r--r-- | meta/recipes-devtools/gcc/libgfortran.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/libgfortran.inc b/meta/recipes-devtools/gcc/libgfortran.inc index e810146d4d..c68645e392 100644 --- a/meta/recipes-devtools/gcc/libgfortran.inc +++ b/meta/recipes-devtools/gcc/libgfortran.inc | |||
@@ -47,8 +47,9 @@ do_install () { | |||
47 | chown -R root:root ${D} | 47 | chown -R root:root ${D} |
48 | } | 48 | } |
49 | 49 | ||
50 | # avoid virtual/libc | ||
50 | INHIBIT_DEFAULT_DEPS = "1" | 51 | INHIBIT_DEFAULT_DEPS = "1" |
51 | DEPENDS = "gcc-runtime gcc-cross-${TARGET_ARCH}" | 52 | DEPENDS = "virtual/${HOST_PREFIX}gcc virtual/${HOST_PREFIX}compilerlibs" |
52 | 53 | ||
53 | BBCLASSEXTEND = "nativesdk" | 54 | BBCLASSEXTEND = "nativesdk" |
54 | 55 | ||