summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-03-21 10:43:50 +0100
committerKhem Raj <raj.khem@gmail.com>2019-03-21 05:57:14 -0700
commit74bab845c6905ce9cd1c74f237971a6b7aa9e4c8 (patch)
treedb4a0b79e5a878b1478595da15a09367cc219ad8 /meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb
parent6b04815b42226731b68451e36bf06b840018f655 (diff)
downloadmeta-openembedded-74bab845c6905ce9cd1c74f237971a6b7aa9e4c8.tar.gz
physfs: upgrade 3.0.1 -> 3.0.2
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 <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb')
-rw-r--r--meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb15
1 files changed, 0 insertions, 15 deletions
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 18bedb892..000000000
--- a/meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1SUMMARY = "PhysicsFS is a library to provide abstract access to various archives"
2HOMEAPAGE = "http://icculus.org/physfs"
3LICENSE = "Zlib"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2668e2fb051c3e564198e146a9a2d9f0"
5DEPENDS = "readline zlib"
6
7inherit cmake
8
9PE = "1"
10
11SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2"
12SRC_URI[md5sum] = "359f102bcbd62accf84ef32f4863255d"
13SRC_URI[sha256sum] = "b77b9f853168d9636a44f75fca372b363106f52d789d18a2f776397bf117f2f1"
14
15EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}"