HYL_OK3568_LINUX/yocto/poky/meta/classes/relative_symlinks.bbclass

6 lines
150 B
Plaintext
Raw Normal View History

2025-05-10 21:49:39 +08:00
do_install[postfuncs] += "install_relative_symlinks"
python install_relative_symlinks () {
oe.path.replace_absolute_symlinks(d.getVar('D'), d)
}