mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
This commit is contained in:
parent
05de0ca43d
commit
c9f98593f2
|
|
@ -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 "
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user