aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb')
-rw-r--r--meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb b/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb
index 441ab2ec95..ee7674a0c7 100644
--- a/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb
+++ b/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb
@@ -1,6 +1,5 @@
SUMMARY = "Packages required for a target (on-device) SDK"
-PR = "r1"
inherit packagegroup
@@ -22,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} = "${@bb.utils.contains('FORTRAN', ',fortran', 'gfortran gfortran-symlinks', '', d)}"