aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/conf/distro
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi/conf/distro')
-rw-r--r--meta-ivi/conf/distro/poky-ivi-systemd.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-ivi/conf/distro/poky-ivi-systemd.conf b/meta-ivi/conf/distro/poky-ivi-systemd.conf
index 4ecd91c..a24a01c 100644
--- a/meta-ivi/conf/distro/poky-ivi-systemd.conf
+++ b/meta-ivi/conf/distro/poky-ivi-systemd.conf
@@ -25,16 +25,14 @@ PREFERRED_VERSION_linux-yocto_qemux86-64 ?= "3.14%"
PREFERRED_VERSION_linux-yocto_qemuarm ?= "3.14%"
PREFERRED_VERSION_linux-yocto_vexpressa9 ?= "3.14%"
-### later versions are GPLv3+
-# YP 1.7.0 BUG 6930
-PREFERRED_VERSION_readline ?= "5.2"
-
# prefer gstreamer 1.4.x over 1.2.3
PREFERRED_VERSION_gstreamer1.0 ?= "1.4.%"
PREFERRED_VERSION_gstreamer1.0-plugins-bad ?= "1.4.%"
PREFERRED_VERSION_gstreamer1.0-plugins-base ?= "1.4.%"
PREFERRED_VERSION_gstreamer1.0-plugins-good ?= "1.4.%"
PREFERRED_VERSION_gstreamer1.0-plugins-ugly ?= "1.4.%"
+PREFERRED_VERSION_gstreamer1.0-libav ?= "1.4.%"
+PREFERRED_VERSION_gstreamer1.0-omx ?= "1.2.%"
POKYQEMUDEPS = "${@bb.utils.contains("INCOMPATIBLE_LICENSE", "GPLv3", "", "packagegroup-core-device-devel",d)}"
DISTRO_EXTRA_RDEPENDS_append_qemuarm = " ${POKYQEMUDEPS}"