[yocto] [meta-oracle-java][PATCH 1/6] oracle-jse.inc: Fix unattended downloading source

Maxin B. John maxin.john at intel.com
Thu Mar 30 01:57:28 PDT 2017


Hi,

Thank you very much for these updates. Merged to master-next.

Note: from now on, please send the patches using "git send-email"
as mentioned in the README file. 

On Thu, Mar 30, 2017 at 08:28:09AM +0200, Jaap de Jong wrote:
> 

> From d20c60ce51a399541329bd5360e5489f537d630b Mon Sep 17 00:00:00 2001
> From: Jaap de Jong <jaap.dejong at nedap.com>
> Date: Tue, 28 Mar 2017 14:07:19 +0200
> Subject: [PATCH 1/6] oracle-jse.inc: Fix unattended downloading source
> 
> ---
>  recipes-devtools/oracle-java/oracle-jse.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-devtools/oracle-java/oracle-jse.inc b/recipes-devtools/oracle-java/oracle-jse.inc
> index 8cb0953..488bce2 100644
> --- a/recipes-devtools/oracle-java/oracle-jse.inc
> +++ b/recipes-devtools/oracle-java/oracle-jse.inc
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\
>  	file://${JDK_JRE}${PV}_${PV_UPDATE}/THIRDPARTYLICENSEREADME.txt;md5=745d6db5fc58c63f74ce6a7d4db7e695 \
>  	"
>  
> -FETCHCMD_wget_append = " --header=Cookie:oraclelicense=a "
> +FETCHCMD_wget_append = " --no-check-certificate --no-cookies --header 'Cookie: oraclelicense=accept-securebackup-cookie' "
>  
>  RDEPENDS_${PN} += " libasound atk cairo gdk-pixbuf mesa gtk+ libxtst libxi"
>  # get the java update version in the resulting package
> -- 
> 2.7.4

Best Regards,
Maxin



More information about the yocto mailing list