mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
As far as I can tell, we don't have anything using lz4 in our key build dependencies. It isn't in ASSUME_PROVIDED and our code automatically adds lz4-native dependencies where needed. Even then, it is very rarely needed, mainly for some kinds of SRC_URI (none in OE-Core) and some filesystems/images. As such, drop this from HOSTTOOLS and rely on lz4-native, which is what was already happening anyway. This simplies host setup slightly. (From OE-Core rev: b13654a4fc2fe6397f1802c14b2c6ad44b59a45b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>