mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
bitbake.conf: use empty SRC_URI by default
* Otherwise, recipes that only append to SRC_URI instead of overwriting it will get the full path of the recipe written into the Source: field of the package. (From OE-Core rev: 516d2029b31b014de1c87d23dd86208a4480579c) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
20524e147c
commit
bc911b8af7
@@ -577,7 +577,7 @@ SRCREV ??= "INVALID"
|
|||||||
AUTOREV = "${@bb.fetch2.get_autorev(d)}"
|
AUTOREV = "${@bb.fetch2.get_autorev(d)}"
|
||||||
SRCPV = "${@bb.fetch2.get_srcrev(d)}"
|
SRCPV = "${@bb.fetch2.get_srcrev(d)}"
|
||||||
|
|
||||||
SRC_URI = "file://${FILE}"
|
SRC_URI = ""
|
||||||
|
|
||||||
# Use pseudo as the fakeroot implementation
|
# Use pseudo as the fakeroot implementation
|
||||||
PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/"
|
PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/"
|
||||||
|
|||||||
Reference in New Issue
Block a user