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-native.inc | |
parent | c4b9b97c7c60ad5c0c3392ccf143b2e4e6c7df24 (diff) | |
download | meta-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/openjdk/openjdk-8-native.inc')
-rw-r--r-- | recipes-core/openjdk/openjdk-8-native.inc | 3 |
1 files changed, 2 insertions, 1 deletions
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 = "\ |