From 62d6c0653ad69e14c21db2d4482e578400116a1b Mon Sep 17 00:00:00 2001 From: Jonatan Pålsson Date: Fri, 21 Aug 2020 10:03:50 +0200 Subject: openjdk-8-native: Don't warn for stripped libfreetype.so.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mimic the approach used in openjdk-8-cross.inc and add INSANE_SKIP for "already-skipped" to avoid the following warning: WARNING: openjdk-8-native-252-r0 do_populate_sysroot: File '..snip../libfreetype.so.6' from openjdk-8-native was already stripped, this will prevent future debugging! Signed-off-by: Jonatan Pålsson Signed-off-by: Richard Leitner --- recipes-core/openjdk/openjdk-8-native.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-core/openjdk/openjdk-8-native.inc') diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/recipes-core/openjdk/openjdk-8-native.inc index 24b6f20..92d9473 100644 --- a/recipes-core/openjdk/openjdk-8-native.inc +++ b/recipes-core/openjdk/openjdk-8-native.inc @@ -88,3 +88,6 @@ do_install() { ln -sf "../lib/jvm/${JDK_DIR}/bin/$tool" ${D}${bindir}/$tool done } + +# FIXME libfreetype.so.6 is copied from STAGING_LIBDIR which is already stripped +INSANE_SKIP_${PN} = "already-stripped" -- cgit v1.2.3-54-g00ecf