diff options
author | Ross Burton <ross.burton@arm.com> | 2023-02-14 16:42:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-19 07:47:53 +0000 |
commit | aa2839b49c277d0a9efd3891684a6dc6f3405228 (patch) | |
tree | 043ab0dc70f58b79bd5085d4e467b0b654d72153 /scripts/lib/devtool/deploy.py | |
parent | 990b7923ea6a4e805619078486dce5950320f727 (diff) | |
download | poky-aa2839b49c277d0a9efd3891684a6dc6f3405228.tar.gz |
libcgroup: clean up musl DEPENDS
libcgroup uses fts_* functions, but these are not implemented in musl so
we depend on the fts recipe and force a link to libfts.
However since 3.0.0 libcgroup will automatically look for fts_open in
both libc and libfts[1], so this can be simplified to just a conditional
DEPENDS.
[1] https://github.com/libcgroup/libcgroup/commit/27ba904355575153308bdc0fa48344ef1be55ca1
(From OE-Core rev: 59be1d5a7e78c6fe6bf01e523439f91871be9718)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/deploy.py')
0 files changed, 0 insertions, 0 deletions