gst-plugins-ugly-sid: add RDEPENDS as a quick bandaid for problem w/ missing ldso...
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 19 Nov 2008 23:27:33 +0000 (00:27 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 20 Nov 2008 11:44:20 +0000 (12:44 +0100)
packages/gstreamer/gst-plugins-ugly-sid_0.10.7.bb

index 0e1b5b1..9a3c0ef 100644 (file)
@@ -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"