mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
meta-oe: 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:
committed by
Martin Jansa
parent
621de68d62
commit
05de0ca43d
@@ -6,7 +6,7 @@ LICENSE = "freely distributable"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=57;endline=66;md5=020ef579f8fa5746b7e307a54707834f"
|
||||
SECTION = "console/utils"
|
||||
|
||||
SRC_URI = "http://www.tux.org/~mayer/linux/${PN}-${PV}.tar.gz \
|
||||
SRC_URI = "http://www.tux.org/~mayer/linux/${BP}.tar.gz \
|
||||
file://nbench_32bits.patch \
|
||||
file://Makefile-add-more-dependencies-to-pointer.h.patch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user