]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: use empty SRC_URI by default
authorAndreas Oberritter <obi@opendreambox.org>
Thu, 8 Mar 2012 02:51:10 +0000 (03:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Mar 2012 19:54:33 +0000 (11:54 -0800)
* 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@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index c8d9a310743459dd2d7169ec967c3d48cb12608d..216da755744ca9d446cb730175cd9f6a5935a03e 100644 (file)
@@ -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/"