aboutsummaryrefslogtreecommitdiff
path: root/meta-aarch64
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-01 21:57:29 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-01 21:57:29 +0100
commit35b751f6802713f015b31c3012d545656c94365b (patch)
tree80c8d899b05ee8d431dcb0b9d5bb3fb374c5cc22 /meta-aarch64
parent7e88c14c9981e09312818ff4cc04848a8668ff9a (diff)
aarch64: openjdk-8: add openjdk-7 as dependency
Wild stab in the dark to see if it resolves the current build failure. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'meta-aarch64')
-rw-r--r--meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
index a18af91d..390fe514 100644
--- a/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
+++ b/meta-aarch64/recipes-core/openjdk/openjdk-8-common.inc
@@ -6,7 +6,7 @@ SECTION = "libs"
INHIBIT_PACKAGE_STRIP = "1"
#INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
-INC_PR = "r7"
+INC_PR = "r8"
SRC_URI = " \
${OPENJDK_URI} \
@@ -22,7 +22,7 @@ PN = "${JDKPN}-jre"
PROVIDES += "${JDKPN}"
DEPENDS = " \
- icedtea7-native \
+ openjdk-7-jre icedtea7-native \
zip-native \
zlib \
jpeg libpng giflib \