summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-10-24 11:33:54 +0300
committerSebastian Dröge <sebastian@centricular.com>2015-10-24 11:33:54 +0300
commite5e3f61c55f67f4cb28ebcc198ae7c3a24e2c1b1 (patch)
treedaadce487b839e4f65d0f008a0816a6b4835ec24
parentefaaa0d49943bea19678261380a2a56980a4fdb0 (diff)
orc: Track orc 0.4.24 for the 1.6 branch instead of latest master
-rw-r--r--recipes/build-tools/orc.recipe4
-rw-r--r--recipes/orc.recipe4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/build-tools/orc.recipe b/recipes/build-tools/orc.recipe
index 79b16e83..dc49dbd7 100644
--- a/recipes/build-tools/orc.recipe
+++ b/recipes/build-tools/orc.recipe
@@ -3,9 +3,9 @@
class Recipe(recipe.Recipe):
name = 'orc-tool'
- version = '0.4.23'
+ version = '0.4.24'
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/orc'}
- commit = 'origin/master'
+ commit = 'orc-0.4.24'
licenses = [License.BSD_like]
autoreconf = True
deps = ['autoconf', 'automake', 'libtool']
diff --git a/recipes/orc.recipe b/recipes/orc.recipe
index ec8dc521..f81ab542 100644
--- a/recipes/orc.recipe
+++ b/recipes/orc.recipe
@@ -3,9 +3,9 @@
class Recipe(recipe.Recipe):
name = 'orc'
- version = '0.4.23'
+ version = '0.4.24'
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/orc'}
- commit = 'origin/master'
+ commit = 'orc-0.4.24'
licenses = [License.BSD_like]
autoreconf = True
configure_options = '--enable-static'