diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2015-10-21 17:11:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-29 22:05:36 +0000 |
commit | 37677d691a78f136670fe3c3939568049728d673 (patch) | |
tree | 55409c4c14919ac4e7e339d21589deab5c5bc50b | |
parent | a79e303c918883ef5fd2415de392a1cc3c35edd6 (diff) | |
download | poky-37677d691a78f136670fe3c3939568049728d673.tar.gz |
ref-manual: Updated ADT Installer Extras
opkg 0.3.0 requires also libarchive.
[YOCTO#8308]
(From yocto-docs rev: 9bf99020ab993ec497134921dd3e22414e65de95)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/introduction.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 5148acb1e2..e9309ef926 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
@@ -250,7 +250,7 @@ | |||
250 | Packages needed if you are going to be using the | 250 | Packages needed if you are going to be using the |
251 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: | 251 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: |
252 | <literallayout class='monospaced'> | 252 | <literallayout class='monospaced'> |
253 | $ sudo apt-get install autoconf automake libtool libglib2.0-dev | 253 | $ sudo apt-get install autoconf automake libtool libglib2.0-dev libarchive-dev |
254 | </literallayout></para></listitem> | 254 | </literallayout></para></listitem> |
255 | <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> | 255 | <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> |
256 | Packages needed if you are going to run | 256 | Packages needed if you are going to run |
@@ -294,7 +294,7 @@ | |||
294 | Packages needed if you are going to be using the | 294 | Packages needed if you are going to be using the |
295 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: | 295 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: |
296 | <literallayout class='monospaced'> | 296 | <literallayout class='monospaced'> |
297 | $ sudo dnf install autoconf automake libtool glib2-devel | 297 | $ sudo dnf install autoconf automake libtool glib2-devel libarchive-devel |
298 | </literallayout></para></listitem> | 298 | </literallayout></para></listitem> |
299 | <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> | 299 | <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> |
300 | Packages needed if you are going to run | 300 | Packages needed if you are going to run |
@@ -337,7 +337,7 @@ | |||
337 | Packages needed if you are going to be using the | 337 | Packages needed if you are going to be using the |
338 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: | 338 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: |
339 | <literallayout class='monospaced'> | 339 | <literallayout class='monospaced'> |
340 | $ sudo zypper install autoconf automake libtool glib2-devel | 340 | $ sudo zypper install autoconf automake libtool glib2-devel libarchive-devel |
341 | </literallayout></para></listitem> | 341 | </literallayout></para></listitem> |
342 | <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> | 342 | <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> |
343 | Packages needed if you are going to run | 343 | Packages needed if you are going to run |
@@ -392,7 +392,7 @@ | |||
392 | Packages needed if you are going to be using the | 392 | Packages needed if you are going to be using the |
393 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: | 393 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: |
394 | <literallayout class='monospaced'> | 394 | <literallayout class='monospaced'> |
395 | $ sudo dnf install autoconf automake libtool glib2-devel | 395 | $ sudo dnf install autoconf automake libtool glib2-devel libarchive-devel |
396 | </literallayout></para></listitem> | 396 | </literallayout></para></listitem> |
397 | <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> | 397 | <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> |
398 | Packages needed if you are going to run | 398 | Packages needed if you are going to run |