[oe] Problem with baking GStreamer Plugins

Koen Kooi k.kooi at student.utwente.nl
Wed Feb 11 11:47:02 UTC 2009


On 11-02-09 11:51, Ali Botorabi wrote:
> Hello,
>
> I am trying to include some of the GStreamer plugins into an own image. The image bases on angstrom base and X11 images. Koen helped me to setup a task for the GStreamer plugins:

[snip]

> The major problem is that the plugins do not end in the image.

There is a simple solution to this, but I'm not sure everyone will like it:

--- a/packages/gstreamer/gst-plugins.inc
+++ b/packages/gstreamer/gst-plugins.inc
@@ -3,8 +3,6 @@ DESCRIPTION = "Plugins for GStreamer"
  DEPENDS = "gstreamer libmikmod liboil libogg tremor libvorbis"
  DEPENDS += "${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad 
libid3tag', d)}"

-PACKAGES_DYNAMIC = "gst-plugin-*"
-

--- /dev/null   2008-08-09 15:46:29.777083446 +0200
+++ gst-plugins.bb      2009-02-11 12:43:23.000000000 +0100
@@ -0,0 +1,5 @@
+
+DEPENDS = "gst-plugins-good gst-plugins-bad gst-plugins-ugly"
+
+PACKAGES_DYNAMIC = "gst-plugin-*"
+

Doing it like that will git rid of the PACKAGES_DYNAMIC statements 
confusing eachother. It also means you have to build *all* plugin sets.

regards,

Koen





More information about the Openembedded-devel mailing list