yocto: ostree depends on libarchive, not just runtime-depends
This commit is contained in:
parent
08ebb1cfc0
commit
cb85508ff7
|
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=97285cb818cf231e6a36f72c82592235"
|
||||||
SRC_URI = "file:///src/ostree"
|
SRC_URI = "file:///src/ostree"
|
||||||
S = "${WORKDIR}/ostree"
|
S = "${WORKDIR}/ostree"
|
||||||
|
|
||||||
RDEPENDS += "libarchive"
|
DEPENDS += "libarchive"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue