diff options
Diffstat (limited to 'meta-selftest/recipes-test/fortran/fortran-helloworld.bb')
-rw-r--r-- | meta-selftest/recipes-test/fortran/fortran-helloworld.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-selftest/recipes-test/fortran/fortran-helloworld.bb b/meta-selftest/recipes-test/fortran/fortran-helloworld.bb index 11928dc95a..240ed473cc 100644 --- a/meta-selftest/recipes-test/fortran/fortran-helloworld.bb +++ b/meta-selftest/recipes-test/fortran/fortran-helloworld.bb | |||
@@ -6,8 +6,7 @@ DEPENDS = "libgfortran" | |||
6 | 6 | ||
7 | SRC_URI = "file://hello.f95" | 7 | SRC_URI = "file://hello.f95" |
8 | 8 | ||
9 | S = "${WORKDIR}/sources" | 9 | S = "${UNPACKDIR}" |
10 | UNPACKDIR = "${S}" | ||
11 | 10 | ||
12 | # These set flags that Fortran doesn't support | 11 | # These set flags that Fortran doesn't support |
13 | SECURITY_CFLAGS = "" | 12 | SECURITY_CFLAGS = "" |