diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2013-01-09 11:00:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-15 08:10:14 +0000 |
commit | 66d0b1d4d2cef459107eafc996c878ff5e66a8fc (patch) | |
tree | cc0a720bb8638a5749519d68dd571dfce0500db6 /meta/recipes-devtools/gcc | |
parent | f1fd0a24b368eccfd3e9b235de50bff83c25ad7b (diff) | |
download | poky-66d0b1d4d2cef459107eafc996c878ff5e66a8fc.tar.gz |
gcc: add missing dependency (zlib)
- add zlib to DEPENDS (it fails otherwise)
(From OE-Core rev: 7a0fd7145461d3feb9fe7900a39376d556e655d6)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@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 | 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" |