From 000a7f770faa7312b912937a585185334dec4caf Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 22 Apr 2016 17:36:14 +0800 Subject: icedtea7-native: skip the already-stripped test libfreetype.so.6 is copied from STAGING_LIBDIR and binaries/libraries in sysroot are already stripped since the following commit in oe-core: "30f3774 staging: Strip files in sysroot" Signed-off-by: Jackie Huang Signed-off-by: Maxin B. John --- recipes-core/icedtea/icedtea7-native.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc index 0ffe5d5..2dad84d 100644 --- a/recipes-core/icedtea/icedtea7-native.inc +++ b/recipes-core/icedtea/icedtea7-native.inc @@ -43,6 +43,10 @@ B = "${S}/build" export ALT_FREETYPE_HEADERS_PATH = "${STAGING_INCDIR}/freetype2" export ALT_FREETYPE_LIB_PATH = "${STAGING_LIBDIR}" +# libfreetype.so.6 is copied from STAGING_LIBDIR +# which is already stripped. +INSANE_SKIP_${PN} = "already-stripped" + # OpenJDK supports parallel compilation but uses a plain number for this. # In OE we have PARALLEL_MAKE which is the actual option passed to make, # e.g. "-j 4". -- cgit v1.2.3-54-g00ecf