diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-08-03 12:59:39 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-06 20:38:40 -0700 |
commit | a133111e69e78b8cff6dbc060ee6fb1da9f1f96d (patch) | |
tree | 403238061a20b5ab2db4a7f27c1ba15f093f4bb6 /meta-oe/recipes-devtools/lapack | |
parent | 63361b326722465e0a43ed45164695f4a60f5ce2 (diff) | |
download | meta-openembedded-a133111e69e78b8cff6dbc060ee6fb1da9f1f96d.tar.gz |
recipes: Fix override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/lapack')
-rw-r--r-- | meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb b/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb index 62d4df5e0..1664d637b 100644 --- a/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb +++ b/meta-oe/recipes-devtools/lapack/lapack_3.9.0.bb | |||
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=930f8aa500a47c7dab0f8efb5a1c9a40" | |||
8 | # Note this is not officially supported and is just illustrated here to | 8 | # Note this is not officially supported and is just illustrated here to |
9 | # show an example of how it can be done | 9 | # show an example of how it can be done |
10 | # You'll also need your fortran recipe to depend on libgfortran | 10 | # You'll also need your fortran recipe to depend on libgfortran |
11 | #FORTRAN_forcevariable = ",fortran" | 11 | #FORTRAN:forcevariable = ",fortran" |
12 | #RUNTIMETARGET_append_pn-gcc-runtime = " libquadmath" | 12 | #RUNTIMETARGET:append:pn-gcc-runtime = " libquadmath" |
13 | 13 | ||
14 | DEPENDS = "libgfortran" | 14 | DEPENDS = "libgfortran" |
15 | 15 | ||