From 1a56dd7015a2aacb8e033940a8b3850e0c45f75b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 26 Nov 2013 10:42:33 -0800 Subject: [PATCH] ref-manual: Added the chrpath class. (From yocto-docs rev: 48f9e29437a6e55fbd88b92e746ca6af02f35605) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 21e4623446..64ac3a7eea 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -368,6 +368,18 @@ +
+ <filename>chrpath.bbclass</filename> + + + The change runtime search path (chrpath) class + is a wrapper around the "chrpath" utility, which is used during the + build process for nativesdk recipes to change + RPATH records within binaries in order to make + them relocatable. + +
+
<filename>ccache.bbclass</filename>