Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ldconfig-native: don't write auxiliary cache | Ross Burton | 2020-12-06 | 1 | -0/+19 |
The auxiliary cache written by ldconfig is only useful for speeding up future runs of ldconfig, and as it contains inode numbers as the keys in a dictionary it is entirely pointless to generate on the build host. (From OE-Core rev: 67c1ceb193130fcb30853c2cd1a6ef33a814886e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |