aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/relative_symlinks.bbclass
blob: 3157737347a6226c5355a463cdc7c8f214685b01 (plain)
1
2
3
4
5
do_install[postfuncs] += "install_relative_symlinks"

python install_relative_symlinks () {
    oe.path.replace_absolute_symlinks(d.getVar('D'), d)
}