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

This commit is contained in:
Colin Walters 2012-01-29 16:33:36 -05:00
parent 08ebb1cfc0
commit cb85508ff7

View File

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