summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/icedtea/icedtea7-native.inc4
1 files changed, 4 insertions, 0 deletions
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"
43export ALT_FREETYPE_HEADERS_PATH = "${STAGING_INCDIR}/freetype2" 43export ALT_FREETYPE_HEADERS_PATH = "${STAGING_INCDIR}/freetype2"
44export ALT_FREETYPE_LIB_PATH = "${STAGING_LIBDIR}" 44export ALT_FREETYPE_LIB_PATH = "${STAGING_LIBDIR}"
45 45
46# libfreetype.so.6 is copied from STAGING_LIBDIR
47# which is already stripped.
48INSANE_SKIP_${PN} = "already-stripped"
49
46# OpenJDK supports parallel compilation but uses a plain number for this. 50# OpenJDK supports parallel compilation but uses a plain number for this.
47# In OE we have PARALLEL_MAKE which is the actual option passed to make, 51# In OE we have PARALLEL_MAKE which is the actual option passed to make,
48# e.g. "-j 4". 52# e.g. "-j 4".