diff options
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
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" | |||
577 | AUTOREV = "${@bb.fetch2.get_autorev(d)}" | 577 | AUTOREV = "${@bb.fetch2.get_autorev(d)}" |
578 | SRCPV = "${@bb.fetch2.get_srcrev(d)}" | 578 | SRCPV = "${@bb.fetch2.get_srcrev(d)}" |
579 | 579 | ||
580 | SRC_URI = "file://${FILE}" | 580 | SRC_URI = "" |
581 | 581 | ||
582 | # Use pseudo as the fakeroot implementation | 582 | # Use pseudo as the fakeroot implementation |
583 | PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/" | 583 | PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/" |