aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gstreamer
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-11-20 00:27:33 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-11-20 12:44:20 +0100
commitc2fe70edf78c74e0d995d26bc9c2a658627763d8 (patch)
tree40990dd2780b7f5631a654d4916bd2b261c74774 /packages/gstreamer
parent2bac29a49a1fc3c2a8c75c78be9aa9005db027fa (diff)
downloadopenembedded-c2fe70edf78c74e0d995d26bc9c2a658627763d8.tar.gz
gst-plugins-ugly-sid: add RDEPENDS as a quick bandaid for problem w/ missing ldso dependencies
Diffstat (limited to 'packages/gstreamer')
-rw-r--r--packages/gstreamer/gst-plugins-ugly-sid_0.10.7.bb5
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 0e1b5b1800..9a3c0ef1a9 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"