diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-02-08 14:16:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-02-08 14:16:58 +0000 |
commit | e97ea0c75d25b30adfad3f1ebdaf22531f98e495 (patch) | |
tree | a8e2f4aaa43e4f314ded6041f3d16dab0b83160c | |
parent | 4ffcc80c8c9967dca4d76bd683b8bacba5cbf857 (diff) | |
parent | a20bc20456437b8a49ddf77fdc406f666cb41e6f (diff) |
Merge "poky-agl: conf: make gplv3 versions of packages less preferred"
-rw-r--r-- | meta-agl-distro/conf/distro/poky-agl.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 078951703..d79111742 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -80,6 +80,15 @@ PREFERRED_VERSION_gstreamer1.0-omx ?= "1.2.%" # Prefer libjpeg-turbo PREFERRED_PROVIDER_jpeg = "libjpeg-turbo" +# GPLv3 Compliance +PREFERRED_VERSION_bash = "3.2.%" +PREFERRED_VERSION_gawk = "3.1.%" +#PREFERRED_VERSION_gdbm = "1.8.%" +PREFERRED_VERSION_gnupg = "1.4.7" +PREFERRED_VERSION_gnutls = "3.3.%" +PREFERRED_VERSION_mc = "4.7.5.%" +PREFERRED_VERSION_readline = "5.2" + # using multiple BSP layers causes dangling bbappends in meta-agl-bsp # turn it into a warning #BB_DANGLINGAPPENDS_WARNONLY = "1" |