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/openjdk/openjdk-8-cross.inc | |
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/openjdk/openjdk-8-cross.inc')
-rw-r--r-- | recipes-core/openjdk/openjdk-8-cross.inc | 3 |
1 files changed, 2 insertions, 1 deletions
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,,," |