[OE-core] [PATCH] gstreamer1.0-plugins-bad_git: Remove obsolete PACKAGESPLITFUNCS_append = " handle_hls_rename "

Andre McCurdy armccurdy at gmail.com
Mon Apr 4 18:54:23 UTC 2016


On Mon, Apr 4, 2016 at 1:58 AM, Hains van den Bosch
<hainsvdbosch at ziggo.nl> wrote:
> No need for that,now gstreamer_git is 1.7.2

No, this is need BECAUSE gstreamer_git is 1.7.2 (or any version >= 1.7.1).

It gives a smooth upgrade path from gstreamer 1.6.x (which provides
the gstreamer1.0-plugins-bad-fragmented plug-in) to gstreamer >= 1.7.1
(which provides the gstreamer1.0-plugins-bad-hls plug-in).

> Signed-off-by: Hains van den Bosch <hainsvdbosch at ziggo.nl>
> ---
>  .../gstreamer/gstreamer1.0-plugins-bad_git.bb                | 12 ------------
>  1 file changed, 12 deletions(-)
>
> diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
> index ef6581b..cb562ef 100644
> --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
> +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
> @@ -51,15 +51,3 @@ do_configure_prepend() {
>         ${S}/autogen.sh --noconfigure
>  }
>
> -# In 1.6.2, the "--enable-hls" configure option generated an installable package
> -# called "gstreamer1.0-plugins-bad-fragmented". In 1.7.1 that HLS plugin package
> -# has become "gstreamer1.0-plugins-bad-hls". See:
> -# http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=efe62292a3d045126654d93239fdf4cc8e48ae08
> -
> -PACKAGESPLITFUNCS_append = " handle_hls_rename "
> -
> -python handle_hls_rename () {
> -    d.setVar('RPROVIDES_gstreamer1.0-plugins-bad-hls', 'gstreamer1.0-plugins-bad-fragmented')
> -    d.setVar('RREPLACES_gstreamer1.0-plugins-bad-hls', 'gstreamer1.0-plugins-bad-fragmented')
> -    d.setVar('RCONFLICTS_gstreamer1.0-plugins-bad-hls', 'gstreamer1.0-plugins-bad-fragmented')
> -}
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list