From f8be3065f7c5dbd73516394c0bcd2c7ba1777abf Mon Sep 17 00:00:00 2001 From: André Draszik Date: Mon, 5 Mar 2018 09:31:04 +0000 Subject: openjdk-8: stop passing obsolete make variables (freetype) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OpenJDK's build system complains about passing in obsolete ALT_ variables. Stop passing in those for freetype, as pkg-config is used to figure out the correct compiler and linker flags. Signed-off-by: André Draszik Signed-off-by: Maxin B. John --- recipes-core/openjdk/openjdk-8-cross.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'recipes-core') diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc index 922c2ae..d70c946 100644 --- a/recipes-core/openjdk/openjdk-8-cross.inc +++ b/recipes-core/openjdk/openjdk-8-cross.inc @@ -99,8 +99,6 @@ EXTRA_OEMAKE_append = '\ ${@jdk_make_options(d)} \ ALT_SDT_H="${STAGING_INCDIR}" \ ALT_CUPS_HEADERS_PATH="${STAGING_INCDIR}" \ - ALT_FREETYPE_HEADERS_PATH="${STAGING_INCDIR}/freetype2" \ - ALT_FREETYPE_LIB_PATH="${STAGING_LIBDIR}" \ STRIP_POLICY=no_strip \ MAKE_VERBOSE=y VERBOSE=-s LOG_LEVEL=trace \ QUIETLY= \ -- cgit v1.2.3-54-g00ecf