diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/libgfortran.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/libgfortran.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/libgfortran.inc b/meta/recipes-devtools/gcc/libgfortran.inc index 99c192ac30..05237647df 100644 --- a/meta/recipes-devtools/gcc/libgfortran.inc +++ b/meta/recipes-devtools/gcc/libgfortran.inc | |||
@@ -73,5 +73,5 @@ do_package_write_rpm[depends] += "virtual/${MLPREFIX}libc:do_packagedata" | |||
73 | python __anonymous () { | 73 | python __anonymous () { |
74 | f = d.getVar("FORTRAN") | 74 | f = d.getVar("FORTRAN") |
75 | if "fortran" not in f: | 75 | if "fortran" not in f: |
76 | raise bb.parse.SkipPackage("libgfortran needs fortran support to be enabled in the compiler") | 76 | raise bb.parse.SkipRecipe("libgfortran needs fortran support to be enabled in the compiler") |
77 | } | 77 | } |