diff options
-rw-r--r-- | meta/classes/staging.bbclass | 1 | ||||
-rw-r--r-- | meta/conf/abi_version.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index 5b04f88b2d..de3a19815a 100644 --- a/meta/classes/staging.bbclass +++ b/meta/classes/staging.bbclass | |||
@@ -93,6 +93,7 @@ SYSROOT_PREPROCESS_FUNCS ?= "" | |||
93 | SYSROOT_DESTDIR = "${WORKDIR}/sysroot-destdir" | 93 | SYSROOT_DESTDIR = "${WORKDIR}/sysroot-destdir" |
94 | 94 | ||
95 | python do_populate_sysroot () { | 95 | python do_populate_sysroot () { |
96 | # SYSROOT 'version' 2 | ||
96 | bb.build.exec_func("sysroot_stage_all", d) | 97 | bb.build.exec_func("sysroot_stage_all", d) |
97 | bb.build.exec_func("sysroot_strip", d) | 98 | bb.build.exec_func("sysroot_strip", d) |
98 | for f in (d.getVar('SYSROOT_PREPROCESS_FUNCS') or '').split(): | 99 | for f in (d.getVar('SYSROOT_PREPROCESS_FUNCS') or '').split(): |
diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf index 2bdc55695b..e04343b47c 100644 --- a/meta/conf/abi_version.conf +++ b/meta/conf/abi_version.conf | |||
@@ -12,4 +12,4 @@ OELAYOUT_ABI = "12" | |||
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 | # |
15 | HASHEQUIV_HASH_VERSION = "1" | 15 | HASHEQUIV_HASH_VERSION = "3" |