diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-07-02 19:25:59 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:56:55 +0200 |
commit | c9f98593f2e3a51a0224233f194c6059db5caeeb (patch) | |
tree | acdf558da3f6cb57a87bd9e2e493a2dbb238b27c /meta-webserver/recipes-httpd/hiawatha | |
parent | 05de0ca43d325d32faa6067013cd7c596f2001bf (diff) | |
download | meta-openembedded-c9f98593f2e3a51a0224233f194c6059db5caeeb.tar.gz |
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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/hiawatha')
-rw-r--r-- | meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb index 57005c5ef..b9fa5cde8 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" | |||
6 | 6 | ||
7 | SECTION = "net" | 7 | SECTION = "net" |
8 | 8 | ||
9 | SRC_URI = "http://hiawatha-webserver.org/files/${PN}-${PV}.tar.gz \ | 9 | SRC_URI = "http://hiawatha-webserver.org/files/${BP}.tar.gz \ |
10 | file://hiawatha-init \ | 10 | file://hiawatha-init \ |
11 | file://hiawatha.service " | 11 | file://hiawatha.service " |
12 | 12 | ||