summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@jci.com>2018-03-05 09:31:02 +0000
committerMaxin B. John <maxin.john@intel.com>2018-03-06 10:57:22 +0200
commit0add811f1eb9785573fa5e525f928e825ef310f3 (patch)
tree01db5be8cddd12c640ca918787329666c98492d0
parent3caa4c62d376cf5c955caf60a5053b2d3d0accc3 (diff)
downloadmeta-java-0add811f1eb9785573fa5e525f928e825ef310f3.tar.gz
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.inc2
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 ??= " \
19 repack \ 19 repack \
20 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 cups', '', d)} \ 20 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 cups', '', d)} \
21 ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \ 21 ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \
22 jpeg png \ 22 gif jpeg png zip \
23" 23"
24PACKAGECONFIG[x11] = "--with-x,,libx11 xproto libxt libxext libxrender libxtst" 24PACKAGECONFIG[x11] = "--with-x,,libx11 xproto libxt libxext libxrender libxtst"
25PACKAGECONFIG[cups] = "--with-cups,,cups" 25PACKAGECONFIG[cups] = "--with-cups,,cups"