[oe] [PATCH 0/4] Add GStreamer 0.10 and things that depend on it from oe-core

Alexander Kanavin alexander.kanavin at linux.intel.com
Thu May 21 14:19:18 UTC 2015


On 05/21/2015 05:11 PM, Martin Jansa wrote:
> Are you going to rename gstreamer to gstreamer-0.10 in oe-core? I don't
> think so or I misunderstood what you meant, these 2 lines look correct
> to me:
> $ git grep gst-plugins-package.inc
> meta-multimedia/recipes-multimedia/gstreamer/gst-plugins.inc:require recipes-multimedia/gstreamer/gst-plugins-package.inc
> meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb:require recipes-multimedia/gstreamer/gst-plugins-package.inc
>
> and renaming the directory in meta-multimedia doesn't have any impact on
> this.

These lines above are correct. They refer to a file in oe-core.

>> gst-plugins-gl_0.10.3.bb:require
>> recipes-multimedia/gstreamer/gst-plugins.inc

This line will not be correct after the directory rename, because it 
refers to a file in meta-multimedia, and not in oe-core. This is a 
separate problem that should only show up after the directory rename 
patch is applied. The way to fix it is to remove the path to the file 
because it's in the same dir as the recipe.

Alex



More information about the Openembedded-devel mailing list