summaryrefslogtreecommitdiff
path: root/packages/gstreamer/gstreamer_0.10.17.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@openmoko.org>2008-11-14 23:40:28 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-11-15 00:07:52 +0100
commit4a66c132ce2282f4a14b97d08e3557f855eb7b0e (patch)
tree6f304e18dc1ff603dd348378ecbc91ecc1e03233 /packages/gstreamer/gstreamer_0.10.17.bb
parent30d3a5890436fe6275c170158da2e5d26307b665 (diff)
gstreamer_0.10.17: Work around glibc bug with dlopen
When installing gstreamer-dbg and running gst-inspect-0.10 gstreamer will crash. Somehow glibc can not properly fail dlopening our debug so. Work around by not going into the .debug directories when searching plugins.
Diffstat (limited to 'packages/gstreamer/gstreamer_0.10.17.bb')
-rw-r--r--packages/gstreamer/gstreamer_0.10.17.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gstreamer/gstreamer_0.10.17.bb b/packages/gstreamer/gstreamer_0.10.17.bb
index 51a1426564..4087e8e1d0 100644
--- a/packages/gstreamer/gstreamer_0.10.17.bb
+++ b/packages/gstreamer/gstreamer_0.10.17.bb
@@ -1,6 +1,7 @@
require gstreamer.inc
-PR = "r3"
+PR = "r4"
-SRC_URI += "file://po-makefile-fix.patch;patch=1"
+SRC_URI += "file://po-makefile-fix.patch;patch=1 \
+ file://registry-do-not-look-into-debug-dirs.patch;patch=1 "