mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-17 15:55:59 +01:00
packagegroup-sdk-target: update runtime dependencies for gfortran
Match to oe-core redo of fortran deps Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7523f0d41c
commit
3eb8bf5b5e
|
|
@ -22,4 +22,4 @@ RDEPENDS:${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \
|
||||||
pkgconfig"
|
pkgconfig"
|
||||||
|
|
||||||
# useful, but not in oe-core/meta-oe yet: patchutils
|
# useful, but not in oe-core/meta-oe yet: patchutils
|
||||||
RRECOMMENDS:${PN} = "gfortran-symlinks"
|
RRECOMMENDS:${PN} = "${@bb.utils.contains('FORTRAN', ',fortran', 'gfortran gfortran-symlinks', '', d)}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user