summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2019-12-07 18:07:38 +0000
committerRichard Leitner <richard.leitner@skidata.com>2019-12-27 11:24:46 +0100
commitd2e962a795e8713e5443659669842298453d938f (patch)
treebd23f592c42b4aeb791edfbe8311fa41a0e3e97d
parent8089e738f40ef630fe34568fe3688ce1d8244d28 (diff)
downloadmeta-java-d2e962a795e8713e5443659669842298453d938f.tar.gz
recipes: rename distro_features_check to features_check
Avoid warning due to the class rename in OE-Core. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--recipes-core/cacao/cacao_2d6f6c14daf9.bb2
-rw-r--r--recipes-core/classpath/classpath_0.99.bb2
-rw-r--r--recipes-core/jamvm/jamvm.inc2
-rw-r--r--recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-core/cacao/cacao_2d6f6c14daf9.bb b/recipes-core/cacao/cacao_2d6f6c14daf9.bb
index 6783894..0e50b68 100644
--- a/recipes-core/cacao/cacao_2d6f6c14daf9.bb
+++ b/recipes-core/cacao/cacao_2d6f6c14daf9.bb
@@ -19,7 +19,7 @@ S = "${WORKDIR}/cacaovm-cacao-staging-${PV}"
19SRC_URI[md5sum] = "5157d0bb9eb1332f7a6b6186eaac01aa" 19SRC_URI[md5sum] = "5157d0bb9eb1332f7a6b6186eaac01aa"
20SRC_URI[sha256sum] = "34b51d660d69c2a83225fd75eab5e1fac002fb5974cb4a74b7478baf923a76cd" 20SRC_URI[sha256sum] = "34b51d660d69c2a83225fd75eab5e1fac002fb5974cb4a74b7478baf923a76cd"
21 21
22inherit java autotools-brokensep update-alternatives pkgconfig distro_features_check 22inherit java autotools-brokensep update-alternatives pkgconfig features_check
23 23
24REQUIRED_DISTRO_FEATURES = "x11" 24REQUIRED_DISTRO_FEATURES = "x11"
25REQUIRED_DISTRO_FEATURES_class-native := "" 25REQUIRED_DISTRO_FEATURES_class-native := ""
diff --git a/recipes-core/classpath/classpath_0.99.bb b/recipes-core/classpath/classpath_0.99.bb
index 714503a..5b9d904 100644
--- a/recipes-core/classpath/classpath_0.99.bb
+++ b/recipes-core/classpath/classpath_0.99.bb
@@ -1,6 +1,6 @@
1require classpath.inc 1require classpath.inc
2 2
3inherit distro_features_check 3inherit features_check
4 4
5REQUIRED_DISTRO_FEATURES = "x11" 5REQUIRED_DISTRO_FEATURES = "x11"
6 6
diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc
index cdf087e..387d799 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 distro_features_check 18inherit java autotools update-alternatives pkgconfig relative_symlinks features_check
19 19
20REQUIRED_DISTRO_FEATURES_class-target = "x11" 20REQUIRED_DISTRO_FEATURES_class-target = "x11"
21 21
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 aa165f5..87de6be 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
5FILESPATH =. "${FILE_DIRNAME}/patches-openjdk-7:" 5FILESPATH =. "${FILE_DIRNAME}/patches-openjdk-7:"
6 6
7inherit distro_features_check 7inherit features_check
8 8
9REQUIRED_DISTRO_FEATURES = "x11" 9REQUIRED_DISTRO_FEATURES = "x11"
10 10