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/gtk-doc-lite.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/gtk-doc-lite.recipe')
-rw-r--r-- | recipes/gtk-doc-lite.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gtk-doc-lite.recipe b/recipes/gtk-doc-lite.recipe index 0a302331..b8ad75ae 100644 --- a/recipes/gtk-doc-lite.recipe +++ b/recipes/gtk-doc-lite.recipe @@ -10,6 +10,7 @@ class Recipe(recipe.Recipe): # So mirror our own re-tarballed version. # See https://bugzilla.gnome.org/show_bug.cgi?id=722621 url = 'https://gstreamer.freedesktop.org/src/mirror/gtk-doc-%(version)s.tar.xz' + tarball_checksum = 'd00d589e68d0820bb1ab07291a24914f0c1b594040843baccce0489c33052601' # TODO: check license - source files are GPLv2+ and COPYING is GPLv3 licenses = [License.GPLv2Plus] btype = BuildType.CUSTOM |