summaryrefslogtreecommitdiffstats
path: root/recipes-core/jamvm/jamvm.inc
diff options
context:
space:
mode:
authorJacob Kroon <jacob.kroon@gmail.com>2020-03-30 08:51:00 +0200
committerRichard Leitner <richard.leitner@skidata.com>2020-04-09 17:25:09 +0200
commit95d56a63cdbf1ed9db99a1f02075568fd45a668b (patch)
tree5cc5b0f4462ee8a3482764473620f48e325a5f78 /recipes-core/jamvm/jamvm.inc
parent50515729c8937bf02d4b2d92a7c5e22f4416229e (diff)
downloadmeta-java-95d56a63cdbf1ed9db99a1f02075568fd45a668b.tar.gz
Revert "recipes: rename distro_features_check to features_check"zeus
The corresponding changes in oe-core has not been backported to zeus. This reverts commit d2e962a795e8713e5443659669842298453d938f. Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/jamvm/jamvm.inc')
-rw-r--r--recipes-core/jamvm/jamvm.inc2
1 files changed, 1 insertions, 1 deletions
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 = ""
15 15
16BBCLASSEXTEND = "native" 16BBCLASSEXTEND = "native"
17 17
18inherit java autotools update-alternatives pkgconfig relative_symlinks features_check 18inherit java autotools update-alternatives pkgconfig relative_symlinks distro_features_check
19 19
20REQUIRED_DISTRO_FEATURES_class-target = "x11" 20REQUIRED_DISTRO_FEATURES_class-target = "x11"
21 21