diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-09-25 12:22:30 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-09-25 12:22:30 +0200 |
commit | 4c63439fcb0c82b0d597e4e634f3010f6def3897 (patch) | |
tree | 763bab704fcff5e22911366056fbcb85ca5d8435 | |
parent | d685ec39fc31e679ece5b7a4ea429e1aa3546b3c (diff) |
gstreamer-1.0: Switch to the correct commits
-rw-r--r-- | recipes/gnonlin-1.0-static.recipe | 2 | ||||
-rw-r--r-- | recipes/gnonlin-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-gl-1.0-static.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-plugins-gl-1.0.recipe | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes/gnonlin-1.0-static.recipe b/recipes/gnonlin-1.0-static.recipe index 70679e0a..dadcbb93 100644 --- a/recipes/gnonlin-1.0-static.recipe +++ b/recipes/gnonlin-1.0-static.recipe @@ -6,7 +6,7 @@ class Recipe(custom.GStreamerStatic): version = '1.1.90' gstreamer_version = '1.0' licenses = [License.LGPLv2Plus] - commit = 'upstream/master' + commit = 'origin/master' config_sh = 'sh ./autogen.sh --noconfigure && ./configure' extra_configure_options = "--disable-examples " make_check = None diff --git a/recipes/gnonlin-1.0.recipe b/recipes/gnonlin-1.0.recipe index ddbc39b2..1239ee6f 100644 --- a/recipes/gnonlin-1.0.recipe +++ b/recipes/gnonlin-1.0.recipe @@ -5,7 +5,7 @@ class Recipe(recipe.Recipe): name = 'gnonlin-1.0' version = '1.1.90' licenses = [License.LGPLv2Plus] - commit = 'upstream/master' + commit = 'origin/master' config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--disable-examples " deps = ['gstreamer-1.0', 'gst-plugins-base-1.0' ] diff --git a/recipes/gst-plugins-gl-1.0-static.recipe b/recipes/gst-plugins-gl-1.0-static.recipe index 74a7ec20..c5865bd6 100644 --- a/recipes/gst-plugins-gl-1.0-static.recipe +++ b/recipes/gst-plugins-gl-1.0-static.recipe @@ -9,7 +9,7 @@ class Recipe(custom.GStreamerStatic): config_sh = 'sh ./autogen.sh --noconfigure && ./configure' extra_configure_options = "--disable-examples " make_check = None - commit = 'upstream/master' + commit = 'origin/master' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0' ] files_plugins_devel = ['libgstopengl'] diff --git a/recipes/gst-plugins-gl-1.0.recipe b/recipes/gst-plugins-gl-1.0.recipe index 30f35871..6b294832 100644 --- a/recipes/gst-plugins-gl-1.0.recipe +++ b/recipes/gst-plugins-gl-1.0.recipe @@ -7,7 +7,7 @@ class Recipe(recipe.Recipe): licenses = [License.LGPLv2Plus] config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--disable-examples " - commit = 'upstream/master' + commit = 'origin/master' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0' ] files_libs = ['libgstgl-1.0'] |