]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc: add missing dependency (zlib)
authorConstantin Musca <constantinx.musca@intel.com>
Wed, 9 Jan 2013 09:00:22 +0000 (11:00 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Jan 2013 08:09:29 +0000 (08:09 +0000)
- add zlib to DEPENDS (it fails otherwise)

Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/gcc/gcc-4.7.inc

index 378caf09082d0c110d1ebf3587bcbd37250d49ea..08a0103691d1c3d24230af31f20b76e7d80c16dc 100644 (file)
@@ -1,6 +1,6 @@
 require gcc-common.inc
 
-PR = "r13"
+PR = "r14"
 
 # Third digit in PV should be incremented after a minor release
 # happens from this branch on gcc e.g. currently its 4.7.1
@@ -20,7 +20,7 @@ BINV = "4.7.2"
 
 FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.7' ], d)}"
 
-DEPENDS =+ "mpfr gmp libmpc"
+DEPENDS =+ "mpfr gmp libmpc zlib"
 NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native"
 
 LICENSE="GPL-3.0-with-GCC-exception & GPLv3"