diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-08-14 14:13:34 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-16 15:10:39 +0200 |
| commit | 292a16868a278fe0f37384b2d13ff8953f9c7a80 (patch) | |
| tree | 9c7d8f774a64908c1cad81eac1a32f8a10d06222 /meta-oe/recipes-support/physfs | |
| parent | ce678f6b079e524bdc7ddd2162dd2e189dcb0ae4 (diff) | |
| download | meta-openembedded-292a16868a278fe0f37384b2d13ff8953f9c7a80.tar.gz | |
physfs: move to meta-filesystems
Move physfs from meta-oe to meta-filesystems
[YOCTO #4178]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/physfs')
| -rw-r--r-- | meta-oe/recipes-support/physfs/physfs_2.0.3.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-oe/recipes-support/physfs/physfs_2.0.3.bb b/meta-oe/recipes-support/physfs/physfs_2.0.3.bb deleted file mode 100644 index 641d7ec605..0000000000 --- a/meta-oe/recipes-support/physfs/physfs_2.0.3.bb +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | DESCRIPTION = "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=5d94e3eaaa10b00ca803ba35a3e87cde" | ||
| 5 | DEPENDS = "readline zlib" | ||
| 6 | |||
| 7 | inherit cmake | ||
| 8 | |||
| 9 | SRC_URI = "http://icculus.org/${PN}/downloads/${PN}-${PV}.tar.bz2" | ||
| 10 | SRC_URI[md5sum] = "c2c727a8a8deb623b521b52d0080f613" | ||
| 11 | SRC_URI[sha256sum] = "ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69" | ||
