]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
multilib_global: Fix KERNEL_VERSION expansion problems
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Jun 2019 09:29:10 +0000 (10:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Jun 2019 11:17:29 +0000 (12:17 +0100)
commitc068f907fee16477f59b6e5b168208aa4f677544
tree56751f3f12b26217845750a390dd4361838fba09
parenta8dc13d4e4e34b061be5c2dd71f26cc0ad92a72e
multilib_global: Fix KERNEL_VERSION expansion problems

KERNEL_VERSION gets expanded at runtime to contain the real kernel
version. There is code to ensure the signatures are determinisic but
the multilib expansion code breaks this.

Exclude the variable from the datastore used for expansion to avoid this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/multilib_global.bbclass