mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
base32 is listed as update-alternative binary but does not set the alternatie variables for it to take effect causing the original ELF file to be installed in the destination instead of the symlink. Fix this by setting the alternative variables and by moving the original binary into subdir. (From OE-Core rev: 1eff156c4fe408699e3489cf125f30e0af94d8fd) Signed-off-by: Keerthivasan Raghavan <kraghava@qti.qualcomm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>