From 74bab845c6905ce9cd1c74f237971a6b7aa9e4c8 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 21 Mar 2019 10:43:50 +0100 Subject: physfs: upgrade 3.0.1 -> 3.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Announcement [1] says: This is a collection of small fixes to 3.0.1. All 3.0 users should definitely upgrade right away. [1] https://icculus.org/pipermail/physfs/2019-March/001280.html Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb | 15 --------------- meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb create mode 100644 meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb diff --git a/meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb b/meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb deleted file mode 100644 index 18bedb8928..0000000000 --- a/meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -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" -DEPENDS = "readline zlib" - -inherit cmake - -PE = "1" - -SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2" -SRC_URI[md5sum] = "359f102bcbd62accf84ef32f4863255d" -SRC_URI[sha256sum] = "b77b9f853168d9636a44f75fca372b363106f52d789d18a2f776397bf117f2f1" - -EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" diff --git a/meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb b/meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb new file mode 100644 index 0000000000..8dc30bd5f2 --- /dev/null +++ b/meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb @@ -0,0 +1,15 @@ +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" +DEPENDS = "readline zlib" + +inherit cmake + +PE = "1" + +SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2" +SRC_URI[md5sum] = "dc751294aaf59d1359bbe34e693d1d87" +SRC_URI[sha256sum] = "304df76206d633df5360e738b138c94e82ccf086e50ba84f456d3f8432f9f863" + +EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" -- cgit 1.2.3-korg