mirror of
https://git.yoctoproject.org/git/opkg-utils
synced 2026-02-26 14:40:41 +01:00
37f2ddb196a8bf33355cf82f182c57f3de6ef0a5
Commit fcb2633900 which added Debian-style
support for link relocation tries to relocate symbolic link on host OS,
resulting in following-like error when two alternative packages have
symbolic link source located in different directories (/bin/rev ->
/bin/busybox.nosuid and /usr/bin/rev -> /usr/bin/rev.util-linux):
update-alternatives: renaming rev link from /bin/rev to /usr/bin/rev
mv: cannot stat '/bin/rev': No such file or directory
Fix the issue by prefixing 'olink' and 'link' variable references with
path to targeted root filesystem's root directory.
Signed-off-by: Niko Mauno <niko.mauno@iki.fi>
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Description
Tools for the Opkg lightweight package management system
Languages
Python
54.3%
Shell
44.9%
Makefile
0.8%