diff options
-rw-r--r-- | meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb b/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb index dca5926a96..ee7674a0c7 100644 --- a/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb +++ b/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb | |||
@@ -22,4 +22,4 @@ RDEPENDS:${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \ | |||
22 | pkgconfig" | 22 | pkgconfig" |
23 | 23 | ||
24 | # useful, but not in oe-core/meta-oe yet: patchutils | 24 | # useful, but not in oe-core/meta-oe yet: patchutils |
25 | RRECOMMENDS:${PN} = "gfortran-symlinks" | 25 | RRECOMMENDS:${PN} = "${@bb.utils.contains('FORTRAN', ',fortran', 'gfortran gfortran-symlinks', '', d)}" |