Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | inherit chrpath |
2 | |||||
3 | SYSROOT_PREPROCESS_FUNCS += "relocatable_binaries_preprocess" | ||||
4 | |||||
5 | python relocatable_binaries_preprocess() { | ||||
6 | rpath_replace(d.expand('${SYSROOT_DESTDIR}'), d) | ||||
7 | } |