xref: /OK3568_Linux_fs/yocto/poky/meta/classes/relative_symlinks.bbclass (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1do_install[postfuncs] += "install_relative_symlinks"
2
3python install_relative_symlinks () {
4    oe.path.replace_absolute_symlinks(d.getVar('D'), d)
5}
6