[yocto] [meta-java][PATCH 12/14] openjdk-8: stop passing obsolete make variables (freetype)
André Draszik
git at andred.net
Mon Mar 5 01:31:04 PST 2018
From: André Draszik <andre.draszik at jci.com>
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 <andre.draszik at jci.com>
---
recipes-core/openjdk/openjdk-8-cross.inc | 2 --
1 file changed, 2 deletions(-)
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= \
--
2.16.2
More information about the yocto
mailing list