HYL_OK3568_LINUX/yocto/poky/meta/classes/relative_symlinks.bbclass
2025-05-10 21:49:39 +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)
}