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:20 +0000 (20:53 +0100)
commit03de53dde427e576a9c8547a4b444d6d6a0683bb
tree4c7c3b1d8e8b44fab0ef333bc882539ec537a336
parenteb27d7f0b1a3d41547562bd7c8554e3523b909b0
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.

(From OE-Core rev: fe6ca47a256b775e1aa5750b9dd31e27230cf781)

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]