summaryrefslogtreecommitdiff
path: root/recipes/webrtc-audio-processing.recipe
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-09-19 18:15:05 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-09-19 20:20:39 +0530
commit79492846b5f5b543c75d30285492814eba6ad3c8 (patch)
treeeeac1c6d6a730e3265d6b5627aff762775827e0b /recipes/webrtc-audio-processing.recipe
parentbdc074c80a8e0baa08b96ab3e7eb243ee6417042 (diff)
recipes: Add tarball checksums for all recipes
This should cover all recipes; even those that aren't built by default https://bugzilla.gnome.org/show_bug.cgi?id=797177
Diffstat (limited to 'recipes/webrtc-audio-processing.recipe')
-rw-r--r--recipes/webrtc-audio-processing.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/webrtc-audio-processing.recipe b/recipes/webrtc-audio-processing.recipe
index 1fe7101d..183fd351 100644
--- a/recipes/webrtc-audio-processing.recipe
+++ b/recipes/webrtc-audio-processing.recipe
@@ -8,6 +8,7 @@ class Recipe(recipe.Recipe):
licenses = [License.BSD_like]
stype = SourceType.TARBALL
url = 'https://freedesktop.org/software/pulseaudio/%(name)s/%(name)s-%(version)s.tar.xz'
+ tarball_checksum = '4b46a7f91a5d255c2451f9862c86e2a5de904902724b4bba1fd23e2854f21df5'
platform_deps = {Platform.ANDROID: ['gnustl']}