diff options
author | Andrei Gherzan <andrei.gherzan@huawei.com> | 2022-08-17 13:43:07 +0200 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2022-08-22 09:35:52 +0200 |
commit | 8199dfa6f48a36023bacad3b995d9e5d71235ef3 (patch) | |
tree | 23f2d3d83a4a4eca9d02ecda48556efbb2bc91e9 | |
parent | a7a021ea8bd4b711f77c96e096b19efbcc2d9796 (diff) | |
download | meta-java-8199dfa6f48a36023bacad3b995d9e5d71235ef3.tar.gz |
libmatthew: Include features check from classpath
classpath is a dependency of this package that also has a required
distro feature on x11. Without having the same feature check here, a
world build would fail when x11 is not enabled. Reflecting the same
feature check in this recipe, makes sure that world will skip it as
well.
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r-- | recipes-core/libmatthew/libmatthew.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/libmatthew/libmatthew.inc b/recipes-core/libmatthew/libmatthew.inc index b000387..4157d51 100644 --- a/recipes-core/libmatthew/libmatthew.inc +++ b/recipes-core/libmatthew/libmatthew.inc | |||
@@ -5,11 +5,14 @@ SECTION = "libs" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | DEPENDS = "virtual/java-native classpath-native classpath" | 6 | DEPENDS = "virtual/java-native classpath-native classpath" |
7 | 7 | ||
8 | |||
8 | S = "${WORKDIR}/libmatthew-java-${PV}" | 9 | S = "${WORKDIR}/libmatthew-java-${PV}" |
9 | 10 | ||
10 | PACKAGE_ARCH = "${TUNE_PKGARCH}" | 11 | PACKAGE_ARCH = "${TUNE_PKGARCH}" |
11 | inherit java-library | 12 | inherit java-library |
12 | 13 | ||
14 | include recipes-core/classpath/classpath-features-check.inc | ||
15 | |||
13 | # Some internal version numbers which change from time to time. | 16 | # Some internal version numbers which change from time to time. |
14 | # Allowing to override them makes this include file more | 17 | # Allowing to override them makes this include file more |
15 | # versatile. | 18 | # versatile. |