mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
c3dad0ba49
This reverts commit 3bbec2b792.
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>
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"
|