From bc911b8af7cbc4dcfd9b0493a97e9fbd5d34b573 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Thu, 8 Mar 2012 03:51:10 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/bitbake.conf') 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/" -- cgit v1.2.3-54-g00ecf