[meta-freescale] [meta-fsl-demos][PATCH v5] packagegroup-fslc-gstreamer1.0-commercial: update dependencies

Alexander Shashkevich alex at stunpix.com
Tue Dec 2 06:29:04 PST 2014


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 at stunpix.com>
---
 .../packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb        | 4 ++--
 .../packagegroups/packagegroup-fslc-gstreamer1.0-full.bb              | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb b/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb
index f33c3d8..e1cae1e 100644
--- a/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb
+++ b/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb
@@ -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 \
 "
diff --git a/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-full.bb b/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-full.bb
index 4dd3d77..6b42c53 100644
--- a/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-full.bb
+++ b/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-full.bb
@@ -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)} \
 "
-- 
1.9.1



More information about the meta-freescale mailing list