[oe] [meta-java][PATCH] cacao: fix configure error

Maxin B. John maxin.john at intel.com
Tue Nov 3 10:27:44 UTC 2015


Hi Jens,

On Tue, Nov 03, 2015 at 11:15:01AM +0100, Jens Rehsack wrote:
> 
> This patch fixes the nowadays occuring configure error:
>   rm: cannot remove 'src/mm/boehm-gc/ltmain.sh': No such file or directory
> 
> Signed-off-by: Jens Rehsack <sno at netbsd.org>
> ---
>  recipes-core/cacao/cacao_1.6.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-core/cacao/cacao_1.6.1.bb b/recipes-core/cacao/cacao_1.6.1.bb
> index f88293b..8e212af 100644
> --- a/recipes-core/cacao/cacao_1.6.1.bb
> +++ b/recipes-core/cacao/cacao_1.6.1.bb
> @@ -54,7 +54,7 @@ EXTRA_OECONF = "\
>  do_configure_prepend () {
>      # upgrade m4 macros in source tree
>      libtoolize --force --copy --install
> -    rm  src/mm/boehm-gc/ltmain.sh
> +    rm  -f src/mm/boehm-gc/ltmain.sh
>      mkdir -p src/mm/boehm-gc/m4
>  }
>  
> --

Pushed, Thanks!

Best Regards,
Maxin



More information about the Openembedded-devel mailing list