summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2017-08-31 17:48:35 +0300
committerMaxin B. John <maxin.john@intel.com>2017-09-01 11:55:59 +0300
commit8e26ce73cccdd7cd839426ced3f91b54102ad5b1 (patch)
treea7c3b05fe9ba09c29f9683acdd62dc38e025dbd5 /recipes-core
parentc4b9b97c7c60ad5c0c3392ccf143b2e4e6c7df24 (diff)
downloadmeta-java-8e26ce73cccdd7cd839426ced3f91b54102ad5b1.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.inc3
-rw-r--r--recipes-core/openjdk/openjdk-7-common.inc6
-rw-r--r--recipes-core/openjdk/openjdk-8-cross.inc3
-rw-r--r--recipes-core/openjdk/openjdk-8-native.inc3
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
6DEPENDS = "virtual/javac-native virtual/java-native classpath-native \ 6DEPENDS = "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
14PACKAGECONFIG ??= "" 14PACKAGECONFIG ??= ""
15PACKAGECONFIG[x11] = ",--disable-headful,libx11-native xproto-native libxt-native libxext-native libxrender-native" 15PACKAGECONFIG[x11] = ",--disable-headful,libx11-native xproto-native libxt-native libxext-native libxrender-native"
16PACKAGECONFIG[gif] = ",--disable-system-gif, giflib"
16 17
17OEMAKE_BUILD_HEADLESS_ONLY = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', 'BUILD_HEADLESS_ONLY=1', d)}" 18OEMAKE_BUILD_HEADLESS_ONLY = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', 'BUILD_HEADLESS_ONLY=1', d)}"
18CFLAGS_append = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '', ' -DHEADLESS=true', d)}" 19CFLAGS_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}"
26DEPENDS = " \ 26DEPENDS = " \
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
19DEPENDS = "\ 19DEPENDS = "\
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
24PRIVATE_LIBS = "\ 24PRIVATE_LIBS = "\
@@ -43,6 +43,7 @@ PACKAGECONFIG[jce] = "--enable-unlimited-crypto,,"
43 43
44PACKAGECONFIG[zip] = "--with-zlib=system,--with-zlib=bundled,zlib," 44PACKAGECONFIG[zip] = "--with-zlib=system,--with-zlib=bundled,zlib,"
45PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib," 45PACKAGECONFIG[gif] = "--with-giflib=system,--with-giflib=bundled,giflib,"
46PACKAGECONFIG[krb5] = ",,,"
46 47
47export WANT_LLVM_RELEASE = "3.5.2" 48export WANT_LLVM_RELEASE = "3.5.2"
48PACKAGECONFIG[zero] = "--with-jvm-variants=zero,,," 49PACKAGECONFIG[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"
2DEPENDS = "\ 2DEPENDS = "\
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 ??= ""
13PACKAGECONFIG[x11] = "--with-x,,libx11-native xproto-native libxt-native libxext-native libxrender-native" 13PACKAGECONFIG[x11] = "--with-x,,libx11-native xproto-native libxt-native libxext-native libxrender-native"
14PACKAGECONFIG[cups] = "--with-cups,,cups" 14PACKAGECONFIG[cups] = "--with-cups,,cups"
15PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native" 15PACKAGECONFIG[alsa] = "--with-alsa,,alsa-lib-native"
16PACKAGECONFIG[alsa] = "--with-giflib,,giflib-native"
16PACKAGECONFIG[jce] = "--enable-unlimited-crypto,," 17PACKAGECONFIG[jce] = "--enable-unlimited-crypto,,"
17 18
18EXTRA_OECONF_append = "\ 19EXTRA_OECONF_append = "\