summaryrefslogtreecommitdiff
path: root/recipes/build-tools/glib-tools.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/build-tools/glib-tools.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/build-tools/glib-tools.recipe')
-rw-r--r--recipes/build-tools/glib-tools.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/build-tools/glib-tools.recipe b/recipes/build-tools/glib-tools.recipe
index fe023aff..7b45b9a7 100644
--- a/recipes/build-tools/glib-tools.recipe
+++ b/recipes/build-tools/glib-tools.recipe
@@ -7,6 +7,7 @@ class Recipe(recipe.Recipe):
maj_ver = '.'.join(version.split('.')[0:2])
url = 'https://download.gnome.org/sources/glib/{}/glib-%(version)s.tar.xz'.format(maj_ver)
tarball_dirname = 'glib-%(version)s'
+ tarball_checksum = '40ef3f44f2c651c7a31aedee44259809b6f03d3d20be44545cd7d177221c0b8d'
licenses = [License.LGPLv2Plus]
btype = BuildType.MESON
meson_options = {'gtk_doc': 'false', 'internal_pcre': 'true', 'libmount': 'false',