From 23ae934ae40898e1910d3e126a7796b9b2feec36 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Fri, 18 Sep 2015 08:51:40 -0400 Subject: openjdk-7: add depends on attr openjdk depends on attr, this can result in a configure failure if the dependency is missing. checking for sys/epoll.h... (cached) yes checking attr/xattr.h usability... no checking attr/xattr.h presence... no checking for attr/xattr.h... no configure: error: Could not find required system headers; install the appropriate files from glibc-headers, libc6-dev and/or libattr-devel, libattr1-dev or use --disable-compile-against-syscalls if necessary. Configure failed. The contents of all config.log files follows to aid debugging Signed-off-by: Amy Fong Signed-off-by: Jackie Huang --- recipes-core/openjdk/openjdk-7-common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-core') diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc index 37f5911..a928103 100644 --- a/recipes-core/openjdk/openjdk-7-common.inc +++ b/recipes-core/openjdk/openjdk-7-common.inc @@ -32,6 +32,7 @@ DEPENDS = " \ rhino krb5 \ libxt libxinerama libxrender libxtst libxi \ freetype alsa-lib libffi \ + attr \ " # No package should directly depend on this (it should require -- cgit v1.2.3-54-g00ecf