[oe] [meta-java][PATCH] recipes: rename distro_features_check to features_check

Khem Raj raj.khem at gmail.com
Sat Dec 7 18:49:31 UTC 2019


btw. zeus should be branched out before applying this commit.

On Sat, Dec 7, 2019 at 10:08 AM Alex Kiernan <alex.kiernan at gmail.com> wrote:
>
> Avoid warning due to the class rename in OE-Core.
>
> Signed-off-by: Alex Kiernan <alex.kiernan at 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"
>
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list