From: Jackie Huang <[email protected]> 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 <[email protected]> --- 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". -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
