diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-03-24 14:13:40 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-03-24 14:13:40 +0200 |
commit | 835eb99ef29a81fc186c74c6e9b45603295f24c1 (patch) | |
tree | 148cf29faf2fb2cd8b4b16a97b35de01401479c1 /recipes/gstreamer-1.0.recipe | |
parent | 0e49b29292cf072ec9ac85a3ffaa97b6d50ea759 (diff) |
gstreamer-1.0: Use origin/1.8 for the 1.8 branch, not a tag
Diffstat (limited to 'recipes/gstreamer-1.0.recipe')
-rw-r--r-- | recipes/gstreamer-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gstreamer-1.0.recipe b/recipes/gstreamer-1.0.recipe index 6a3ce44d..d57bfe3b 100644 --- a/recipes/gstreamer-1.0.recipe +++ b/recipes/gstreamer-1.0.recipe @@ -24,7 +24,7 @@ class Recipe(recipe.Recipe): config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--enable-static --program-prefix= --disable-examples " remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gstreamer'} - commit = '1.8.0' + commit = 'origin/1.8' deps = ['glib', 'gtk-doc-lite'] files_bins = ['gst-inspect-1.0', |