All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John, Maxin" <maxin.john@intel.com>
To: Jaap de Jong <jpdjong@gmail.com>,
	"yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: [meta-oracle-java][PATCH] oracle-jse-ejre: Fix jre path
Date: Sat, 8 Apr 2017 08:07:29 +0000	[thread overview]
Message-ID: <61C0517EAD808B429A1DE2DD9164D40030F8579E@IRSMSX103.ger.corp.intel.com> (raw)
In-Reply-To: <1491591843-6407-1-git-send-email-jaap.dejong@nedap.com>

Merged to master-next. Thanks!

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Jaap de Jong
Sent: Friday, April 7, 2017 10:04 PM
To: yocto@yoctoproject.org
Subject: [yocto] [meta-oracle-java][PATCH] oracle-jse-ejre: Fix jre path

Signed-off-by: Jaap de Jong <jaap.dejong@nedap.com>
---
 recipes-devtools/oracle-java/oracle-jse-ejre.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/oracle-java/oracle-jse-ejre.inc b/recipes-devtools/oracle-java/oracle-jse-ejre.inc
index bea4a03..0af0b6b 100644
--- a/recipes-devtools/oracle-java/oracle-jse-ejre.inc
+++ b/recipes-devtools/oracle-java/oracle-jse-ejre.inc
@@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "\
 	"
 
 do_compile() {
-	DEST=${S}/ejre${PV}_${PV_UPDATE}
+	DEST=${S}/ejre${PV}_${PV_UPDATE}/jre
 	rm -rf ${DEST}
 	JAVA_HOME=${STAGING_DIR_NATIVE}/${JDK_HOME} ejdk${PV}_${PV_UPDATE}/bin/jrecreate.sh --dest ${DEST}  }
--
2.7.4

Best Regards,
Maxin


      reply	other threads:[~2017-04-08  8:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-07 19:04 [meta-oracle-java][PATCH] oracle-jse-ejre: Fix jre path Jaap de Jong
2017-04-08  8:07 ` John, Maxin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=61C0517EAD808B429A1DE2DD9164D40030F8579E@IRSMSX103.ger.corp.intel.com \
    --to=maxin.john@intel.com \
    --cc=jpdjong@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.