Files
OpenBMC/poky/meta/classes/relative_symlinks.bbclass
T

12 lines
226 B
Plaintext
Raw Normal View History

2026-04-23 17:07:55 +08:00
#
# Copyright OpenEmbedded Contributors
#
# SPDX-License-Identifier: MIT
#
do_install[postfuncs] += "install_relative_symlinks"
python install_relative_symlinks () {
oe.path.replace_absolute_symlinks(d.getVar('D'), d)
}