From: Michael 'Mickey' Lauer Date: Wed, 19 Nov 2008 23:27:33 +0000 (+0100) Subject: gst-plugins-ugly-sid: add RDEPENDS as a quick bandaid for problem w/ missing ldso... X-Git-Tag: Release-2010-05/1~5165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2fe70edf78c74e0d995d26bc9c2a658627763d8;p=openembedded.git gst-plugins-ugly-sid: add RDEPENDS as a quick bandaid for problem w/ missing ldso dependencies --- 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"