diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-07-25 17:05:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-27 23:00:23 +0100 |
commit | 3c1c4ceaa470957fe5633d65215f165a38d61be7 (patch) | |
tree | dedb168ac83f8f10ba02443d7665b56e4644591a | |
parent | 6d7b42f650d29e908d7f1d472bca30e3c76f1c42 (diff) | |
download | poky-3c1c4ceaa470957fe5633d65215f165a38d61be7.tar.gz |
yocto-project-qs, ref-manual: Upgraded tar to 1.27 from 1.24uninative-1.7
The minimum version of tar is now 1.27. This was changed in both
the yocto-project-qs and ref-manual.
(From yocto-docs rev: b0fe513e08de860e94a3617fd62382430e321c77)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/introduction.xml | 2 | ||||
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index ad8529e31f..3e89856293 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
@@ -403,7 +403,7 @@ | |||
403 | Python: | 403 | Python: |
404 | <itemizedlist> | 404 | <itemizedlist> |
405 | <listitem><para>Git 1.8.3.1 or greater</para></listitem> | 405 | <listitem><para>Git 1.8.3.1 or greater</para></listitem> |
406 | <listitem><para>tar 1.24 or greater</para></listitem> | 406 | <listitem><para>tar 1.27 or greater</para></listitem> |
407 | <listitem><para>Python 3.4.0 or greater</para></listitem> | 407 | <listitem><para>Python 3.4.0 or greater</para></listitem> |
408 | </itemizedlist> | 408 | </itemizedlist> |
409 | </para> | 409 | </para> |
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 7a1c708857..9a4a14731f 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -301,7 +301,7 @@ | |||
301 | Git 1.8.3.1 or greater | 301 | Git 1.8.3.1 or greater |
302 | </para></listitem> | 302 | </para></listitem> |
303 | <listitem><para> | 303 | <listitem><para> |
304 | tar 1.24 or greater | 304 | tar 1.27 or greater |
305 | </para></listitem> | 305 | </para></listitem> |
306 | <listitem><para> | 306 | <listitem><para> |
307 | Python 3.4.0 or greater. | 307 | Python 3.4.0 or greater. |