All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-demos][PATCH v2] packagegroup-fslc-gstreamer1.0-commercial: remove commercial recipe
@ 2014-11-21 16:58 Alexander Shashkevych
  2014-11-25 22:22 ` Carlos Rafael Giani
  0 siblings, 1 reply; 7+ messages in thread
From: Alexander Shashkevych @ 2014-11-21 16:58 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

packagegroup-fslc-gstreamer1.0-commercial had a dependencies on
following missing packages:

   gstreamer1.0-plugins-ugly-mpg123
   gstreamer1.0-plugins-ugly-asfdemux

Both of these packages are no longer provided by community. The
mpg123 plugin is now a part of bad plugins set and this leads to build
fail when commercial license is selected.

This change removes packagegroup-fslc-gstreamer1.0-commercial recipe.

Signed-off-by: Alexander Shashkevich <alex@stunpix.com>
---
 .../packagegroup-fslc-gstreamer1.0-commercial.bb     | 20 --------------------
 .../packagegroup-fslc-gstreamer1.0-full.bb           |  1 -
 2 files changed, 21 deletions(-)
 delete mode 100644
recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb

diff --git a/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb
b/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb
deleted file mode 100644
index f33c3d8..0000000
--- a/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Freescale package group which provides audio and video plugins \
- that are subject to retricted licensing and/or royalties and thus require \
- the 'commercial' license whitelist flag"
-SUMMARY = "Freescale package group - set of GStreamer 1.0 plugins
with commercial licence flag"
-LICENSE = "MIT"
-LICENSE_FLAGS = "commercial"
-LIC_FILES_CHKSUM =
"file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
-
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-
-inherit packagegroup
-
-RDEPENDS_${PN} = " \
-    packagegroup-fslc-gstreamer1.0 \
-"
-
-# 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 \
-"
diff --git a/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-full.bb
b/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-full.bb
index 4dd3d77..d99431a 100644
--- a/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-full.bb
+++ b/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-full.bb
@@ -10,7 +10,6 @@ inherit packagegroup

 RDEPENDS_${PN} = " \
     packagegroup-fslc-gstreamer1.0 \
-    ${@base_contains('LICENSE_FLAGS_WHITELIST', 'commercial',
'packagegroup-fslc-gstreamer1.0-commercial', '', d)} \
     gstreamer1.0-plugins-base-meta \
     gstreamer1.0-plugins-good-meta \
     gstreamer1.0-plugins-bad-meta \
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-11-27 14:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21 16:58 [meta-fsl-demos][PATCH v2] packagegroup-fslc-gstreamer1.0-commercial: remove commercial recipe Alexander Shashkevych
2014-11-25 22:22 ` Carlos Rafael Giani
2014-11-25 22:23   ` Carlos Rafael Giani
2014-11-26  8:59     ` Alexander Shashkevych
2014-11-27 12:41     ` Alexander Shashkevych
2014-11-27 12:45       ` Carlos Rafael Giani
2014-11-27 14:20         ` Alexander Shashkevych

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.