From: Richard Purdie Date: Thu, 11 May 2023 12:59:47 +0000 (+0100) Subject: bitbake.conf: Empty SRC_URI for code parser cache handling X-Git-Tag: uninative-3.10~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93a09a05d6dde3542587735df0aa2371e79a3bb7;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git bitbake.conf: Empty SRC_URI for code parser cache handling Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 314cc466625..ebfc930a7c3 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -961,7 +961,7 @@ BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc deps depends \ sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \ recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno \ progress mcdepends number_threads" -BB_HASH_CODEPARSER_VALS = "LOGFIFO=/ T=/ WORKDIR=/ DATE=1234 TIME=1234 PV=0.0-1 PN=no-pn METADATA_REVISION=1234" +BB_HASH_CODEPARSER_VALS = "LOGFIFO=/ T=/ WORKDIR=/ DATE=1234 TIME=1234 PV=0.0-1 PN=no-pn METADATA_REVISION=1234 SRC_URI= " MLPREFIX ??= "" MULTILIB_VARIANTS ??= ""