diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-03-22 11:21:29 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-22 09:33:00 -0700 |
commit | 35e0ade330dcc8d9d8b186467b4efa795cf934bf (patch) | |
tree | da0bdac2e13a3cc082748b04e17d4bfc80fd2ad2 /meta-filesystems/recipes-support | |
parent | aa75707ecd12bec85fada3ceaeeefc9b2947c178 (diff) | |
download | meta-openembedded-35e0ade330dcc8d9d8b186467b4efa795cf934bf.tar.gz |
physfs: Fix license checksum
Copyright year was changed
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-support')
-rw-r--r-- | meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb b/meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb index 8dc30bd5f2..a0033fab5c 100644 --- a/meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb +++ b/meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "PhysicsFS is a library to provide abstract access to various archives" | 1 | SUMMARY = "PhysicsFS is a library to provide abstract access to various archives" |
2 | HOMEAPAGE = "http://icculus.org/physfs" | 2 | HOMEAPAGE = "http://icculus.org/physfs" |
3 | LICENSE = "Zlib" | 3 | LICENSE = "Zlib" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2668e2fb051c3e564198e146a9a2d9f0" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=96801882d1120239dcafbf888e821a6e" |
5 | DEPENDS = "readline zlib" | 5 | DEPENDS = "readline zlib" |
6 | 6 | ||
7 | inherit cmake | 7 | inherit cmake |