[ostree] gnomeos: Ensure we have libarchive for ostree-native



commit 5bfb928e975226a4377eba0f847368e59f260b66
Author: Colin Walters <walters verbum org>
Date:   Fri Jan 27 07:33:34 2012 -0500

    gnomeos: Ensure we have libarchive for ostree-native

 gnomeos/yocto/recipies-core/ostree/ostree.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gnomeos/yocto/recipies-core/ostree/ostree.bb b/gnomeos/yocto/recipies-core/ostree/ostree.bb
index 71aa801..1f20f62 100644
--- a/gnomeos/yocto/recipies-core/ostree/ostree.bb
+++ b/gnomeos/yocto/recipies-core/ostree/ostree.bb
@@ -5,9 +5,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=97285cb818cf231e6a36f72c82592235"
 SRC_URI = "file:///src/ostree"
 S = "${WORKDIR}/ostree"
 
+RDEPENDS += "libarchive"
+
 inherit autotools
 
-EXTRA_OECONF = "--without-soup-gnome"
+EXTRA_OECONF = "--without-soup-gnome --with-libarchive"
 
 FILES_${PN} += "${libdir}/ostree/ ${libdir}/ostbuild"
 



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