]> code.ossystems Code Review - openembedded-core.git/commit
cmake-native: fix dependencies
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 17 Sep 2013 13:57:46 +0000 (14:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Sep 2013 19:53:17 +0000 (20:53 +0100)
commitfe6ca47a256b775e1aa5750b9dd31e27230cf781
treed5e454a43ab4a96c1b55b467f718b55282465977
parent4a407568472d3c87cd2ce11baf199568249640b6
cmake-native: fix dependencies

When building cmake for native, we don't use the system libraries and
thus cmake builds its own internal version of libarchive; this requires
zlib, bzip2, and e2fsprogs. We can add to DEPENDS for the two former
libraries and patch out the latter.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb
meta/recipes-devtools/cmake/cmake/cmlibarchive-disable-ext2fs.patch [new file with mode: 0644]