[oe] [PATCH 1/2] physfs: fix LICENSE checksum

Andreas Müller schnitzeltony at googlemail.com
Fri Sep 30 20:22:30 UTC 2016


This slipped through in previous commit. License changed Copyright year causing
checksum change.

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 meta-filesystems/recipes-support/physfs/physfs_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-filesystems/recipes-support/physfs/physfs_git.bb b/meta-filesystems/recipes-support/physfs/physfs_git.bb
index 3f1c156..a50715c 100644
--- a/meta-filesystems/recipes-support/physfs/physfs_git.bb
+++ b/meta-filesystems/recipes-support/physfs/physfs_git.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=5d94e3eaaa10b00ca803ba35a3e87cde"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4424d2cfb8a288df2843c4467b5d719a"
 DEPENDS = "readline zlib"
 
 inherit cmake
-- 
2.5.5




More information about the Openembedded-devel mailing list