summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-11-02 14:27:52 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-11-02 14:27:52 +0200
commitcd0fcc14541b53a9814968af8a9d2a72d1c19e8d (patch)
treee71be495d22ad91419110af388d513697ba0fdfd
parent1e91aad491d104e563b815c857113b3b1d8fd9e7 (diff)
orc: Track orc 0.4.26 release for 1.10
-rw-r--r--recipes/build-tools/orc.recipe2
-rw-r--r--recipes/orc.recipe2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/build-tools/orc.recipe b/recipes/build-tools/orc.recipe
index f259adbd..6f30320f 100644
--- a/recipes/build-tools/orc.recipe
+++ b/recipes/build-tools/orc.recipe
@@ -5,7 +5,7 @@ class Recipe(recipe.Recipe):
name = 'orc-tool'
version = '0.4.26'
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/orc'}
- commit = 'origin/master'
+ commit = 'orc-0.4.26'
licenses = [License.BSD_like]
autoreconf = True
deps = ['autoconf', 'automake', 'libtool']
diff --git a/recipes/orc.recipe b/recipes/orc.recipe
index 6f361f7e..87c3537b 100644
--- a/recipes/orc.recipe
+++ b/recipes/orc.recipe
@@ -5,7 +5,7 @@ class Recipe(recipe.Recipe):
name = 'orc'
version = '0.4.26'
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/orc'}
- commit = 'origin/master'
+ commit = 'orc-0.4.26'
licenses = [License.BSD_like]
autoreconf = True
configure_options = '--enable-static'