[oe] [meta-java][PATCH] icedtea7-native: skip the already-stripped test

Maxin B. John maxin.john at intel.com
Thu Apr 28 11:35:51 UTC 2016


On Fri, Apr 22, 2016 at 05:36:14PM +0800, jackie.huang at windriver.com wrote:
> From: Jackie Huang <jackie.huang at windriver.com>
> 
> 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 at windriver.com>
> ---
>  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".
> --

Pushed, Thanks!

Best Regards,
Maxin



More information about the Openembedded-devel mailing list