2024-09-09 08:57:42 +00:00
|
|
|
inherit chrpath
|
2024-09-09 08:52:07 +00:00
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
SYSROOT_PREPROCESS_FUNCS += "relocatable_binaries_preprocess"
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
python relocatable_binaries_preprocess() {
|
2024-09-09 08:57:42 +00:00
|
|
|
rpath_replace(d.expand('${SYSROOT_DESTDIR}'), d)
|
2024-09-09 08:52:07 +00:00
|
|
|
}
|