From 796b69362993817c47f203f585d6bf9dfd95a3d6 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 19 Feb 2017 14:38:19 +0100 Subject: images: remove gstreamer ivorbis plugin It is no longer built by default since oe-core commit 958926dd51d5e18ef983280a6e3b50fc8f33eb12: Even old hardware these days doesn't really need fixed-integer Vorbis decoding by default, so disable Tremor out of the box. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-images/images/angstrom-lxde-image.bb | 1 - recipes-images/images/angstrom-qt-x11-image.bb | 1 - recipes-images/images/angstrom-qt5-x11-image.bb | 1 - 3 files changed, 3 deletions(-) diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb index e8eadba..0bc1241 100644 --- a/recipes-images/images/angstrom-lxde-image.bb +++ b/recipes-images/images/angstrom-lxde-image.bb @@ -65,7 +65,6 @@ GSTREAMER = " \ gstreamer1.0-plugins-base-audioresample \ gstreamer1.0-plugins-base-audiotestsrc \ gstreamer1.0-plugins-base-typefindfunctions \ - gstreamer1.0-plugins-base-ivorbisdec \ gstreamer1.0-plugins-base-ogg \ gstreamer1.0-plugins-base-theora \ gstreamer1.0-plugins-base-videotestsrc \ diff --git a/recipes-images/images/angstrom-qt-x11-image.bb b/recipes-images/images/angstrom-qt-x11-image.bb index 6db2638..7ff61e8 100644 --- a/recipes-images/images/angstrom-qt-x11-image.bb +++ b/recipes-images/images/angstrom-qt-x11-image.bb @@ -54,7 +54,6 @@ GSTREAMER = " \ gstreamer1.0-plugins-base-audioresample \ gstreamer1.0-plugins-base-audiotestsrc \ gstreamer1.0-plugins-base-typefindfunctions \ - gstreamer1.0-plugins-base-ivorbisdec \ gstreamer1.0-plugins-base-ogg \ gstreamer1.0-plugins-base-theora \ gstreamer1.0-plugins-base-videotestsrc \ diff --git a/recipes-images/images/angstrom-qt5-x11-image.bb b/recipes-images/images/angstrom-qt5-x11-image.bb index 5ce320a..f25271a 100644 --- a/recipes-images/images/angstrom-qt5-x11-image.bb +++ b/recipes-images/images/angstrom-qt5-x11-image.bb @@ -60,7 +60,6 @@ GSTREAMER = " \ gstreamer1.0-plugins-base-audioresample \ gstreamer1.0-plugins-base-audiotestsrc \ gstreamer1.0-plugins-base-typefindfunctions \ - gstreamer1.0-plugins-base-ivorbisdec \ gstreamer1.0-plugins-base-ogg \ gstreamer1.0-plugins-base-theora \ gstreamer1.0-plugins-base-videotestsrc \ -- cgit v1.2.3