summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-03-08 03:51:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 11:55:40 -0800
commitbc911b8af7cbc4dcfd9b0493a97e9fbd5d34b573 (patch)
tree9acb0db7f4daf83ae7040f7ffa7be016507a710a /meta/conf
parent20524e147c59e8b4ce49fd38e71c129bf51d33b5 (diff)
downloadpoky-bc911b8af7cbc4dcfd9b0493a97e9fbd5d34b573.tar.gz
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>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index c8d9a31074..216da75574 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -577,7 +577,7 @@ SRCREV ??= "INVALID"
577AUTOREV = "${@bb.fetch2.get_autorev(d)}" 577AUTOREV = "${@bb.fetch2.get_autorev(d)}"
578SRCPV = "${@bb.fetch2.get_srcrev(d)}" 578SRCPV = "${@bb.fetch2.get_srcrev(d)}"
579 579
580SRC_URI = "file://${FILE}" 580SRC_URI = ""
581 581
582# Use pseudo as the fakeroot implementation 582# Use pseudo as the fakeroot implementation
583PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/" 583PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/"