blob: 9ee20e0d09891988893055eee1be519d1869995f [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001#
2# Copyright OpenEmbedded Contributors
3#
4# SPDX-License-Identifier: MIT
5#
6
Brad Bishop6e60e8b2018-02-01 10:27:11 -05007do_install[postfuncs] += "install_relative_symlinks"
8
9python install_relative_symlinks () {
10 oe.path.replace_absolute_symlinks(d.getVar('D'), d)
11}