Re: [OE-core] [PATCH] libcgroup: clean up musl DEPENDS

2023-02-14 Thread Khem Raj
On Tue, Feb 14, 2023 at 8:42 AM Ross Burton wrote: > > 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

[OE-core] [PATCH] libcgroup: clean up musl DEPENDS

2023-02-14 Thread Ross Burton
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://git