diff options
author | 2018-03-05 09:31:02 +0000 | |
---|---|---|
committer | 2018-03-06 10:57:22 +0200 | |
commit | 0add811f1eb9785573fa5e525f928e825ef310f3 (patch) | |
tree | 01db5be8cddd12c640ca918787329666c98492d0 | |
parent | 3caa4c62d376cf5c955caf60a5053b2d3d0accc3 (diff) | |
download | meta-java-0add811f1eb9785573fa5e525f928e825ef310f3.tar.gz meta-java-0add811f1eb9785573fa5e525f928e825ef310f3.tar.bz2 meta-java-0add811f1eb9785573fa5e525f928e825ef310f3.zip |
openjdk-8: build against system libgif & zlib by default
This should really be the default so as to benefit from CVE fixes
etc.
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
-rw-r--r-- | recipes-core/openjdk/openjdk-8-cross.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc index 40db2eb..8a24b14 100644 --- a/recipes-core/openjdk/openjdk-8-cross.inc +++ b/recipes-core/openjdk/openjdk-8-cross.inc @@ -19,7 +19,7 @@ PACKAGECONFIG ??= " \ repack \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 cups', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \ - jpeg png \ + gif jpeg png zip \ " PACKAGECONFIG[x11] = "--with-x,,libx11 xproto libxt libxext libxrender libxtst" PACKAGECONFIG[cups] = "--with-cups,,cups" |