[oe-commits] Michael 'Mickey' Lauer : gst-plugins-ugly-sid: add RDEPENDS as a quick bandaid for problem w/ missing ldso dependencies

GIT User account git at amethyst.openembedded.net
Thu Nov 20 11:46:03 UTC 2008


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Nov 20 00:27:33 2008 +0100

gst-plugins-ugly-sid: add RDEPENDS as a quick bandaid for problem w/ missing ldso dependencies

---

 packages/gstreamer/gst-plugins-ugly-sid_0.10.7.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/packages/gstreamer/gst-plugins-ugly-sid_0.10.7.bb b/packages/gstreamer/gst-plugins-ugly-sid_0.10.7.bb
index 0e1b5b1..9a3c0ef 100644
--- a/packages/gstreamer/gst-plugins-ugly-sid_0.10.7.bb
+++ b/packages/gstreamer/gst-plugins-ugly-sid_0.10.7.bb
@@ -1,7 +1,7 @@
 require gst-plugins.inc
 DEPENDS += "gst-plugins-base libsidplay"
 PROVIDES += "gst-plugin-sid"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "\
   http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.bz2 \
@@ -15,3 +15,6 @@ python() {
 	if enterprise != "1":
 		raise bb.parse.SkipPackage("gst-plugins-ugly-sid will only build if ENTERPRISE_DISTRO == 1")
 }
+
+# FIXME for some reason gst-plugin-sid does not pick up the ldso dependency to libsidplay
+RDEPENDS_gst-plugin-sid += "libsidplay"





More information about the Openembedded-commits mailing list