blob: 4ca9981f44de2fac747398d6a87a5486a6613d58 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001inherit chrpath
2
3SYSROOT_PREPROCESS_FUNCS += "relocatable_binaries_preprocess"
4
5python relocatable_binaries_preprocess() {
6 rpath_replace(d.expand('${SYSROOT_DESTDIR}'), d)
7}