From: Ricardo Ribalda Delgado Date: Mon, 3 Jul 2017 21:57:42 +0000 (+0200) Subject: libgfortran: Add missing dependency gcc-cross X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20838 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00fba52c8a6f6383137cf89fc7aa34cc3e2ff45f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libgfortran: Add missing dependency gcc-cross Due to the fact that the recipe uses INHIBIT_DEFAULT_DEPS, we need to manually add the cross compiler as a dependency. Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/gcc/libgfortran.inc b/meta/recipes-devtools/gcc/libgfortran.inc index 4846decbb83..3b94c1b85b7 100644 --- a/meta/recipes-devtools/gcc/libgfortran.inc +++ b/meta/recipes-devtools/gcc/libgfortran.inc @@ -37,7 +37,7 @@ do_install () { } INHIBIT_DEFAULT_DEPS = "1" -DEPENDS = "gcc-runtime" +DEPENDS = "gcc-runtime gcc-cross-${TARGET_ARCH}" BBCLASSEXTEND = "nativesdk"