[oe] [meta-java][PATCH 1/2] rhino-native should depend on classpath-native

Maxin B. John maxin.john at intel.com
Wed Aug 24 12:57:29 UTC 2016


Hi Kyle,

On Fri, Aug 19, 2016 at 05:58:01PM -0400, Kyle Russell wrote:
> rhino's do_compile task passes
> ${STAGING_DATADIR_NATIVE}/classpath/glibj.zip to javac.  This glibj.zip
> archive comes from the classpath-native package.
> 
> Signed-off-by: Kyle Russell <bkylerussell at gmail.com>
> ---
>  recipes-core/rhino/rhino_1.7r4.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-core/rhino/rhino_1.7r4.bb b/recipes-core/rhino/rhino_1.7r4.bb
> index 7898d23..30d5a62 100644
> --- a/recipes-core/rhino/rhino_1.7r4.bb
> +++ b/recipes-core/rhino/rhino_1.7r4.bb
> @@ -2,6 +2,8 @@ DESCRIPTION = "Lexical analyzer generator for Java"
>  LICENSE = "MPL-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8e2372bdbf22c99279ae4599a13cc458"
>  
> +DEPENDS_class-native += "classpath-native"
> +
>  BBCLASSEXTEND = "native"
>  
>  inherit java-library

Pushed to master-next. Thanks.

Best Regards,
Maxin



More information about the Openembedded-devel mailing list