* [meta-java][PATCH] features_check.bbclass: Use distro_features_check instead
@ 2020-04-01 10:25 felix.wruck
2020-04-09 15:52 ` [oe] " Richard Leitner
0 siblings, 1 reply; 2+ messages in thread
From: felix.wruck @ 2020-04-01 10:25 UTC (permalink / raw)
To: openembedded-devel; +Cc: Felix Wruck
The features_check.bbclass is not part of the zeus branch of poky.
Instead, distro_features_check.bbclass should be used with zeus.
Upstream-Status: Pending
Signed-off-by: Felix Wruck <felix.wruck@aisec.fraunhofer.de>
---
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 0e50b68..6783894 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 features_check
+inherit java autotools-brokensep update-alternatives pkgconfig distro_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 5b9d904..714503a 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 features_check
+inherit distro_features_check
REQUIRED_DISTRO_FEATURES = "x11"
diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc
index b03a5b9..d47b2f1 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 features_check
+inherit java autotools update-alternatives pkgconfig relative_symlinks distro_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 d774cc2..cb670cb 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 features_check
+inherit distro_features_check
REQUIRED_DISTRO_FEATURES = "x11"
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [oe] [meta-java][PATCH] features_check.bbclass: Use distro_features_check instead
2020-04-01 10:25 [meta-java][PATCH] features_check.bbclass: Use distro_features_check instead felix.wruck
@ 2020-04-09 15:52 ` Richard Leitner
0 siblings, 0 replies; 2+ messages in thread
From: Richard Leitner @ 2020-04-09 15:52 UTC (permalink / raw)
To: Felix Wruck; +Cc: openembedded-devel
Hi Felix,
On Wed, Apr 01, 2020 at 12:25:25PM +0200, Felix Wruck wrote:
> The features_check.bbclass is not part of the zeus branch of poky.
> Instead, distro_features_check.bbclass should be used with zeus.
Thanks for the patch. Unfortunately Jacob sent already the same one
which I applied to zeus currently as commit 95d56a6.
regards;rl
>
> Upstream-Status: Pending
>
> Signed-off-by: Felix Wruck <felix.wruck@aisec.fraunhofer.de>
> ---
> 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 0e50b68..6783894 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 features_check
> +inherit java autotools-brokensep update-alternatives pkgconfig distro_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 5b9d904..714503a 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 features_check
> +inherit distro_features_check
>
> REQUIRED_DISTRO_FEATURES = "x11"
>
> diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc
> index b03a5b9..d47b2f1 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 features_check
> +inherit java autotools update-alternatives pkgconfig relative_symlinks distro_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 d774cc2..cb670cb 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 features_check
> +inherit distro_features_check
>
> REQUIRED_DISTRO_FEATURES = "x11"
>
> --
> 2.20.1
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-09 15:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-01 10:25 [meta-java][PATCH] features_check.bbclass: Use distro_features_check instead felix.wruck
2020-04-09 15:52 ` [oe] " Richard Leitner
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.