All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java][PATCH 1/3] classpath: Use an include file for x11 feature check
@ 2022-08-17 11:43 Andrei Gherzan
  2022-08-17 11:43 ` [meta-java][PATCH 2/3] libmatthew: Include features check from classpath Andrei Gherzan
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Andrei Gherzan @ 2022-08-17 11:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: andrei, Andrei Gherzan

From: Andrei Gherzan <andrei.gherzan@huawei.com>

This will make it easier to maintain reflecting the same distro check on
packages depending on classpath (in the dependency chain).

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 recipes-core/classpath/classpath-features-check.inc | 6 ++++++
 recipes-core/classpath/classpath_0.99.bb            | 4 +---
 2 files changed, 7 insertions(+), 3 deletions(-)
 create mode 100644 recipes-core/classpath/classpath-features-check.inc

diff --git a/recipes-core/classpath/classpath-features-check.inc b/recipes-core/classpath/classpath-features-check.inc
new file mode 100644
index 0000000..c238fc3
--- /dev/null
+++ b/recipes-core/classpath/classpath-features-check.inc
@@ -0,0 +1,6 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+inherit features_check
+REQUIRED_DISTRO_FEATURES = "x11"
diff --git a/recipes-core/classpath/classpath_0.99.bb b/recipes-core/classpath/classpath_0.99.bb
index 5b9d904..f18ad1d 100644
--- a/recipes-core/classpath/classpath_0.99.bb
+++ b/recipes-core/classpath/classpath_0.99.bb
@@ -1,8 +1,6 @@
 require classpath.inc
 
-inherit features_check
-
-REQUIRED_DISTRO_FEATURES = "x11"
+include classpath-features-check.inc
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=92acc79f1f429143f4624d07b253702a"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-08-30 16:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-17 11:43 [meta-java][PATCH 1/3] classpath: Use an include file for x11 feature check Andrei Gherzan
2022-08-17 11:43 ` [meta-java][PATCH 2/3] libmatthew: Include features check from classpath Andrei Gherzan
2022-08-17 11:43 ` [meta-java][PATCH 3/3] dbus-java: " Andrei Gherzan
2022-08-22  7:38 ` [oe] [meta-java][PATCH 1/3] classpath: Use an include file for x11 feature check Richard Leitner
2022-08-22  7:46   ` Andrei Gherzan
2022-08-22  8:15     ` Richard Leitner
2022-08-22  9:28       ` Andrei Gherzan
2022-08-23  4:31         ` Richard Leitner
2022-08-24 16:29           ` Andrei Gherzan
2022-08-30  9:31             ` Andrei Gherzan
2022-08-30 15:10               ` Richard Leitner
2022-08-30 16:04                 ` Andrei Gherzan

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.