[oe-commits] Robert Yang : meta-webserver: use BPN in SRC_URI

git at git.openembedded.org git at git.openembedded.org
Thu Jul 10 13:54:40 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 290a76e6b4dfa78757a6abadc7469c3dfefa16b7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=290a76e6b4dfa78757a6abadc7469c3dfefa16b7

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Wed Jul  2 19:25:59 2014 -0700

meta-webserver: 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 at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb
index 57005c5..b9fa5cd 100644
--- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb
+++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb
@@ -6,7 +6,7 @@ DEPENDS = "libxml2 libxslt"
 
 SECTION = "net"
 
-SRC_URI = "http://hiawatha-webserver.org/files/${PN}-${PV}.tar.gz \
+SRC_URI = "http://hiawatha-webserver.org/files/${BP}.tar.gz \
            file://hiawatha-init \
            file://hiawatha.service "
 



More information about the Openembedded-commits mailing list