aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gstreamer
diff options
context:
space:
mode:
authorManuel Teira <manuel.teira@telefonica.net>2007-04-13 17:03:52 +0000
committerKoen Kooi <koen@openembedded.org>2007-04-13 17:03:52 +0000
commitdf9dbc8548641415b4381f0d48885e2f26742ab1 (patch)
treea56fc273d19827942fb1950e478b8d3235e7a21b /packages/gstreamer
parent186cb3d46c9a1459dce5f51592cfd9344042f609 (diff)
downloadopenembedded-df9dbc8548641415b4381f0d48885e2f26742ab1.tar.gz
gst-plugins-ugly: fix cross compilatin configure issue, closes #2068
Diffstat (limited to 'packages/gstreamer')
-rw-r--r--packages/gstreamer/gst-plugins-ugly_0.10.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gstreamer/gst-plugins-ugly_0.10.4.bb b/packages/gstreamer/gst-plugins-ugly_0.10.4.bb
index 42f6df4d9d..d8906733a5 100644
--- a/packages/gstreamer/gst-plugins-ugly_0.10.4.bb
+++ b/packages/gstreamer/gst-plugins-ugly_0.10.4.bb
@@ -1,4 +1,5 @@
require gst-plugins.inc
DEPENDS += "gst-plugins-base"
-PR = "r2"
+SRC_URI += "file://cross-compile.patch;patch=1"
+PR = "r3"