diff options
author | Douglas Royds <douglas.royds@taitradio.com> | 2021-03-18 12:25:14 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-28 22:31:47 +0100 |
commit | c553ad2073bae4c7d72a98cd17e70c1d0c59267e (patch) | |
tree | 28ff9eafc2c55b09ab8bace6af05ed84cd1c6145 /meta/lib | |
parent | b9739ad63a9465ae581ff00aadf72d5ea18af928 (diff) | |
download | poky-c553ad2073bae4c7d72a98cd17e70c1d0c59267e.tar.gz |
cmake: Fully-qualified path to ar
We (correctly enough) pass in our AR to cmake via the toolchain file,
but unlike the other cross-compilation tools (CC, CXX, ranlib, etc),
cmake does not then do its own search in the PATH for our AR.
By using cmake's own find_program() to search the PATH,
make works as expected from the commandline, outside of bitbake.
(From OE-Core rev: 0b5d825ccb251bd6015dfcd49ed452b7bd64e6f6)
Signed-off-by: Douglas Royds <douglas.royds@taitradio.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e9180c9575f0723b51915a0da58452511b6b03bf)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
0 files changed, 0 insertions, 0 deletions