mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
14c4d27bf0
This reverts commit3bbec2b792. 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> (cherry picked from commitc3dad0ba49) Signed-off-by: Armin Kuster <akuster808@gmail.com>
14 lines
471 B
BlitzBasic
14 lines
471 B
BlitzBasic
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=5d94e3eaaa10b00ca803ba35a3e87cde"
|
|
DEPENDS = "readline zlib"
|
|
|
|
inherit cmake
|
|
|
|
PE = "1"
|
|
|
|
SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2"
|
|
SRC_URI[md5sum] = "c2c727a8a8deb623b521b52d0080f613"
|
|
SRC_URI[sha256sum] = "ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69"
|