From 35e0ade330dcc8d9d8b186467b4efa795cf934bf Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 22 Mar 2019 11:21:29 +0100 Subject: physfs: Fix license checksum MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Copyright year was changed Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-filesystems') 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 @@ SUMMARY = "PhysicsFS is a library to provide abstract access to various archives" HOMEAPAGE = "http://icculus.org/physfs" LICENSE = "Zlib" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2668e2fb051c3e564198e146a9a2d9f0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=96801882d1120239dcafbf888e821a6e" DEPENDS = "readline zlib" inherit cmake -- cgit 1.2.3-korg