[oe-commits] Andreas Oberritter : bitbake.conf: use empty SRC_URI by default

git at git.openembedded.org git at git.openembedded.org
Thu Mar 8 19:58:16 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 516d2029b31b014de1c87d23dd86208a4480579c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=516d2029b31b014de1c87d23dd86208a4480579c

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Thu Mar  8 03:51:10 2012 +0100

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 <obi at opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 c8d9a31..216da75 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/"





More information about the Openembedded-commits mailing list