From 96097f84dc35f10793cdf054c8360e21da184411 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 14 Jun 2024 17:31:47 -0700 Subject: packagegroup-sdk-target: Drop g77-symlinks g77/f77 links are gone in OE-core Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb b/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb index 4a0383e0a1..dca5926a96 100644 --- a/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb +++ b/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb @@ -21,5 +21,5 @@ RDEPENDS:${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \ libtool libtool-dev \ pkgconfig" -# usefull, but not in oe-core/meta-oe yet: patchutils -RRECOMMENDS:${PN} = " g77-symlinks gfortran-symlinks" +# useful, but not in oe-core/meta-oe yet: patchutils +RRECOMMENDS:${PN} = "gfortran-symlinks" -- cgit v1.2.3-54-g00ecf