summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-09-17 14:57:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-17 20:53:20 +0100
commit1db33e3c4dd7f50c7141f30949216457056b09dd (patch)
treef506204dad14f5e36e2eac705c3c2691b1f251a2 /meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb
parent442be3ef60394f46bdba9f747c46bff288a4d401 (diff)
downloadast2050-yocto-poky-1db33e3c4dd7f50c7141f30949216457056b09dd.zip
ast2050-yocto-poky-1db33e3c4dd7f50c7141f30949216457056b09dd.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb')
-rw-r--r--meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb b/meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb
index ab31049..e2a157b 100644
--- a/meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb
+++ b/meta/recipes-devtools/cmake/cmake-native_2.8.11.2.bb
@@ -1,5 +1,10 @@
require cmake.inc
inherit native
+# Using cmake's internal libarchive, so some dependencies are needed
+DEPENDS += "bzip2-native zlib-native"
+
+SRC_URI += "file://cmlibarchive-disable-ext2fs.patch"
+
SRC_URI[md5sum] = "6f5d7b8e7534a5d9e1a7664ba63cf882"
SRC_URI[sha256sum] = "b32acb483afdd14339941c6e4ec25f633d916a7a472653a0b00838771a6c0562"
OpenPOWER on IntegriCloud