summaryrefslogtreecommitdiffstats
path: root/meta/packages/chrpath
Commit message (Collapse)AuthorAgeFilesLines
* chrpath: Only set the chrpath binary for the native packageJoshua Lock2010-02-121-2/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* relocatable.bbclass: remove hard-coded rpaths from native binariesJoshua Lock2010-02-111-0/+5
| | | | | | | | | | | 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>
* chrpath: Add chrpath 0.13 based on recipe from OE.devJoshua Lock2009-12-151-0/+12
Signed-off-by: Joshua Lock <josh@linux.intel.com>