summaryrefslogtreecommitdiff
path: root/recipes/gstreamer-1.0-static.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-03-15 15:51:44 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-03-15 15:51:44 +0200
commit104d63d95cea4220af84a37e6189936641146587 (patch)
treeabb6d119d35ff1bc2d983f11be1c9d7a2e69ed43 /recipes/gstreamer-1.0-static.recipe
parent1c7f6cf9d311846fcafbb86c2030931cf5f931fd (diff)
recipes: Update to 1.7.911.7.91
Diffstat (limited to 'recipes/gstreamer-1.0-static.recipe')
-rw-r--r--recipes/gstreamer-1.0-static.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gstreamer-1.0-static.recipe b/recipes/gstreamer-1.0-static.recipe
index cc7106fe..07dc6424 100644
--- a/recipes/gstreamer-1.0-static.recipe
+++ b/recipes/gstreamer-1.0-static.recipe
@@ -8,7 +8,7 @@ class Recipe(custom.GStreamerStatic):
licenses = [License.LGPLv2_1Plus]
extra_configure_options = '--enable-static'
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gstreamer'}
- commit = 'origin/master'
+ commit = '1.7.91'
deps = ['glib', 'gtk-doc-lite']
# Static build will always fail on make check
make_check = None