aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-support/physfs/physfs_git.bb
blob: a50715ce01bc5eba45125bf9d115a81b6b80d0c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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}"