aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-support/physfs/physfs_git.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-09-27 07:55:33 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-10-03 19:19:57 +0200
commit3bbec2b7921c83e13b64e808ef34122a608933f0 (patch)
tree08893f3b855fa8b606dd06c52ad3312521526c1c /meta-filesystems/recipes-support/physfs/physfs_git.bb
parenta0c3cea1ca5f9231a498a9dedd6eb18ee41b1d5a (diff)
downloadmeta-openembedded-contrib-3bbec2b7921c83e13b64e808ef34122a608933f0.tar.gz
physfs: move to sources found at github/supertux
* It seems that physfs is still maintained there and has the functionality required by latest supertux. * License changed Copyright year causing checksum change. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-support/physfs/physfs_git.bb')
-rw-r--r--meta-filesystems/recipes-support/physfs/physfs_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-support/physfs/physfs_git.bb b/meta-filesystems/recipes-support/physfs/physfs_git.bb
new file mode 100644
index 0000000000..a50715ce01
--- /dev/null
+++ b/meta-filesystems/recipes-support/physfs/physfs_git.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=4424d2cfb8a288df2843c4467b5d719a"
+DEPENDS = "readline zlib"
+
+inherit cmake
+
+SRC_URI = " \
+ git://github.com/SuperTux/physfs.git \
+ file://0001-fix-build-with-gcc-6.patch \
+"
+SRCREV = "f3b45a94d0b7c0a85469b1e60fefd8383b6719ba"
+S = "${WORKDIR}/git"
+PV = "2.0.3+git${SRCPV}"