[ostree] yocto: ostree depends on libarchive, not just runtime-depends



commit cb85508ff7083f924cbfbab04086f73eda980253
Author: Colin Walters <walters verbum org>
Date:   Sun Jan 29 16:33:36 2012 -0500

    yocto: ostree depends on libarchive, not just runtime-depends

 gnomeos/yocto/recipies-core/ostree/ostree.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomeos/yocto/recipies-core/ostree/ostree.bb b/gnomeos/yocto/recipies-core/ostree/ostree.bb
index 1f20f62..feafe2b 100644
--- a/gnomeos/yocto/recipies-core/ostree/ostree.bb
+++ b/gnomeos/yocto/recipies-core/ostree/ostree.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=97285cb818cf231e6a36f72c82592235"
 SRC_URI = "file:///src/ostree"
 S = "${WORKDIR}/ostree"
 
-RDEPENDS += "libarchive"
+DEPENDS += "libarchive"
 
 inherit autotools
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]