summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2015-09-18 08:51:40 -0400
committerOtavio Salvador <otavio@ossystems.com.br>2016-01-04 09:21:06 -0200
commit23ae934ae40898e1910d3e126a7796b9b2feec36 (patch)
treeb5ccd2c0a8e9e9dec576092b1f9caddb9737e51d
parent5112a6f952ed57d7bc79ab399a458d4fb356fc07 (diff)
downloadmeta-java-23ae934ae40898e1910d3e126a7796b9b2feec36.tar.gz
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 <amy.fong@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
-rw-r--r--recipes-core/openjdk/openjdk-7-common.inc1
1 files changed, 1 insertions, 0 deletions
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 = " \
32 rhino krb5 \ 32 rhino krb5 \
33 libxt libxinerama libxrender libxtst libxi \ 33 libxt libxinerama libxrender libxtst libxi \
34 freetype alsa-lib libffi \ 34 freetype alsa-lib libffi \
35 attr \
35" 36"
36 37
37# No package should directly depend on this (it should require 38# No package should directly depend on this (it should require