diff options
Diffstat (limited to 'meta/classes-global')
-rw-r--r-- | meta/classes-global/package.bbclass | 2 | ||||
-rw-r--r-- | meta/classes-global/sstate.bbclass | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes-global/package.bbclass b/meta/classes-global/package.bbclass index 7e96601cd9..8f01bc4323 100644 --- a/meta/classes-global/package.bbclass +++ b/meta/classes-global/package.bbclass | |||
@@ -468,7 +468,7 @@ python do_package () { | |||
468 | # cache. This is useful if an item this class depends on changes in a | 468 | # cache. This is useful if an item this class depends on changes in a |
469 | # way that the output of this class changes. rpmdeps is a good example | 469 | # way that the output of this class changes. rpmdeps is a good example |
470 | # as any change to rpmdeps requires this to be rerun. | 470 | # as any change to rpmdeps requires this to be rerun. |
471 | # PACKAGE_BBCLASS_VERSION = "4" | 471 | # PACKAGE_BBCLASS_VERSION = "5" |
472 | 472 | ||
473 | # Init cachedpath | 473 | # Init cachedpath |
474 | global cpath | 474 | global cpath |
diff --git a/meta/classes-global/sstate.bbclass b/meta/classes-global/sstate.bbclass index 5b63582b5a..95373fd60a 100644 --- a/meta/classes-global/sstate.bbclass +++ b/meta/classes-global/sstate.bbclass | |||
@@ -4,7 +4,7 @@ | |||
4 | # SPDX-License-Identifier: MIT | 4 | # SPDX-License-Identifier: MIT |
5 | # | 5 | # |
6 | 6 | ||
7 | SSTATE_VERSION = "10" | 7 | SSTATE_VERSION = "11" |
8 | 8 | ||
9 | SSTATE_ZSTD_CLEVEL ??= "8" | 9 | SSTATE_ZSTD_CLEVEL ??= "8" |
10 | 10 | ||