diff options
author | Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> | 2017-07-03 23:57:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-06 14:38:15 +0100 |
commit | e026eb73ddf33b7d0d947174e71ac4ab1cb079ce (patch) | |
tree | e5b602b0b262dd494861547f82b8dd3bca740a23 /meta/recipes-devtools/gcc/libgfortran.inc | |
parent | e0a924ab3b80cc89bca3bfc867d44db0f958ec8c (diff) | |
download | poky-e026eb73ddf33b7d0d947174e71ac4ab1cb079ce.tar.gz |
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.
(From OE-Core rev: 00fba52c8a6f6383137cf89fc7aa34cc3e2ff45f)
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/libgfortran.inc')
-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 | ||