diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-10-14 00:10:29 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-10-14 00:10:29 +0300 |
commit | 7eb63c3b2c88d014409572038f77d961588fbb98 (patch) | |
tree | 69c41e81341561ea8ea99c035a4f81b25cb199c0 /recipes/gst-validate.recipe | |
parent | c7e484284b856afb83e9fe89a42d32b8a3ec36d2 (diff) |
recipes: Update GStreamer recipes to origin/master instead of 1.6.0
Diffstat (limited to 'recipes/gst-validate.recipe')
-rw-r--r-- | recipes/gst-validate.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-validate.recipe b/recipes/gst-validate.recipe index 8677e3d9..7711eddf 100644 --- a/recipes/gst-validate.recipe +++ b/recipes/gst-validate.recipe @@ -6,7 +6,7 @@ class Recipe(recipe.Recipe): version = '1.0' licenses = [License.LGPLv2Plus] remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-devtools'} - commit = '1.6.0' + commit = 'origin/master' srcdir = 'validate' config_sh = 'sh ./autogen.sh --noconfigure && ./configure --enable-static --program-transform-name= ' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0'] |