1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

ref-manual: Minor edits to "Autotooled Packages - autotools.bbclass".

(From yocto-docs rev: f86dbc7f14bb8679f4b0b760217380d5ca41f9bf)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2013-03-27 12:42:58 -07:00
committed by Richard Purdie
parent 66e07441b8
commit 658227f2e3
+5 -4
View File
@@ -64,19 +64,20 @@
It's useful to have some idea of how the tasks defined by this class work It's useful to have some idea of how the tasks defined by this class work
and what they do behind the scenes. and what they do behind the scenes.
<itemizedlist> <itemizedlist>
<listitem><para><filename>do_configure</filename> &dash; regenerates the <listitem><para><filename>do_configure</filename> &dash; Regenerates the
configure script (using <filename>autoreconf</filename>) and then launches it configure script (using <filename>autoreconf</filename>) and then launches it
with a standard set of arguments used during cross-compilation. with a standard set of arguments used during cross-compilation.
You can pass additional parameters to <filename>configure</filename> through the You can pass additional parameters to <filename>configure</filename> through the
<filename><link linkend='var-EXTRA_OECONF'>EXTRA_OECONF</link></filename> variable. <filename><link linkend='var-EXTRA_OECONF'>EXTRA_OECONF</link></filename> variable.
</para></listitem> </para></listitem>
<listitem><para><filename>do_compile</filename> &dash; runs <filename>make</filename> with <listitem><para><filename>do_compile</filename> &dash; Runs <filename>make</filename> with
arguments that specify the compiler and linker. arguments that specify the compiler and linker.
You can pass additional arguments through You can pass additional arguments through
the <filename><link linkend='var-EXTRA_OEMAKE'>EXTRA_OEMAKE</link></filename> variable. the <filename><link linkend='var-EXTRA_OEMAKE'>EXTRA_OEMAKE</link></filename> variable.
</para></listitem> </para></listitem>
<listitem><para><filename>do_install</filename> &dash; runs <filename>make install</filename> <listitem><para><filename>do_install</filename> &dash; Runs <filename>make install</filename>
and passes a DESTDIR option, which takes its value from the standard and passes a destination directory option, which takes its value
from the standard
<filename><link linkend='var-DESTDIR'>DESTDIR</link></filename> variable. <filename><link linkend='var-DESTDIR'>DESTDIR</link></filename> variable.
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>