All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] gst-plugins-bad: Remove with-plugins from configuration
@ 2013-08-22 22:10 Franklin S. Cooper Jr
  2013-08-22 22:10 ` [PATCH 2/4] sourceipk: Add ability to preserve Git repository Franklin S. Cooper Jr
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Franklin S. Cooper Jr @ 2013-08-22 22:10 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* The with-plugins option restricts gst-plugins-bad from building any plugin
  beyond those specified.
* Remove this option to allow as many plugins as possible to be built.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../gstreamer/gst-plugins-bad_0.10.23.bbappend     |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend b/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
index 8ae8050..a13dd54 100644
--- a/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
+++ b/meta-arago-distro/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
@@ -1,4 +1,4 @@
-PR_append = "-arago3"
+PR_append = "-arago4"
 
 # look for files in this layer first
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
@@ -9,7 +9,7 @@ EXTRA_OECONF += "--disable-rsvg"
 
 # Remove the restriction of which plugins are built. Previously fbdevsink
 # was not built which is needed by the gstreamer demos included in the SDK.
-EXTRA_OECONF := "${@oe_filter_out('--with-plugins=musicbrainz,wavpack,ivorbis,mpegvideoparse','${EXTRA_OECONF}', d)}"
+EXTRA_OECONF := "${@oe_filter_out('--with-plugins=wavpack,mpegvideoparse','${EXTRA_OECONF}', d)}"
 
 SRC_URI += "file://0001-gstfbdevsink-Fix-depth-value-for-GST_VIDEO_CAPS_RGB_.patch"
 
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-08-23 20:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-22 22:10 [PATCH 1/4] gst-plugins-bad: Remove with-plugins from configuration Franklin S. Cooper Jr
2013-08-22 22:10 ` [PATCH 2/4] sourceipk: Add ability to preserve Git repository Franklin S. Cooper Jr
2013-08-23 14:25   ` Maupin, Chase
2013-08-22 22:10 ` [PATCH 3/4] board-port-labs: Use new SRCIPK_PRESERVE_GIT git feature in sourceipk.bbclass Franklin S. Cooper Jr
2013-08-23 14:36   ` Maupin, Chase
2013-08-23 15:04     ` Cooper Jr., Franklin
2013-08-23 15:25       ` Maupin, Chase
2013-08-23 15:16     ` Tom Rini
2013-08-22 22:10 ` [PATCH 4/4] packagegroup-arago-tisdk-amsdk-sdk-host: Use new board-port-labs recipe Franklin S. Cooper Jr
2013-08-23 14:39   ` Maupin, Chase
2013-08-23 20:31 ` [PATCH 1/4] gst-plugins-bad: Remove with-plugins from configuration Denys Dmytriyenko

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.