summaryrefslogtreecommitdiff
path: root/recipes/gstreamer-1.0-static.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-09-25 23:46:42 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-09-25 23:46:42 +0200
commit7e3e63a3fdc8a25c6b336dbf3c77068a6b98ef35 (patch)
treef996206367e391550a8abe3f34eb2bd31026b08f /recipes/gstreamer-1.0-static.recipe
parentebd5f7ece2116c4f5a67d8ab8149a8612e8613ec (diff)
recipes: Update GStreamer recipes to 1.6.0
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 3ba0961b..e8402830 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.6.0'
deps = ['glib', 'gtk-doc-lite']
# Static build will always fail on make check
make_check = None