mirror of
https://git.yoctoproject.org/poky
synced 2026-04-15 21:32:13 +02:00
ccache: add zlib dependency
* when it's not detected in sysroot it uses bundled version * add explicit dependency to make it deterministic * PACKAGECONFIG wasn't used because configure doesn't have an option to select which one should be used (From OE-Core master rev: 71efa24f0acd3d38d3223ca9811399eeaf8126e4) (From OE-Core rev: 477d99665637cd93bba3f293e45db762a6818511) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a86ddf11d1
commit
d5ea232322
@@ -7,6 +7,8 @@ HOMEPAGE = "http://ccache.samba.org"
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPLv3+"
|
||||
|
||||
DEPENDS = "zlib"
|
||||
|
||||
SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.xz"
|
||||
|
||||
inherit autotools
|
||||
|
||||
Reference in New Issue
Block a user