summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes-global/package.bbclass2
-rw-r--r--meta/conf/abi_version.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes-global/package.bbclass b/meta/classes-global/package.bbclass
index aa1eb5e901..6cd8c0140f 100644
--- a/meta/classes-global/package.bbclass
+++ b/meta/classes-global/package.bbclass
@@ -476,7 +476,7 @@ python do_package () {
476 # cache. This is useful if an item this class depends on changes in a 476 # cache. This is useful if an item this class depends on changes in a
477 # way that the output of this class changes. rpmdeps is a good example 477 # way that the output of this class changes. rpmdeps is a good example
478 # as any change to rpmdeps requires this to be rerun. 478 # as any change to rpmdeps requires this to be rerun.
479 # PACKAGE_BBCLASS_VERSION = "5" 479 # PACKAGE_BBCLASS_VERSION = "6"
480 480
481 # Init cachedpath 481 # Init cachedpath
482 global cpath 482 global cpath
diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf
index 13c2c45b42..0fe91b5ddf 100644
--- a/meta/conf/abi_version.conf
+++ b/meta/conf/abi_version.conf
@@ -12,4 +12,4 @@ OELAYOUT_ABI = "15"
12# a reset of the equivalence, for example when reproducibility issues break the 12# a reset of the equivalence, for example when reproducibility issues break the
13# existing match data. Distros can also append to this value for the same effect. 13# existing match data. Distros can also append to this value for the same effect.
14# 14#
15HASHEQUIV_HASH_VERSION = "16" 15HASHEQUIV_HASH_VERSION = "17"