relative_symlinks.bbclass 226 B

1234567891011
  1. #
  2. # Copyright OpenEmbedded Contributors
  3. #
  4. # SPDX-License-Identifier: MIT
  5. #
  6. do_install[postfuncs] += "install_relative_symlinks"
  7. python install_relative_symlinks () {
  8. oe.path.replace_absolute_symlinks(d.getVar('D'), d)
  9. }