[oe-commits] Holger Hans Peter Freyther : gstreamer.inc: Use base_conditional for Openmoko instead of a plain override

GIT User account git at amethyst.openembedded.net
Tue Oct 28 14:17:49 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 221a8e7b86256299ea4d8d51ceb2c9d14d0d8935
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=221a8e7b86256299ea4d8d51ceb2c9d14d0d8935

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Tue Oct 28 12:18:59 2008 +0100

gstreamer.inc: Use base_conditional for Openmoko instead of a plain override

    The plain override undid the changes gst-plugins-{bad,ugly,good} did
    which means that the dependency on gst-plugins-base got dropped.
    Use base_conditional to add the libmad dependency when we are
    building for Openmoko.

    This continues f4fcadb061442a394cbe50041eb6acd9d4125eba.

---

 packages/gstreamer/gst-plugins.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/gstreamer/gst-plugins.inc b/packages/gstreamer/gst-plugins.inc
index 2964b7d..f8447ee 100644
--- a/packages/gstreamer/gst-plugins.inc
+++ b/packages/gstreamer/gst-plugins.inc
@@ -1,7 +1,7 @@
 require gst-common.inc
 DESCRIPTION = "Plugins for GStreamer"
-DEPENDS = "gstreamer libmikmod libmad liboil libogg tremor libvorbis libid3tag"
-DEPENDS_openmoko = "gstreamer libmikmod liboil libogg tremor libvorbis libid3tag"
+DEPENDS = "gstreamer libmikmod liboil libogg tremor libvorbis libid3tag"
+DEPENDS += "${@base_conditional('DISTRO', 'openmoko', '', 'libmad', d)}"
 
 PACKAGES_DYNAMIC = "gst-plugin-*"
 





More information about the Openembedded-commits mailing list