diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-23 11:25:11 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-23 11:25:11 +0200 |
commit | b56b395d2ee7316a7928d5fe3ca3f86914328a7a (patch) | |
tree | 592f09922cdc0872be99c367fac4dde9cd70bbb2 /recipes/gst-plugins-good-1.0-static.recipe | |
parent | 018bdb8498605b6f0f9ea2a9fc183afd2acbbc1e (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.recipe | 3 |
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'] |