All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Leitner <richard.leitner@skidata.com>
To: Alex Kiernan <alex.kiernan@gmail.com>,
	<openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-java] recipes: rename distro_features_check to features_check
Date: Fri, 27 Dec 2019 11:31:27 +0100	[thread overview]
Message-ID: <39345f6b-4849-b6d2-a990-a988d2d383df@skidata.com> (raw)
In-Reply-To: <20191207180738.40895-1-alex.kiernan@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;Richard.L

On 07/12/2019 19:07, Alex Kiernan wrote:
> Avoid warning due to the class rename in OE-Core.
> 
> Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
> ---
> 
>   recipes-core/cacao/cacao_2d6f6c14daf9.bb      | 2 +-
>   recipes-core/classpath/classpath_0.99.bb      | 2 +-
>   recipes-core/jamvm/jamvm.inc                  | 2 +-
>   recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb | 2 +-
>   4 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/recipes-core/cacao/cacao_2d6f6c14daf9.bb b/recipes-core/cacao/cacao_2d6f6c14daf9.bb
> index 6783894907d7..0e50b686e107 100644
> --- a/recipes-core/cacao/cacao_2d6f6c14daf9.bb
> +++ b/recipes-core/cacao/cacao_2d6f6c14daf9.bb
> @@ -19,7 +19,7 @@ S = "${WORKDIR}/cacaovm-cacao-staging-${PV}"
>   SRC_URI[md5sum] = "5157d0bb9eb1332f7a6b6186eaac01aa"
>   SRC_URI[sha256sum] = "34b51d660d69c2a83225fd75eab5e1fac002fb5974cb4a74b7478baf923a76cd"
>   
> -inherit java autotools-brokensep update-alternatives pkgconfig distro_features_check
> +inherit java autotools-brokensep update-alternatives pkgconfig features_check
>   
>   REQUIRED_DISTRO_FEATURES = "x11"
>   REQUIRED_DISTRO_FEATURES_class-native := ""
> diff --git a/recipes-core/classpath/classpath_0.99.bb b/recipes-core/classpath/classpath_0.99.bb
> index 714503aab6fa..5b9d904636db 100644
> --- a/recipes-core/classpath/classpath_0.99.bb
> +++ b/recipes-core/classpath/classpath_0.99.bb
> @@ -1,6 +1,6 @@
>   require classpath.inc
>   
> -inherit distro_features_check
> +inherit features_check
>   
>   REQUIRED_DISTRO_FEATURES = "x11"
>   
> diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc
> index cdf087ec8afd..387d799bff03 100644
> --- a/recipes-core/jamvm/jamvm.inc
> +++ b/recipes-core/jamvm/jamvm.inc
> @@ -15,7 +15,7 @@ RPROVIDES_${PN}_class-native = ""
>   
>   BBCLASSEXTEND = "native"
>   
> -inherit java autotools update-alternatives pkgconfig relative_symlinks distro_features_check
> +inherit java autotools update-alternatives pkgconfig relative_symlinks features_check
>   
>   REQUIRED_DISTRO_FEATURES_class-target = "x11"
>   
> diff --git a/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb b/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb
> index aa165f5075a3..87de6be12ac0 100644
> --- a/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb
> +++ b/recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb
> @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
>   
>   FILESPATH =. "${FILE_DIRNAME}/patches-openjdk-7:"
>   
> -inherit distro_features_check
> +inherit features_check
>   
>   REQUIRED_DISTRO_FEATURES = "x11"
>   
> 


      parent reply	other threads:[~2019-12-27 10:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-07 18:07 [meta-java][PATCH] recipes: rename distro_features_check to features_check Alex Kiernan
2019-12-07 18:49 ` Khem Raj
2019-12-27 10:31 ` 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=39345f6b-4849-b6d2-a990-a988d2d383df@skidata.com \
    --to=richard.leitner@skidata.com \
    --cc=alex.kiernan@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.