diff options
Diffstat (limited to 'recipes-core/openjdk')
-rw-r--r-- | recipes-core/openjdk/openjdk-7_91b01-2.6.2.bb | 4 | ||||
-rw-r--r-- | recipes-core/openjdk/openjdk-common.inc | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/recipes-core/openjdk/openjdk-7_91b01-2.6.2.bb b/recipes-core/openjdk/openjdk-7_91b01-2.6.2.bb index 2cc79d1..df91e4d 100644 --- a/recipes-core/openjdk/openjdk-7_91b01-2.6.2.bb +++ b/recipes-core/openjdk/openjdk-7_91b01-2.6.2.bb | |||
@@ -1,5 +1,9 @@ | |||
1 | require openjdk-7-release-91b01.inc | 1 | require openjdk-7-release-91b01.inc |
2 | 2 | ||
3 | inherit distro_features_check | ||
4 | |||
5 | REQUIRED_DISTRO_FEATURES = "x11" | ||
6 | |||
3 | PR = "${INC_PR}.1" | 7 | PR = "${INC_PR}.1" |
4 | 8 | ||
5 | SRC_URI[iced.md5sum] = "a16b3e800030db9d9b35f80dfd11883a" | 9 | SRC_URI[iced.md5sum] = "a16b3e800030db9d9b35f80dfd11883a" |
diff --git a/recipes-core/openjdk/openjdk-common.inc b/recipes-core/openjdk/openjdk-common.inc index e3e597a..dc26522 100644 --- a/recipes-core/openjdk/openjdk-common.inc +++ b/recipes-core/openjdk/openjdk-common.inc | |||
@@ -17,9 +17,7 @@ DEPENDS_append_libc-uclibc = " virtual/libiconv " | |||
17 | # because structure sizes and/or alignment may differ. | 17 | # because structure sizes and/or alignment may differ. |
18 | DEPENDS_append = " qemu-native " | 18 | DEPENDS_append = " qemu-native " |
19 | 19 | ||
20 | inherit java autotools gettext qemu pkgconfig distro_features_check | 20 | inherit java autotools gettext qemu pkgconfig |
21 | |||
22 | REQUIRED_DISTRO_FEATURES = "x11" | ||
23 | 21 | ||
24 | # OpenJDK uses slightly different names for certain arches. We need to know | 22 | # OpenJDK uses slightly different names for certain arches. We need to know |
25 | # this to create some files which are expected by the build. | 23 | # this to create some files which are expected by the build. |