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/build-tools/gettext-m4.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/build-tools/gettext-m4.recipe')
-rw-r--r-- | recipes/build-tools/gettext-m4.recipe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/build-tools/gettext-m4.recipe b/recipes/build-tools/gettext-m4.recipe index cd7b9eb4..810893d5 100644 --- a/recipes/build-tools/gettext-m4.recipe +++ b/recipes/build-tools/gettext-m4.recipe @@ -5,8 +5,9 @@ class Recipe(recipe.Recipe): name = 'gettext-m4' version = '0.19.8.1' stype = SourceType.TARBALL - tarball_dirname = 'gettext-%(version)s' url = 'https://ftp.gnu.org/pub/gnu/gettext/gettext-%(version)s.tar.gz' + tarball_dirname = 'gettext-%(version)s' + tarball_checksum = 'ff942af0e438ced4a8b0ea4b0b6e0d6d657157c5e2364de57baa279c1c125c43' # only libraries are LGPLv2+, tools are GPLv3+ and defined below licenses = [License.LGPLv2Plus] autoreconf = True |