diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-11 13:59:47 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-25 12:36:00 +0100 |
| commit | 2b0256177650734d50f2ee85afc86c30beda168a (patch) | |
| tree | e721955d8da487375b74a6377f71dccba0710b71 | |
| parent | 5c3b6b6fd1fbcdbbc89e94e4f3f9ed4789fbeede (diff) | |
| download | poky-2b0256177650734d50f2ee85afc86c30beda168a.tar.gz | |
bitbake.conf: Empty SRC_URI for code parser cache handling
(From OE-Core rev: 93a09a05d6dde3542587735df0aa2371e79a3bb7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 314cc46662..ebfc930a7c 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -961,7 +961,7 @@ BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc deps depends \ | |||
| 961 | sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \ | 961 | sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \ |
| 962 | recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno \ | 962 | recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno \ |
| 963 | progress mcdepends number_threads" | 963 | progress mcdepends number_threads" |
| 964 | BB_HASH_CODEPARSER_VALS = "LOGFIFO=/ T=/ WORKDIR=/ DATE=1234 TIME=1234 PV=0.0-1 PN=no-pn METADATA_REVISION=1234" | 964 | BB_HASH_CODEPARSER_VALS = "LOGFIFO=/ T=/ WORKDIR=/ DATE=1234 TIME=1234 PV=0.0-1 PN=no-pn METADATA_REVISION=1234 SRC_URI= " |
| 965 | 965 | ||
| 966 | MLPREFIX ??= "" | 966 | MLPREFIX ??= "" |
| 967 | MULTILIB_VARIANTS ??= "" | 967 | MULTILIB_VARIANTS ??= "" |
