summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake/cmlibarchive-disable-ext2fs.patch
Commit message (Collapse)AuthorAgeFilesLines
* cmake-native: fix dependenciesPaul Eggleton2013-09-171-0/+26
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>