diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/libgfortran.inc')
| -rw-r--r-- | meta/recipes-devtools/gcc/libgfortran.inc | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/meta/recipes-devtools/gcc/libgfortran.inc b/meta/recipes-devtools/gcc/libgfortran.inc index 7bf412134b..cf7942f41d 100644 --- a/meta/recipes-devtools/gcc/libgfortran.inc +++ b/meta/recipes-devtools/gcc/libgfortran.inc | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | require gcc-configure-common.inc | 1 | require gcc-configure-common.inc |
| 2 | 2 | ||
| 3 | EXTRA_OECONF_PATHS = " \ | 3 | EXTRA_OECONF_PATHS = "\ |
| 4 | --with-sysroot=${STAGING_DIR_TARGET} \ | 4 | --with-sysroot=${STAGING_DIR_TARGET} \ |
| 5 | --with-build-sysroot=${STAGING_DIR_TARGET}" | 5 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
| 6 | " | ||
| 6 | 7 | ||
| 7 | do_configure () { | 8 | do_configure () { |
| 8 | mtarget=`echo ${TARGET_SYS} | sed -e s#-${SDKPKGSUFFIX}##` | 9 | mtarget=`echo ${TARGET_SYS} | sed -e s#-${SDKPKGSUFFIX}##` |
| @@ -45,20 +46,20 @@ DEPENDS = "gcc-runtime" | |||
| 45 | BBCLASSEXTEND = "nativesdk" | 46 | BBCLASSEXTEND = "nativesdk" |
| 46 | 47 | ||
| 47 | PACKAGES = "\ | 48 | PACKAGES = "\ |
| 48 | ${PN}-dbg \ | 49 | ${PN}-dbg \ |
| 49 | libgfortran \ | 50 | libgfortran \ |
| 50 | libgfortran-dev \ | 51 | libgfortran-dev \ |
| 51 | libgfortran-staticdev \ | 52 | libgfortran-staticdev \ |
| 52 | " | 53 | " |
| 53 | FILES_${PN} = "${libdir}/libgfortran.so.*" | 54 | FILES_${PN} = "${libdir}/libgfortran.so.*" |
| 54 | FILES_${PN}-dev = " \ | 55 | FILES_${PN}-dev = "\ |
| 55 | ${libdir}/libgfortran*.so \ | 56 | ${libdir}/libgfortran*.so \ |
| 56 | ${libdir}/libgfortran.spec \ | 57 | ${libdir}/libgfortran.spec \ |
| 57 | ${libdir}/libgfortran.la \ | 58 | ${libdir}/libgfortran.la \ |
| 58 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/libgfortranbegin.* \ | 59 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/libgfortranbegin.* \ |
| 59 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/libcaf_single*" | 60 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/libcaf_single* \ |
| 60 | FILES_${PN}-staticdev = " \ | 61 | " |
| 61 | ${libdir}/libgfortran.a" | 62 | FILES_${PN}-staticdev = "${libdir}/libgfortran.a" |
| 62 | 63 | ||
| 63 | INSANE_SKIP_${MLPREFIX}libgfortran-dev = "staticdev" | 64 | INSANE_SKIP_${MLPREFIX}libgfortran-dev = "staticdev" |
| 64 | 65 | ||
