[oe] [meta-filesystems] [PATCH 03/74] physfs: use BPN in SRC_URI

Robert Yang liezhi.yang at windriver.com
Wed Jul 2 06:56:30 UTC 2014


Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 .../recipes-support/physfs/physfs_2.0.3.bb         |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 9ad7fab..5618f28 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"
 
 inherit cmake
 
-SRC_URI = "http://icculus.org/${PN}/downloads/${PN}-${PV}.tar.bz2"
+SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2"
 SRC_URI[md5sum] = "c2c727a8a8deb623b521b52d0080f613"
 SRC_URI[sha256sum] = "ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69"
-- 
1.7.9.5




More information about the Openembedded-devel mailing list