diff options
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.7.inc | 4 |
1 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 378caf0908..08a0103691 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require gcc-common.inc | 1 | require gcc-common.inc |
2 | 2 | ||
3 | PR = "r13" | 3 | PR = "r14" |
4 | 4 | ||
5 | # Third digit in PV should be incremented after a minor release | 5 | # Third digit in PV should be incremented after a minor release |
6 | # happens from this branch on gcc e.g. currently its 4.7.1 | 6 | # happens from this branch on gcc e.g. currently its 4.7.1 |
@@ -20,7 +20,7 @@ BINV = "4.7.2" | |||
20 | 20 | ||
21 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.7' ], d)}" | 21 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.7' ], d)}" |
22 | 22 | ||
23 | DEPENDS =+ "mpfr gmp libmpc" | 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" |