mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +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 rev: 71efa24f0acd3d38d3223ca9811399eeaf8126e4) 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
9143917599
commit
53efb9631d
@@ -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