summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-11-06 23:06:39 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-22 13:38:14 +0100
commitc3dad0ba49c6f82519d5846be3eb12e65cae395c (patch)
treecffe918145d58e0e219d72cbf4d01dc2e08d2d42 /meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb
parent7f8915a6ecdd5c4b03c7e5b5f1fa903f89c2d560 (diff)
downloadmeta-openembedded-c3dad0ba49c6f82519d5846be3eb12e65cae395c.tar.gz
Revert "physfs: move to sources found at github/supertux"
This reverts commit 3bbec2b7921c83e13b64e808ef34122a608933f0. The commit was intended to make supertux in meta-games happy. Now I found out that: * other packets e.g meta-retro d1x-rebirth segfault with supertux version of physfs * supertux can be configured to use it's own physfs as static library To avoid package version counting backwards PE = 1 was added. The patch required for supertux was already applied in meta-games. 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_2.0.3.bb')
-rw-r--r--meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb b/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb
new file mode 100644
index 000000000..dc2c10649
--- /dev/null
+++ b/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb
@@ -0,0 +1,13 @@
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=5d94e3eaaa10b00ca803ba35a3e87cde"
5DEPENDS = "readline zlib"
6
7inherit cmake
8
9PE = "1"
10
11SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2"
12SRC_URI[md5sum] = "c2c727a8a8deb623b521b52d0080f613"
13SRC_URI[sha256sum] = "ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69"