* 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
Signed-off-by: Martin Jansa <martin.ja...@gmail.com> --- meta/recipes-devtools/ccache/ccache.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc index 29ac409..087cb7d 100644 --- a/meta/recipes-devtools/ccache/ccache.inc +++ b/meta/recipes-devtools/ccache/ccache.inc @@ -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 -- 1.8.3.2 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core