diff options
Diffstat (limited to 'recipes/gst-python-1.0.recipe')
-rw-r--r-- | recipes/gst-python-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-python-1.0.recipe b/recipes/gst-python-1.0.recipe index b45dcf5f..646f0838 100644 --- a/recipes/gst-python-1.0.recipe +++ b/recipes/gst-python-1.0.recipe @@ -10,7 +10,7 @@ class Recipe(recipe.Recipe): autoreconf = True autoreconf_sh = 'sh autogen.sh' remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-python'} - commit = 'origin/master' + commit = '1.7.90' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'glib', 'pygobject'] # FIXME: disable checks until it's properly fixed make_check = None |