diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-21 23:56:36 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:50:21 +0000 |
commit | 9f8f4fd1f923e940f325c0562af1a94970bad924 (patch) | |
tree | f5692a8ff1ba30f57aa7d6e4aa83257f07346cba /meta/recipes-devtools/gcc | |
parent | 2de5f44a6558628d8c6a275d9b584e8bbb4fa3ad (diff) | |
download | poky-9f8f4fd1f923e940f325c0562af1a94970bad924.tar.gz |
Basic recipe formatting fixes
Fix statement indenting and spacing issues that I happened to notice.
(From OE-Core rev: d11e297b007aba625b398c52952ec929c3b02b83)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.7.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.8.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 81c8f070ac..fe9fb65b8d 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc | |||
@@ -23,7 +23,7 @@ FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.7' ], d)}" | |||
23 | DEPENDS =+ "mpfr gmp libmpc zlib" | 23 | DEPENDS =+ "mpfr gmp libmpc zlib" |
24 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" | 24 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" |
25 | 25 | ||
26 | LICENSE="GPL-3.0-with-GCC-exception & GPLv3" | 26 | LICENSE = "GPL-3.0-with-GCC-exception & GPLv3" |
27 | 27 | ||
28 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 28 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
29 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ | 29 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ |
diff --git a/meta/recipes-devtools/gcc/gcc-4.8.inc b/meta/recipes-devtools/gcc/gcc-4.8.inc index 8d1729b980..a140573d71 100644 --- a/meta/recipes-devtools/gcc/gcc-4.8.inc +++ b/meta/recipes-devtools/gcc/gcc-4.8.inc | |||
@@ -13,7 +13,7 @@ FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.8' ], d)}" | |||
13 | DEPENDS =+ "mpfr gmp libmpc zlib" | 13 | DEPENDS =+ "mpfr gmp libmpc zlib" |
14 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" | 14 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" |
15 | 15 | ||
16 | LICENSE="GPL-3.0-with-GCC-exception & GPLv3" | 16 | LICENSE = "GPL-3.0-with-GCC-exception & GPLv3" |
17 | 17 | ||
18 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
19 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ | 19 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ |