From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: Problem with baking GStreamer Plugins
Date: Wed, 11 Feb 2009 12:47:02 +0100 [thread overview]
Message-ID: <gmudrn$n1p$1@ger.gmane.org> (raw)
In-Reply-To: <20090211105104.67620@gmx.net>
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
next prev parent reply other threads:[~2009-02-11 11:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.0.1234264323.11785.openembedded-devel@lists.openembedded.org>
2009-02-11 10:51 ` Problem with baking GStreamer Plugins Ali Botorabi
2009-02-11 11:47 ` Koen Kooi [this message]
2009-02-17 15:27 Ali Botorabi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='gmudrn$n1p$1@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.