[oe-commits] Otavio Salvador : cmake: depends on libarchive

git version control git at git.openembedded.org
Tue Mar 22 16:53:19 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: e57bdc63e8b8e785ce1993af5514b964d1879cac
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e57bdc63e8b8e785ce1993af5514b964d1879cac

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Fri Mar 11 20:37:38 2011 +0000

cmake: depends on libarchive

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 recipes/cmake/cmake_2.8.3.bb |    4 ++--
 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 cb5f7f7..0c8cb6d 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"





More information about the Openembedded-commits mailing list