summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-04-22 17:36:14 +0800
committerMaxin B. John <maxin.john@intel.com>2016-04-26 14:25:30 +0300
commit000a7f770faa7312b912937a585185334dec4caf (patch)
tree14503cd6dc3b92b12ba59b14dce1607e583897a2
parentd85c468a68cd74ac5fe6014b290bac50b63f5f67 (diff)
downloadmeta-java-000a7f770faa7312b912937a585185334dec4caf.tar.gz
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 <jackie.huang@windriver.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
-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".