Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# 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)
|
||||
}
|
||||
Reference in New Issue
Block a user