diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-03-21 10:43:50 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-21 05:57:14 -0700 |
commit | 74bab845c6905ce9cd1c74f237971a6b7aa9e4c8 (patch) | |
tree | db4a0b79e5a878b1478595da15a09367cc219ad8 | |
parent | 6b04815b42226731b68451e36bf06b840018f655 (diff) | |
download | meta-openembedded-74bab845c6905ce9cd1c74f237971a6b7aa9e4c8.tar.gz |
physfs: upgrade 3.0.1 -> 3.0.2
Announcement [1] says:
This is a collection of small fixes to 3.0.1. All 3.0 users should
definitely upgrade right away.
[1] https://icculus.org/pipermail/physfs/2019-March/001280.html
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb (renamed from meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb b/meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb index 18bedb892..8dc30bd5f 100644 --- a/meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb +++ b/meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb | |||
@@ -9,7 +9,7 @@ inherit cmake | |||
9 | PE = "1" | 9 | PE = "1" |
10 | 10 | ||
11 | SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2" | 11 | SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2" |
12 | SRC_URI[md5sum] = "359f102bcbd62accf84ef32f4863255d" | 12 | SRC_URI[md5sum] = "dc751294aaf59d1359bbe34e693d1d87" |
13 | SRC_URI[sha256sum] = "b77b9f853168d9636a44f75fca372b363106f52d789d18a2f776397bf117f2f1" | 13 | SRC_URI[sha256sum] = "304df76206d633df5360e738b138c94e82ccf086e50ba84f456d3f8432f9f863" |
14 | 14 | ||
15 | EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" | 15 | EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" |