From: Scott Rifenbark Date: Mon, 23 Sep 2013 18:24:23 +0000 (-0700) Subject: ref-manual: Updated the autotools.bbclass section X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18d6adb73e734c6ec66ce5ca58af7fa6ce7ec12c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Updated the autotools.bbclass section Re-wrote the sentence refering to the make variable DESTDIR. (From yocto-docs rev: 392e6e17c4f65fd038ec9bb73823837803543baf) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index b1a8e64ce02..f08b7fefc8d 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -86,9 +86,9 @@ the EXTRA_OEMAKE variable. do_install ‐ Runs make install - and passes a destination directory option, which takes its value - from the standard - DESTDIR variable. + and passes in + ${D} + as DESTDIR.