From: Andreas Oberritter Date: Thu, 8 Mar 2012 02:51:10 +0000 (+0100) Subject: bitbake.conf: use empty SRC_URI by default X-Git-Tag: 2015-4~11508 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=516d2029b31b014de1c87d23dd86208a4480579c;p=openembedded-core.git 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. Signed-off-by: Andreas Oberritter Signed-off-by: Richard Purdie --- 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" AUTOREV = "${@bb.fetch2.get_autorev(d)}" SRCPV = "${@bb.fetch2.get_srcrev(d)}" -SRC_URI = "file://${FILE}" +SRC_URI = "" # Use pseudo as the fakeroot implementation PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/"