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

Carlos Rafael Giani dv at pseudoterminal.org
Thu Nov 27 14:41:44 PST 2014


Yes, that looks better. Keep gstreamer1.0-plugins-ugly-meta inside 
packagegroup-fslc-gstreamer1.0-full though (with the check for the 
"commercial" license flag). The meta packages include *everything* from 
ugly. Including everything is the purpose of the -full packagegroup, 
which is why the meta packages for base, good, and bad are also there.


On 2014-11-27 15:25, Alexander Shashkevych wrote:
> 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
> packages gstreamer1.0-plugins-ugly-meta and 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       | 5 +++--
>   .../packagegroups/packagegroup-fslc-gstreamer1.0-full.bb             | 2 --
>   2 files changed, 3 insertions(+), 4 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..f24b753 100644
> --- a/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb
> +++ b/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb
> @@ -15,6 +15,7 @@ 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-meta \
> +    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..8340332 100644
> --- a/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-full.bb
> +++ b/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-full.bb
> @@ -14,6 +14,4 @@ RDEPENDS_${PN} = " \
>       gstreamer1.0-plugins-base-meta \
>       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)} \
>   "



More information about the meta-freescale mailing list