All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Leitner <richard.leitner@skidata.com>
To: Jacob Kroon <jacob.kroon@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-java][master-next][PATCH] openjdk-8: Don't set TOPDIR bitbake variable
Date: Mon, 10 Feb 2020 09:04:00 +0100	[thread overview]
Message-ID: <20200210080400.GA6809@pcleri> (raw)
In-Reply-To: <20200208110634.250922-1-jacob.kroon@gmail.com>

Hi,
this is a note to let you know that I've just added this patch to the
master-next branch of the meta-java repository at
     git://git.yoctoproject.org/meta-java

As soon as it has gone through some more testing it will likely be
merged to the master branch.

If you have any questions, please let me know.

regards;rl

On Sat, Feb 08, 2020 at 12:06:34PM +0100, Jacob Kroon wrote:
> It is used to set the default sstate cache location.
> Just export it to the environment.
> 
> Richard, feel free to squash this or someting similar into the
> openjdk-8 update commit.

I just added in on top of master-next ;-)

> 
> Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
> ---
>  recipes-core/openjdk/openjdk-8-common.inc | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/recipes-core/openjdk/openjdk-8-common.inc b/recipes-core/openjdk/openjdk-8-common.inc
> index 0ef4750..d8b30b8 100644
> --- a/recipes-core/openjdk/openjdk-8-common.inc
> +++ b/recipes-core/openjdk/openjdk-8-common.inc
> @@ -12,7 +12,6 @@ FILESPATH =. "${FILE_DIRNAME}/patches-openjdk-8:"
>  
>  # for weird openjdk-common.inc
>  S = "${WORKDIR}/${OPENJDK_HG_U}-${OPENJDK_CHANGESET}"
> -export TOPDIR="${S}"
>  
>  SRC_URI = "\
>      ${OPENJDK_URI} \
> @@ -27,6 +26,10 @@ SRC_URI = "\
>      ${PATCHES_URI} \
>  "
>  
> +do_configure_prepend () {
> +    export TOPDIR=${S}
> +}
> +
>  do_unpack_extract_submodules () {
>      cd "${S}"
>      # tar --transform
> -- 
> 2.24.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


      reply	other threads:[~2020-02-10  8:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-08 11:06 [meta-java][master-next][PATCH] openjdk-8: Don't set TOPDIR bitbake variable Jacob Kroon
2020-02-10  8:04 ` Richard Leitner [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=20200210080400.GA6809@pcleri \
    --to=richard.leitner@skidata.com \
    --cc=jacob.kroon@gmail.com \
    --cc=openembedded-devel@lists.openembedded.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.