From: Chen Qi <[email protected]> fortran-helloworld DEPENDS on libgfortran, so merely 'bitbake fortran-helloworld' does not ensure that libgfortran's package_qa is run. This actually covers the buildpath issue in libgfortran. This patch ensures that libgfortran's package_qa is run to avoid any future regression.
Signed-off-by: Chen Qi <[email protected]> --- meta/lib/oeqa/selftest/cases/buildoptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/buildoptions.py b/meta/lib/oeqa/selftest/cases/buildoptions.py index 423c31e189..4e82c34de9 100644 --- a/meta/lib/oeqa/selftest/cases/buildoptions.py +++ b/meta/lib/oeqa/selftest/cases/buildoptions.py @@ -203,7 +203,7 @@ class ToolchainOptions(OESelftestTestCase): features = 'FORTRAN:forcevariable = ",fortran"\n' self.write_config(features) - bitbake('fortran-helloworld') + bitbake('libgfortran fortran-helloworld') @OETestTag("yocto-mirrors") class SourceMirroring(OESelftestTestCase): -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#206041): https://lists.openembedded.org/g/openembedded-core/message/206041 Mute This Topic: https://lists.openembedded.org/mt/109078832/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
