[oe] [oe-commits] Koen Kooi : schroedinger: fix packaging

Henning Heinold heinold at inf.fu-berlin.de
Sun Jul 19 14:56:07 UTC 2009


On Fri, Jul 17, 2009 at 01:23:42PM +0000, git version control wrote:
> Module: openembedded.git
> Branch: org.openembedded.dev
> Commit: 852d21c0369f8b499931098fdc55eea59116402f
> URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=852d21c0369f8b499931098fdc55eea59116402f
> 
> Author: Koen Kooi <koen at openembedded.org>
> Date:   Fri Jul 17 13:53:28 2009 +0200
> 
> schroedinger: fix packaging
> 
> ---
> 
>  recipes/schroedinger/schroedinger_1.0.5.bb |    6 +++++-
>  1 files changed, 5 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/schroedinger/schroedinger_1.0.5.bb b/recipes/schroedinger/schroedinger_1.0.5.bb
> index 66d24c1..476c296 100644
> --- a/recipes/schroedinger/schroedinger_1.0.5.bb
> +++ b/recipes/schroedinger/schroedinger_1.0.5.bb
> @@ -1,8 +1,12 @@
>  require schroedinger.inc
>  
> -PR = "r2"
> +PR = "r3"
>  
>  inherit autotools_stage
>  
>  AUTOTOOLS_STAGE_PKGCONFIG = "1"
>  
> +PACKAGES =+ "gst-plugin-schroedinger-dbg gst-plugin-schroedinger-dev gst-plugin-schroedinger"
> +FILES_gst-plugin-schroedinger = "${libdir}/gstreamer-0.10/*.so"
> +FILES_gst-plugin-schroedinger-dbg = "${libdir}/gstreamer-0.10/.debug"
> +FILES_gst-plugin-schroedinger-dev = "${libdir}/gstreamer-0.10/*.*a"

Hi,

why you are switching this stuff back? If you want gst-plugins from schroedinger, please use gst-plugin-schroedinger recipe. If
gst-plugin-schroedinger recipe dont work you can blame me. I split the recipe because it made no sin when you build ffmpeg only,
that half of gnome and gstreamer is build because of this dependency.

Bye Henning




More information about the Openembedded-devel mailing list