diff options
author | Jacob Kroon <jacob.kroon@gmail.com> | 2020-03-30 08:51:00 +0200 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2020-04-09 17:25:09 +0200 |
commit | 95d56a63cdbf1ed9db99a1f02075568fd45a668b (patch) | |
tree | 5cc5b0f4462ee8a3482764473620f48e325a5f78 /recipes-core/openjdk | |
parent | 50515729c8937bf02d4b2d92a7c5e22f4416229e (diff) | |
download | meta-java-zeus.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/openjdk')
-rw-r--r-- | recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
4 | 4 | ||
5 | FILESPATH =. "${FILE_DIRNAME}/patches-openjdk-7:" | 5 | FILESPATH =. "${FILE_DIRNAME}/patches-openjdk-7:" |
6 | 6 | ||
7 | inherit features_check | 7 | inherit distro_features_check |
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||