diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-27 10:26:20 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-01 08:49:37 +0100 |
| commit | f47786d66f65594d25fc2eb9f65113f88d2581d0 (patch) | |
| tree | 1cab4080d8d282650a4dc1ead9186f9b02f7fd4a /meta | |
| parent | 6c8292de8541ddf44f34470d06796c3ef7aab3bc (diff) | |
| download | poky-f47786d66f65594d25fc2eb9f65113f88d2581d0.tar.gz | |
base: Use OE_SHARED_UMASK for do_fetch
The intent has always been to share DL_DIR, so set the umask accordingly
to the new OE_SHARED_UMASK variable and match expectations.
(From OE-Core rev: 00e9bfbd29f3959adfc2c64ec78285a11ff83821)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/classes-global/base.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes-global/base.bbclass b/meta/classes-global/base.bbclass index b86f50e283..ac145d9fd6 100644 --- a/meta/classes-global/base.bbclass +++ b/meta/classes-global/base.bbclass | |||
| @@ -154,6 +154,7 @@ do_fetch[file-checksums] = "${@bb.fetch.get_checksum_file_list(d)}" | |||
| 154 | do_fetch[file-checksums] += " ${@get_lic_checksum_file_list(d)}" | 154 | do_fetch[file-checksums] += " ${@get_lic_checksum_file_list(d)}" |
| 155 | do_fetch[prefuncs] += "fetcher_hashes_dummyfunc" | 155 | do_fetch[prefuncs] += "fetcher_hashes_dummyfunc" |
| 156 | do_fetch[network] = "1" | 156 | do_fetch[network] = "1" |
| 157 | do_fetch[umask] = "${OE_SHARED_UMASK}" | ||
| 157 | python base_do_fetch() { | 158 | python base_do_fetch() { |
| 158 | 159 | ||
| 159 | src_uri = (d.getVar('SRC_URI') or "").split() | 160 | src_uri = (d.getVar('SRC_URI') or "").split() |
