aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-03-11 20:37:38 +0000
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-29 14:08:22 +0200
commit1d665487ebff2803f2f1403572fbf2f195fc3003 (patch)
treee722a0184a5bf88b9d451c6b9021bf26962937e0 /recipes
parent00517f4261e7ab8a6b05ee8381444ece28128b25 (diff)
downloadopenembedded-1d665487ebff2803f2f1403572fbf2f195fc3003.tar.gz
cmake: depends on libarchive
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/cmake/cmake_2.8.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/cmake/cmake_2.8.3.bb b/recipes/cmake/cmake_2.8.3.bb
index cb5f7f71c9..0c8cb6de30 100644
--- a/recipes/cmake/cmake_2.8.3.bb
+++ b/recipes/cmake/cmake_2.8.3.bb
@@ -1,10 +1,10 @@
require cmake.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
inherit cmake
-DEPENDS += "curl expat zlib"
+DEPENDS += "curl expat zlib libarchive"
SRC_URI[md5sum] = "a76a44b93acf5e3badda9de111385921"
SRC_URI[sha256sum] = "689ed02786b5cefa5515c7716784ee82a82e8ece6be5a3d629ac3cc0c05fc288"