]> code.ossystems Code Review - openembedded-core.git/commit
relocatable.bbclass: remove hard-coded rpaths from native binaries
authorJoshua Lock <josh@linux.intel.com>
Thu, 11 Feb 2010 16:11:01 +0000 (16:11 +0000)
committerJoshua Lock <josh@linux.intel.com>
Thu, 11 Feb 2010 16:21:09 +0000 (16:21 +0000)
commit6e1cc7ca104b78ebb34a15eb4a41e33c7186d2fd
tree0f47b358ce2f5e26c43777c79409274eeb218a17
parenta0795895e317fddb212dc531e2ac8943f433c562
relocatable.bbclass: remove hard-coded rpaths from native binaries

The relocatable path will pre-process built binaries in SYSROOT_DESTDIR and
replace any harcoded dynamic link rpaths with relative paths.

Add an inherit of class in native.bbclass to make our native packages
relocatable and tweak the chrpath recipe so that the native package can make
itself relocatable with the just built chrpath binary.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/classes/native.bbclass
meta/classes/relocatable.bbclass [new file with mode: 0644]
meta/packages/chrpath/chrpath_0.13.bb