squashfs-tools: no need to create symlinks manually
commita075325ad3e73325ec6b524f70592aa8bb10bbe7
authorfirasuke <firasuke@gmail.com>
Sun, 14 Jan 2024 19:29:39 +0000 (14 19:29 +0000)
committerfirasuke <firasuke@gmail.com>
Sun, 14 Jan 2024 19:29:39 +0000 (14 19:29 +0000)
tree2fa9e3cad844dbd4b38dd828a6700fdcd7e571b7
parentc83f415fd63c0ca61e07dfc2818cc0318a40a5cf
squashfs-tools: no need to create symlinks manually

So there are two issues here, the first being that these symlinks are created automatically upon installation, and the second being that the symlinks being manually created were flipped (you were linking `sqfscat` to `mksquashfs` when it should be `unsquashfs`, and `sqfstar` to `unsquashfs` when it should be `mksquashfs).
recipes/tools/squashfs-tools/recipe