diff options
Diffstat (limited to 'meta-filesystems/recipes-support/physfs/physfs_git.bb')
| -rw-r--r-- | meta-filesystems/recipes-support/physfs/physfs_git.bb | 15 |
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 @@ | |||
| 1 | SUMMARY = "PhysicsFS is a library to provide abstract access to various archives" | ||
| 2 | HOMEAPAGE = "http://icculus.org/physfs" | ||
| 3 | LICENSE = "Zlib" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4424d2cfb8a288df2843c4467b5d719a" | ||
| 5 | DEPENDS = "readline zlib" | ||
| 6 | |||
| 7 | inherit cmake | ||
| 8 | |||
| 9 | SRC_URI = " \ | ||
| 10 | git://github.com/SuperTux/physfs.git \ | ||
| 11 | file://0001-fix-build-with-gcc-6.patch \ | ||
| 12 | " | ||
| 13 | SRCREV = "f3b45a94d0b7c0a85469b1e60fefd8383b6719ba" | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | PV = "2.0.3+git${SRCPV}" | ||
