From 3e5427c5fe2c6f5cf28c828d9d3bc9e9f5633f22 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Thu, 1 Mar 2012 21:56:41 +0100 Subject: openjdk-6-common: remove cacaoh-openjdk-native from dependencies it is not needed anymore * bump INC_PR --- recipes-core/openjdk/openjdk-6-common.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'recipes-core/openjdk/openjdk-6-common.inc') diff --git a/recipes-core/openjdk/openjdk-6-common.inc b/recipes-core/openjdk/openjdk-6-common.inc index a53f8c9..c124e0c 100644 --- a/recipes-core/openjdk/openjdk-6-common.inc +++ b/recipes-core/openjdk/openjdk-6-common.inc @@ -10,7 +10,7 @@ ICEDTEA = "NEEDS TO BE SET" S = "${WORKDIR}/${ICEDTEA}" B = "${S}/build" -INC_PR = "r16" +INC_PR = "r17" SRC_URI = "\ ${ICEDTEA_URI} \ @@ -38,7 +38,6 @@ DEPENDS = "giflib libpng jpeg cups \ ant-native \ fastjar-native \ icedtea6-native \ - cacaoh-openjdk-native \ zip-native \ " @@ -74,8 +73,7 @@ export ALT_CUPS_HEADERS_PATH = "${STAGING_INCDIR}" export ALT_FREETYPE_HEADERS_PATH = "${STAGING_INCDIR}/freetype2" export ALT_FREETYPE_LIB_PATH = "${STAGING_LIBDIR}" export CACAO_CONFIGURE_ARGS = "\ - ${@['','--enable-softfloat'][bb.data.getVar('TARGET_FPU',d,1) == 'soft']} \ - --with-cacaoh=${STAGING_BINDIR_NATIVE}/cacaoh-openjdk-0.99.4" + ${@['','--enable-softfloat'][bb.data.getVar('TARGET_FPU',d,1) == 'soft']}" JAVA_HOME[unexport] = "1" -- cgit v1.2.3-54-g00ecf