summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-07-02 19:25:53 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-15 14:56:55 +0200
commitf1363ffca46827b86258871dfdbcac202f2c7d7d (patch)
tree3468be75d8f9695193c1a71cfcb0ff076eb15c8d /meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb
parent304a68732d93e0714816d35783ee45100d438bfa (diff)
downloadmeta-openembedded-f1363ffca46827b86258871dfdbcac202f2c7d7d.tar.gz
meta-filesystems: use BPN in SRC_URI
Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb')
-rw-r--r--meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb b/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb
index 9ad7fabfb..5618f28a6 100644
--- a/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb
+++ b/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb
@@ -6,6 +6,6 @@ DEPENDS = "readline zlib"
6 6
7inherit cmake 7inherit cmake
8 8
9SRC_URI = "http://icculus.org/${PN}/downloads/${PN}-${PV}.tar.bz2" 9SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2"
10SRC_URI[md5sum] = "c2c727a8a8deb623b521b52d0080f613" 10SRC_URI[md5sum] = "c2c727a8a8deb623b521b52d0080f613"
11SRC_URI[sha256sum] = "ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69" 11SRC_URI[sha256sum] = "ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69"