summaryrefslogtreecommitdiff
path: root/recipes/gst-plugins-good-1.0-static.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-23 11:25:11 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-23 11:25:11 +0200
commitb56b395d2ee7316a7928d5fe3ca3f86914328a7a (patch)
tree592f09922cdc0872be99c367fac4dde9cd70bbb2 /recipes/gst-plugins-good-1.0-static.recipe
parent018bdb8498605b6f0f9ea2a9fc183afd2acbbc1e (diff)
gstreamer-1.0: Fix repository URLs
Always get everything from the GStreamer project, not GStreamer SDK
Diffstat (limited to 'recipes/gst-plugins-good-1.0-static.recipe')
-rw-r--r--recipes/gst-plugins-good-1.0-static.recipe3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/gst-plugins-good-1.0-static.recipe b/recipes/gst-plugins-good-1.0-static.recipe
index 2508860..2ba0d11 100644
--- a/recipes/gst-plugins-good-1.0-static.recipe
+++ b/recipes/gst-plugins-good-1.0-static.recipe
@@ -122,3 +122,6 @@ class Recipe(custom.GStreamerStatic):
self.configure_options += ' --disable-gst-debug'
custom.GStreamerStatic.prepare(self)
+
+ self.remotes['origin'] = ('%s/%s' % ('git://anongit.freedesktop.org/gstreamer', 'gst-plugins-good'))
+ self.remotes['upstream'] = self.remotes['origin']