All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6 v2] gst-plugins-bad: Use new PACKAGECONFIG feature
@ 2013-08-27 19:51 Franklin S. Cooper Jr
  2013-08-27 19:51 ` [PATCH 2/6 v2] sourceipk: Add ability to preserve Git repository Franklin S. Cooper Jr
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Franklin S. Cooper Jr @ 2013-08-27 19:51 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Recent patch in oe-core allows certain features to be enabled or disabled
  based on the PACKAGECONFIG variable.
* Use this variable which will obsolete alot of the code in this bbappend while
  achieving the same result.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
Version 2 changes:
Update patch tailored to recent change to base recipe in oe-core.


 .../gstreamer/gst-plugins-bad_0.10.23.bbappend     |   14 ++------------
 1 files changed, 2 insertions(+), 12 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..8cee785 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,21 +1,11 @@
-PR_append = "-arago3"
+PR_append = "-arago4"
 
 # look for files in this layer first
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-# Disable rsvg which caused gtk+ to be pulled in
-DEPENDS := "${@oe_filter_out('librsvg','${DEPENDS}', d)}"
-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)}"
-
 SRC_URI += "file://0001-gstfbdevsink-Fix-depth-value-for-GST_VIDEO_CAPS_RGB_.patch"
 
-# Add faad has a dependency to insure gst-plugins-bad-faad is built.
-DEPENDS += "faad2"
-RDEPENDS_${PN}-faad += "libfaad"
+PACKAGECONFIG = "bzip curl faad"
 
 # Disable features that have potential commercial licensing restrictions
 EXTRA_OECONF += "\
-- 
1.7.0.4



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

end of thread, other threads:[~2013-09-05  0:36 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-27 19:51 [PATCH 1/6 v2] gst-plugins-bad: Use new PACKAGECONFIG feature Franklin S. Cooper Jr
2013-08-27 19:51 ` [PATCH 2/6 v2] sourceipk: Add ability to preserve Git repository Franklin S. Cooper Jr
2013-08-30 15:05   ` Maupin, Chase
2013-08-27 19:51 ` [PATCH 3/6 v2] board-port-labs-linux: Create new recipe using new sourceipk.bbclass feature Franklin S. Cooper Jr
2013-08-30 15:05   ` Maupin, Chase
2013-09-04 22:47   ` Denys Dmytriyenko
2013-09-05  0:36     ` Cooper Jr., Franklin
2013-08-27 19:51 ` [PATCH 4/6 v2] board-port-labs-u-boot: " Franklin S. Cooper Jr
2013-08-30 15:06   ` Maupin, Chase
2013-08-27 19:51 ` [PATCH 5/6 v2] packagegroup-arago-tisdk-amsdk-sdk-host: Use new board-port-labs recipe Franklin S. Cooper Jr
2013-08-30 15:06   ` Maupin, Chase
2013-08-27 19:51 ` [PATCH 6/6] board-port-labs: Remove old " Franklin S. Cooper Jr
2013-08-30 15:06   ` Maupin, Chase
2013-08-30 15:03 ` [PATCH 1/6 v2] gst-plugins-bad: Use new PACKAGECONFIG feature Maupin, Chase
2013-08-30 15:44   ` Cooper Jr., Franklin
2013-09-03 17:31     ` 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.