From 292a16868a278fe0f37384b2d13ff8953f9c7a80 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Wed, 14 Aug 2013 14:13:34 +0800 Subject: physfs: move to meta-filesystems Move physfs from meta-oe to meta-filesystems [YOCTO #4178] Signed-off-by: Hongxu Jia Signed-off-by: Martin Jansa --- meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb (limited to 'meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb') 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 0000000000..641d7ec605 --- /dev/null +++ b/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "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 + +SRC_URI = "http://icculus.org/${PN}/downloads/${PN}-${PV}.tar.bz2" +SRC_URI[md5sum] = "c2c727a8a8deb623b521b52d0080f613" +SRC_URI[sha256sum] = "ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69" -- cgit 1.2.3-korg