crops-yocto/poky/meta/classes/relative_symlinks.bbclass
2024-03-01 23:15:01 +01: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)
}