]> code.ossystems Code Review - openembedded-core.git/commit
manpages: Fix override/append ordering and hence task signatures
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Dec 2021 11:10:55 +0000 (11:10 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Dec 2021 15:28:57 +0000 (15:28 +0000)
commit407793a0fd4e562b626ff07024c5bbdc2a65b20e
tree603ba9a8b92b6fb58d87bd81918acbe000be3677
parent22e84cdd05870f1a19c6389b66c4dfd5e9b418f7
manpages: Fix override/append ordering and hence task signatures

The append/override ordering was meaning that whilst the data was being picked
up later in the package processing, it wasn't being picked up by do_package.
This means changes to qemu options were not causing task signatures to change.
Fix the variable ordering with the append to correct this.

The whitespace fix is deliberate to cause output to change and hopefully avoid
hash invalidation issues from unchanged output.

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