diff options
| author | Joshua Watt <JPEWhacker@gmail.com> | 2023-12-22 15:41:09 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-24 10:39:06 +0000 |
| commit | 2ef4bf954b4f86b5c1dd7195f0a23275b1a78850 (patch) | |
| tree | d3a5c68b5cea49d13bc4c16e6da8c9f68ccc080e /meta/classes-global/sstate.bbclass | |
| parent | 23549b87c597f1c7b8492dbdacaf88e4e4b6ee76 (diff) | |
| download | poky-2ef4bf954b4f86b5c1dd7195f0a23275b1a78850.tar.gz | |
classes-global/sstate: Fix variable typo
The vardepsexclude was subtly wrong in that it referenced STATE_MANMACH
when the actual variable name is SSTATE_MANMACH.
(From OE-Core rev: ec5054396f7fafea2a071d2695ae111fc585d6e6)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-global/sstate.bbclass')
| -rw-r--r-- | meta/classes-global/sstate.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-global/sstate.bbclass b/meta/classes-global/sstate.bbclass index 9330433bb2..efe7f69775 100644 --- a/meta/classes-global/sstate.bbclass +++ b/meta/classes-global/sstate.bbclass | |||
| @@ -336,7 +336,7 @@ def sstate_install(ss, d): | |||
| 336 | for lock in locks: | 336 | for lock in locks: |
| 337 | bb.utils.unlockfile(lock) | 337 | bb.utils.unlockfile(lock) |
| 338 | 338 | ||
| 339 | sstate_install[vardepsexclude] += "SSTATE_ALLOW_OVERLAP_FILES STATE_MANMACH SSTATE_MANFILEPREFIX" | 339 | sstate_install[vardepsexclude] += "SSTATE_ALLOW_OVERLAP_FILES SSTATE_MANMACH SSTATE_MANFILEPREFIX" |
| 340 | sstate_install[vardeps] += "${SSTATEPOSTINSTFUNCS}" | 340 | sstate_install[vardeps] += "${SSTATEPOSTINSTFUNCS}" |
| 341 | 341 | ||
| 342 | def sstate_installpkg(ss, d): | 342 | def sstate_installpkg(ss, d): |
