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 /documentation/ref-manual | |
parent | a79e303c918883ef5fd2415de392a1cc3c35edd6 (diff) | |
download | openembedded-core-contrib-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>
Diffstat (limited to 'documentation/ref-manual')
-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 5148acb1e2f..e9309ef926f 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml @@ -250,7 +250,7 @@ Packages needed if you are going to be using the <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: <literallayout class='monospaced'> - $ sudo apt-get install autoconf automake libtool libglib2.0-dev + $ sudo apt-get install autoconf automake libtool libglib2.0-dev libarchive-dev </literallayout></para></listitem> <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> Packages needed if you are going to run @@ -294,7 +294,7 @@ Packages needed if you are going to be using the <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: <literallayout class='monospaced'> - $ sudo dnf install autoconf automake libtool glib2-devel + $ sudo dnf install autoconf automake libtool glib2-devel libarchive-devel </literallayout></para></listitem> <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> Packages needed if you are going to run @@ -337,7 +337,7 @@ Packages needed if you are going to be using the <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: <literallayout class='monospaced'> - $ sudo zypper install autoconf automake libtool glib2-devel + $ sudo zypper install autoconf automake libtool glib2-devel libarchive-devel </literallayout></para></listitem> <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> Packages needed if you are going to run @@ -392,7 +392,7 @@ Packages needed if you are going to be using the <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: <literallayout class='monospaced'> - $ sudo dnf install autoconf automake libtool glib2-devel + $ sudo dnf install autoconf automake libtool glib2-devel libarchive-devel </literallayout></para></listitem> <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> Packages needed if you are going to run |