From d971db8b2259e4c35b871cccf130fba193849560 Mon Sep 17 00:00:00 2001 From: "Peter A. Bigot" Date: Thu, 14 Aug 2014 14:05:51 -0500 Subject: gcc: recipe whitespace changes Consistent use of whitespace in multi-line assignment, with special focus on OECONF modifications. Quotes on separate lines, four-space indentation, one value per line. Signed-off-by: Peter A. Bigot Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/libgfortran.inc | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'meta/recipes-devtools/gcc/libgfortran.inc') 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 @@ require gcc-configure-common.inc -EXTRA_OECONF_PATHS = " \ +EXTRA_OECONF_PATHS = "\ --with-sysroot=${STAGING_DIR_TARGET} \ - --with-build-sysroot=${STAGING_DIR_TARGET}" + --with-build-sysroot=${STAGING_DIR_TARGET} \ +" do_configure () { mtarget=`echo ${TARGET_SYS} | sed -e s#-${SDKPKGSUFFIX}##` @@ -45,20 +46,20 @@ DEPENDS = "gcc-runtime" BBCLASSEXTEND = "nativesdk" PACKAGES = "\ - ${PN}-dbg \ - libgfortran \ - libgfortran-dev \ - libgfortran-staticdev \ + ${PN}-dbg \ + libgfortran \ + libgfortran-dev \ + libgfortran-staticdev \ " FILES_${PN} = "${libdir}/libgfortran.so.*" -FILES_${PN}-dev = " \ - ${libdir}/libgfortran*.so \ - ${libdir}/libgfortran.spec \ - ${libdir}/libgfortran.la \ - ${libdir}/gcc/${TARGET_SYS}/${BINV}/libgfortranbegin.* \ - ${libdir}/gcc/${TARGET_SYS}/${BINV}/libcaf_single*" -FILES_${PN}-staticdev = " \ - ${libdir}/libgfortran.a" +FILES_${PN}-dev = "\ + ${libdir}/libgfortran*.so \ + ${libdir}/libgfortran.spec \ + ${libdir}/libgfortran.la \ + ${libdir}/gcc/${TARGET_SYS}/${BINV}/libgfortranbegin.* \ + ${libdir}/gcc/${TARGET_SYS}/${BINV}/libcaf_single* \ +" +FILES_${PN}-staticdev = "${libdir}/libgfortran.a" INSANE_SKIP_${MLPREFIX}libgfortran-dev = "staticdev" -- cgit 1.2.3-korg