diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-03-08 03:51:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 11:55:40 -0800 |
commit | bc911b8af7cbc4dcfd9b0493a97e9fbd5d34b573 (patch) | |
tree | 9acb0db7f4daf83ae7040f7ffa7be016507a710a /meta/conf/bitbake.conf | |
parent | 20524e147c59e8b4ce49fd38e71c129bf51d33b5 (diff) | |
download | poky-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/bitbake.conf')
-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/" |