packagegroup-fslc-gstreamer1.0-commercial: update dependencies

Community has renamed following packages:

  gstreamer1.0-plugins-ugly-asfdemuxer -> gstreamer1.0-plugins-ugly-asf
  gstreamer1.0-plugins-ugly-mpg123 -> gstreamer1.0-plugins-bad-mpg123

This commit updates dependencies to reflect these changes and moves
package gstreamer1.0-libav from packagegroup-fslc-gstreamer1.0-full to
packagegroup-fslc-gstreamer1.0-commercial.

Signed-off-by: Alexander Shashkevich <alex@stunpix.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Alexander Shashkevych 2014-12-02 16:29:04 +02:00 committed by Otavio Salvador
parent e858afe07d
commit d5a4160d7b
2 changed files with 2 additions and 3 deletions

View File

@ -15,6 +15,6 @@ RDEPENDS_${PN} = " \
# Plugins from the -ugly collection which require the "commercial" flag in LICENSE_FLAGS_WHITELIST to be set
RDEPENDS_${PN} = " \
gstreamer1.0-plugins-ugly-mpg123 \
gstreamer1.0-plugins-ugly-asfdemux \
gstreamer1.0-plugins-ugly-asf \
gstreamer1.0-libav \
"

View File

@ -15,5 +15,4 @@ RDEPENDS_${PN} = " \
gstreamer1.0-plugins-good-meta \
gstreamer1.0-plugins-bad-meta \
${@base_contains('LICENSE_FLAGS_WHITELIST', 'commercial', 'gstreamer1.0-plugins-ugly-meta', '', d)} \
${@base_contains('LICENSE_FLAGS_WHITELIST', 'commercial', 'gstreamer1.0-libav', '', d)} \
"