Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
666234316802b2c2b62ac6e9c1c7b2695d478efa
/
.
/
poky
/
meta
/
classes
/
relative_symlinks.bbclass
blob: 3157737347a6226c5355a463cdc7c8f214685b01 [
file
] [
log
] [
blame
]
do_install
[
postfuncs
]
+=
"install_relative_symlinks"
python install_relative_symlinks
()
{
oe
.
path
.
replace_absolute_symlinks
(
d
.
getVar
(
'D'
),
d
)
}