summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/fortran/fortran-helloworld.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-selftest/recipes-test/fortran/fortran-helloworld.bb')
-rw-r--r--meta-selftest/recipes-test/fortran/fortran-helloworld.bb3
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
7SRC_URI = "file://hello.f95" 7SRC_URI = "file://hello.f95"
8 8
9S = "${WORKDIR}/sources" 9S = "${UNPACKDIR}"
10UNPACKDIR = "${S}"
11 10
12# These set flags that Fortran doesn't support 11# These set flags that Fortran doesn't support
13SECURITY_CFLAGS = "" 12SECURITY_CFLAGS = ""