diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-09-19 18:15:05 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-09-19 20:20:39 +0530 |
commit | 79492846b5f5b543c75d30285492814eba6ad3c8 (patch) | |
tree | eeac1c6d6a730e3265d6b5627aff762775827e0b /recipes/glib-networking.recipe | |
parent | bdc074c80a8e0baa08b96ab3e7eb243ee6417042 (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/glib-networking.recipe')
-rw-r--r-- | recipes/glib-networking.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/glib-networking.recipe b/recipes/glib-networking.recipe index 80703fbe..b0650f7d 100644 --- a/recipes/glib-networking.recipe +++ b/recipes/glib-networking.recipe @@ -10,6 +10,7 @@ class Recipe(recipe.Recipe): btype = BuildType.MESON maj_ver = '.'.join(version.split('.')[0:2]) url = 'https://download.gnome.org/sources/{0}/{1}/{0}-{2}.tar.xz'.format(name, maj_ver, version) + tarball_checksum = 'df47b0e0a037d2dcf6b1846cbdf68dd4b3cc055e026bb40c4a55f19f29f635c8' meson_options = {'ca_certificates_path': '', 'libproxy_support': 'false', 'gnome_proxy_support': 'false', 'pkcs11_support': 'false', # Also build static modules on all platforms |