diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-04-23 00:15:33 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-04-23 00:20:40 +0100 |
commit | a3b5a8e8add0d674cdb50f0c8e9de47206396b78 (patch) | |
tree | 0691adedf284e7082c473edde7c382a2c71720c8 | |
parent | 50fe5de503e789ae038c47632ac541e1ea68bbc2 (diff) |
tinyalsa: pin to specific commit for stable branch
This tinyalsa repo doesn't seem to do tags or releases.
https://bugzilla.gnome.org/show_bug.cgi?id=765439
-rw-r--r-- | recipes/tinyalsa.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/tinyalsa.recipe b/recipes/tinyalsa.recipe index aa02c638..aa88aaf9 100644 --- a/recipes/tinyalsa.recipe +++ b/recipes/tinyalsa.recipe @@ -12,7 +12,7 @@ class Recipe(recipe.Recipe): licenses = [License.Apachev2] btype = BuildType.MAKEFILE remotes = {'origin': 'git://github.com/tinyalsa/tinyalsa'} - commit = 'origin/master' + commit = '9bad3fa00f3080906566c6b3acd14513d1ae4afd' files_devel = [ 'include/tinyalsa/asoundlib.h' ] |