diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-05-12 13:54:19 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-05-12 13:54:19 +0300 |
commit | 554856a4b32d9d82a52f62db55a10924687cada3 (patch) | |
tree | 979af503cb994f25bcec5785c750c37776690c65 | |
parent | e855bbc7955c787a2a6fc69301153c9fc68523de (diff) |
orc: Use orc-0.4.25 as tag, not 0.4.25
I'm sure I saw that reported in Bugzilla today or yesterday, or on the mailing
list. But can't find it now :)
-rw-r--r-- | recipes/build-tools/orc.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/build-tools/orc.recipe b/recipes/build-tools/orc.recipe index d1da145d..76e89000 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.25' remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/orc'} - commit = '0.4.25' + commit = 'orc-0.4.25' licenses = [License.BSD_like] autoreconf = True deps = ['autoconf', 'automake', 'libtool'] |