diff options
Diffstat (limited to 'recipes/build-tools/gperf.recipe')
-rw-r--r-- | recipes/build-tools/gperf.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/build-tools/gperf.recipe b/recipes/build-tools/gperf.recipe index 0fd83d40..b287fd62 100644 --- a/recipes/build-tools/gperf.recipe +++ b/recipes/build-tools/gperf.recipe @@ -7,6 +7,7 @@ class Recipe(recipe.Recipe): licenses = [License.GPLv2] stype = SourceType.TARBALL url = 'https://ftp.gnu.org/pub/gnu/gperf/gperf-%(version)s.tar.gz' + tarball_checksum = '767112a204407e62dbc3106647cf839ed544f3cf5d0f0523aaa2508623aad63e' patches = ['gperf-0001-Don-t-override-environment-AR.patch'] files_bins = ['gperf'] |