linuxOS_PX30_CAR/yocto/poky/meta/classes/relative_symlinks.bbclass
2026-01-20 14:00:13 +08:00

6 lines
150 B
Plaintext

do_install[postfuncs] += "install_relative_symlinks"
python install_relative_symlinks () {
oe.path.replace_absolute_symlinks(d.getVar('D'), d)
}