summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@huawei.com>2022-08-17 13:43:07 +0200
committerRichard Leitner <richard.leitner@skidata.com>2022-08-22 09:35:52 +0200
commit8199dfa6f48a36023bacad3b995d9e5d71235ef3 (patch)
tree23f2d3d83a4a4eca9d02ecda48556efbb2bc91e9
parenta7a021ea8bd4b711f77c96e096b19efbcc2d9796 (diff)
downloadmeta-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.inc3
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"
5LICENSE = "MIT" 5LICENSE = "MIT"
6DEPENDS = "virtual/java-native classpath-native classpath" 6DEPENDS = "virtual/java-native classpath-native classpath"
7 7
8
8S = "${WORKDIR}/libmatthew-java-${PV}" 9S = "${WORKDIR}/libmatthew-java-${PV}"
9 10
10PACKAGE_ARCH = "${TUNE_PKGARCH}" 11PACKAGE_ARCH = "${TUNE_PKGARCH}"
11inherit java-library 12inherit java-library
12 13
14include 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.