diff options
author | Maxin B. John <maxin.john@intel.com> | 2017-08-31 17:48:35 +0300 |
---|---|---|
committer | Maxin B. John <maxin.john@intel.com> | 2017-09-01 11:55:59 +0300 |
commit | 8e26ce73cccdd7cd839426ced3f91b54102ad5b1 (patch) | |
tree | a7c3b05fe9ba09c29f9683acdd62dc38e025dbd5 /recipes-core | |
parent | c4b9b97c7c60ad5c0c3392ccf143b2e4e6c7df24 (diff) | |
download | meta-java-wip.tar.gz |
meta-java: remove dependency on meta-oewip
remove dependency on meta-oe
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/icedtea/icedtea7-native.inc | 3 | ||||
-rw-r--r-- | recipes-core/openjdk/openjdk-7-common.inc | 6 | ||||
-rw-r--r-- | recipes-core/openjdk/openjdk-8-cross.inc | 3 | ||||
-rw-r--r-- | recipes-core/openjdk/openjdk-8-native.inc | 3 |
4 files changed, 10 insertions, 5 deletions
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc index 55cb7e7..1a7b9b6 100644 --- a/recipes-core/icedtea/icedtea7-native.inc +++ b/recipes-core/icedtea/icedtea7-native.inc | |||
@@ -5,7 +5,7 @@ INC_PR = "r1" | |||
5 | 5 | ||
6 | DEPENDS = "virtual/javac-native virtual/java-native classpath-native \ | 6 | DEPENDS = "virtual/javac-native virtual/java-native classpath-native \ |
7 | rhino-native ant-native libxslt-native attr-native \ | 7 | rhino-native ant-native libxslt-native attr-native \ |
8 | giflib-native jpeg-native libpng-native \ | 8 | jpeg-native libpng-native \ |
9 | glib-2.0-native freetype-native zlib-native \ | 9 | glib-2.0-native freetype-native zlib-native \ |
10 | fontconfig-native zip-native \ | 10 | fontconfig-native zip-native \ |
11 | unzip-native make-native util-linux-native\ | 11 | unzip-native make-native util-linux-native\ |
@@ -13,6 +13,7 @@ DEPENDS = "virtual/javac-native virtual/java-native classpath-native \ | |||
13 | 13 | ||
14 | PACKAGECONFIG ??= "" | 14 | PACKAGECONFIG ??= "" |
15 | PACKAGECONFIG[x11] = ",--disable-headful,libx11-native xproto-native libxt-native libxext-native libxrender-native" | 15 | PACKAGECONFIG[x11] = ",--disable-headful,libx11-native xproto-native libxt-native libxext-native libxrender-native" |
16 | PACKAGECONFIG[gif] = ",--disable-system-gif, giflib" | ||
16 | 17 | ||
17 | OEMAKE_BUILD_HEADLESS_ONLY = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', 'BUILD_HEADLESS_ONLY=1', d)}" | 18 | OEMAKE_BUILD_HEADLESS_ONLY = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', 'BUILD_HEADLESS_ONLY=1', d)}" |
18 | CFLAGS_append = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', ' -DHEADLESS=true', d)}" | 19 | CFLAGS_append = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', ' -DHEADLESS=true', d)}" |
diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes-core/openjdk/openjdk-7-common.inc index 1ac3154..3d0cdc4 100644 --- a/recipes-core/openjdk/openjdk-7-common.inc +++ b/recipes-core/openjdk/openjdk-7-common.inc | |||
@@ -26,10 +26,10 @@ PROVIDES += "${JDKPN}" | |||
26 | DEPENDS = " \ | 26 | DEPENDS = " \ |
27 | icedtea7-native zip-native ant-native \ | 27 | icedtea7-native zip-native ant-native \ |
28 | zlib libxslt-native \ | 28 | zlib libxslt-native \ |
29 | jpeg libpng giflib \ | 29 | jpeg libpng \ |
30 | gtk+ glib-2.0 \ | 30 | gtk+ glib-2.0 \ |
31 | cups fontconfig \ | 31 | cups fontconfig \ |
32 | rhino krb5 \ | 32 | rhino \ |
33 | libxt libxinerama libxrender libxtst libxi \ | 33 | libxt libxinerama libxrender libxtst libxi \ |
34 | freetype alsa-lib libffi \ | 34 | freetype alsa-lib libffi \ |
35 | attr \ | 35 | attr \ |
@@ -66,6 +66,8 @@ EXTRA_OECONF = " \ | |||
66 | --disable-hotspot-tests \ | 66 | --disable-hotspot-tests \ |
67 | --disable-langtools-tests \ | 67 | --disable-langtools-tests \ |
68 | --disable-jdk-tests \ | 68 | --disable-jdk-tests \ |
69 | --disable-system-kerberos \ | ||
70 | --disable-system-gif \ | ||
69 | --disable-docs \ | 71 | --disable-docs \ |
70 | --disable-nss \ | 72 | --disable-nss \ |
71 | --disable-system-lcms \ | 73 | --disable-system-lcms \ |
diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc index ad3a44d..55af747 100644 --- a/recipes-core/openjdk/openjdk-8-cross.inc +++ b/recipes-core/openjdk/openjdk-8-cross.inc | |||
@@ -18,7 +18,7 @@ PATCHES_URI_append = "\ | |||
18 | 18 | ||
19 | DEPENDS = "\ | 19 | DEPENDS = "\ |
20 | openjdk-8-native zip-native ant-native libxslt \ | 20 | openjdk-8-native zip-native ant-native libxslt \ |
21 | jpeg libpng krb5 libffi fontconfig freetype \ | 21 | jpeg libpng libffi fontconfig freetype \ |
22 | " | 22 | " |
23 | 23 | ||
24 | PRIVATE_LIBS = "\ | 24 | PRIVATE_LIBS = "\ |
@@ -43,6 +43,7 @@ PACKAGECONFIG[jce] = "--enable-unlimited-crypto,," | |||
43 | 43 | ||
44 | PACKAGECONFIG[zip] = "--with-zlib=system,--with-zlib=bundled,zlib," | 44 | PACKAGECONFIG[zip] = "--with-zlib=system,--with-zlib=bundled,zlib," |
45 | PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib," | 45 | PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib," |
46 | PACKAGECONFIG[krb5] = ",,," | ||
46 | 47 | ||
47 | export WANT_LLVM_RELEASE = "3.5.2" | 48 | export WANT_LLVM_RELEASE = "3.5.2" |
48 | PACKAGECONFIG[zero] = "--with-jvm-variants=zero,,," | 49 | PACKAGECONFIG[zero] = "--with-jvm-variants=zero,,," |
diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/recipes-core/openjdk/openjdk-8-native.inc index fd97eff..d5079de 100644 --- a/recipes-core/openjdk/openjdk-8-native.inc +++ b/recipes-core/openjdk/openjdk-8-native.inc | |||
@@ -2,7 +2,7 @@ JDK_DIR = "openjdk-8-native" | |||
2 | DEPENDS = "\ | 2 | DEPENDS = "\ |
3 | icedtea7-native ant-native \ | 3 | icedtea7-native ant-native \ |
4 | libxslt-native attr-native \ | 4 | libxslt-native attr-native \ |
5 | giflib-native jpeg-native libpng-native \ | 5 | jpeg-native libpng-native \ |
6 | glib-2.0-native freetype-native fontconfig-native \ | 6 | glib-2.0-native freetype-native fontconfig-native \ |
7 | zlib-native zip-native \ | 7 | zlib-native zip-native \ |
8 | unzip-native make-native \ | 8 | unzip-native make-native \ |
@@ -13,6 +13,7 @@ PACKAGECONFIG ??= "" | |||
13 | PACKAGECONFIG[x11] = "--with-x,,libx11-native xproto-native libxt-native libxext-native libxrender-native" | 13 | PACKAGECONFIG[x11] = "--with-x,,libx11-native xproto-native libxt-native libxext-native libxrender-native" |
14 | PACKAGECONFIG[cups] = "--with-cups,,cups" | 14 | PACKAGECONFIG[cups] = "--with-cups,,cups" |
15 | PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native" | 15 | PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native" |
16 | PACKAGECONFIG[alsa] = "--with-giflib,,giflib-native" | ||
16 | PACKAGECONFIG[jce] = "--enable-unlimited-crypto,," | 17 | PACKAGECONFIG[jce] = "--enable-unlimited-crypto,," |
17 | 18 | ||
18 | EXTRA_OECONF_append = "\ | 19 | EXTRA_OECONF_append = "\ |