From: Matt Ranostay Date: Thu, 8 Feb 2018 20:28:52 +0000 (-0800) Subject: poky-agl: conf: change to gplv2 version of gdbm X-Git-Tag: 5.99.1~77 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=inline;h=88a162a657936f14e8e1ac5d6a0c3b368d0e9a45;p=AGL%2Fmeta-agl.git poky-agl: conf: change to gplv2 version of gdbm Change-Id: Ic0f97832caeeb0952e64dec73d98f2c77483660a Bug-AGL: SPEC-1256 Signed-off-by: Matt Ranostay --- diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index d79111742..d7a12e301 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -83,7 +83,7 @@ PREFERRED_PROVIDER_jpeg = "libjpeg-turbo" # GPLv3 Compliance PREFERRED_VERSION_bash = "3.2.%" PREFERRED_VERSION_gawk = "3.1.%" -#PREFERRED_VERSION_gdbm = "1.8.%" +PREFERRED_VERSION_gdbm = "1.8.%" PREFERRED_VERSION_gnupg = "1.4.7" PREFERRED_VERSION_gnutls = "3.3.%" PREFERRED_VERSION_mc = "4.7.5.%"