gnomeos: Ensure we have libarchive for ostree-native

This commit is contained in:
Colin Walters 2012-01-27 07:33:34 -05:00
parent c41469c22c
commit 5bfb928e97

View File

@ -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"