Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
b7f1ec6c2ec25c51f4d5961e13068b5983913f68
/
.
/
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
)
}