diff options
| -rw-r--r-- | documentation/adt-manual/adt-manual.xml | 21 | ||||
| -rw-r--r-- | documentation/bsp-guide/bsp-guide.xml | 23 | ||||
| -rw-r--r-- | documentation/dev-manual/dev-manual.xml | 23 | ||||
| -rw-r--r-- | documentation/kernel-manual/kernel-manual.xml | 21 | ||||
| -rw-r--r-- | documentation/poky-ref-manual/poky-ref-manual.xml | 23 | ||||
| -rw-r--r-- | documentation/poky.ent | 9 |
6 files changed, 72 insertions, 48 deletions
diff --git a/documentation/adt-manual/adt-manual.xml b/documentation/adt-manual/adt-manual.xml index 0f9c8529a9..0c917616f9 100644 --- a/documentation/adt-manual/adt-manual.xml +++ b/documentation/adt-manual/adt-manual.xml | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
| 4 | 4 | ||
| 5 | <book id='adt-manual' lang='en' | 5 | <book id='adt-manual' lang='en' |
| 6 | xmlns:xi="http://www.w3.org/2003/XInclude" | 6 | xmlns:xi="http://www.w3.org/2003/XInclude" |
| 7 | xmlns="http://docbook.org/ns/docbook" | 7 | xmlns="http://docbook.org/ns/docbook" |
| 8 | > | 8 | > |
| @@ -10,10 +10,10 @@ | |||
| 10 | 10 | ||
| 11 | <mediaobject> | 11 | <mediaobject> |
| 12 | <imageobject> | 12 | <imageobject> |
| 13 | <imagedata fileref='figures/adt-title.png' | 13 | <imagedata fileref='figures/adt-title.png' |
| 14 | format='SVG' | 14 | format='SVG' |
| 15 | align='left' scalefit='1' width='100%'/> | 15 | align='left' scalefit='1' width='100%'/> |
| 16 | </imageobject> | 16 | </imageobject> |
| 17 | </mediaobject> | 17 | </mediaobject> |
| 18 | 18 | ||
| 19 | <title></title> | 19 | <title></title> |
| @@ -54,6 +54,11 @@ | |||
| 54 | <date>October 2012</date> | 54 | <date>October 2012</date> |
| 55 | <revremark>Released with the Yocto Project 1.3 Release.</revremark> | 55 | <revremark>Released with the Yocto Project 1.3 Release.</revremark> |
| 56 | </revision> | 56 | </revision> |
| 57 | <revision> | ||
| 58 | <revnumber>1.3.1</revnumber> | ||
| 59 | <date>Sometime in 2013</date> | ||
| 60 | <revremark>Released with the Yocto Project 1.3.1 Release.</revremark> | ||
| 61 | </revision> | ||
| 57 | </revhistory> | 62 | </revhistory> |
| 58 | 63 | ||
| 59 | <copyright> | 64 | <copyright> |
| @@ -63,12 +68,12 @@ | |||
| 63 | 68 | ||
| 64 | <legalnotice> | 69 | <legalnotice> |
| 65 | <para> | 70 | <para> |
| 66 | Permission is granted to copy, distribute and/or modify this document under | 71 | Permission is granted to copy, distribute and/or modify this document under |
| 67 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. | 72 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. |
| 68 | </para> | 73 | </para> |
| 69 | <note> | 74 | <note> |
| 70 | Due to production processes, there could be differences between the Yocto Project | 75 | Due to production processes, there could be differences between the Yocto Project |
| 71 | documentation bundled in the release tarball and the | 76 | documentation bundled in the release tarball and the |
| 72 | <ulink url='&YOCTO_DOCS_ADT_URL;'>Yocto Project Application Developer's Guide</ulink> on | 77 | <ulink url='&YOCTO_DOCS_ADT_URL;'>Yocto Project Application Developer's Guide</ulink> on |
| 73 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. | 78 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. |
| 74 | For the latest version of this manual, see the manual on the website. | 79 | For the latest version of this manual, see the manual on the website. |
| @@ -92,6 +97,6 @@ | |||
| 92 | --> | 97 | --> |
| 93 | 98 | ||
| 94 | </book> | 99 | </book> |
| 95 | <!-- | 100 | <!-- |
| 96 | vim: expandtab tw=80 ts=4 | 101 | vim: expandtab tw=80 ts=4 |
| 97 | --> | 102 | --> |
diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml index b0550dc638..4f15f0dc87 100644 --- a/documentation/bsp-guide/bsp-guide.xml +++ b/documentation/bsp-guide/bsp-guide.xml | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
| 4 | 4 | ||
| 5 | <book id='bsp-guide' lang='en' | 5 | <book id='bsp-guide' lang='en' |
| 6 | xmlns:xi="http://www.w3.org/2003/XInclude" | 6 | xmlns:xi="http://www.w3.org/2003/XInclude" |
| 7 | xmlns="http://docbook.org/ns/docbook" | 7 | xmlns="http://docbook.org/ns/docbook" |
| 8 | > | 8 | > |
| @@ -10,13 +10,13 @@ | |||
| 10 | 10 | ||
| 11 | <mediaobject> | 11 | <mediaobject> |
| 12 | <imageobject> | 12 | <imageobject> |
| 13 | <imagedata fileref='figures/bsp-title.png' | 13 | <imagedata fileref='figures/bsp-title.png' |
| 14 | format='SVG' | 14 | format='SVG' |
| 15 | align='center' scalefit='1' width='100%'/> | 15 | align='center' scalefit='1' width='100%'/> |
| 16 | </imageobject> | 16 | </imageobject> |
| 17 | </mediaobject> | 17 | </mediaobject> |
| 18 | 18 | ||
| 19 | <title></title> | 19 | <title></title> |
| 20 | 20 | ||
| 21 | <authorgroup> | 21 | <authorgroup> |
| 22 | <author> | 22 | <author> |
| @@ -66,6 +66,11 @@ | |||
| 66 | <date>October 2012</date> | 66 | <date>October 2012</date> |
| 67 | <revremark>Released with the Yocto Project 1.3 Release.</revremark> | 67 | <revremark>Released with the Yocto Project 1.3 Release.</revremark> |
| 68 | </revision> | 68 | </revision> |
| 69 | <revision> | ||
| 70 | <revnumber>1.3.1</revnumber> | ||
| 71 | <date>Sometime in 2013</date> | ||
| 72 | <revremark>Released with the Yocto Project 1.3.1 Release.</revremark> | ||
| 73 | </revision> | ||
| 69 | </revhistory> | 74 | </revhistory> |
| 70 | 75 | ||
| 71 | <copyright> | 76 | <copyright> |
| @@ -75,12 +80,12 @@ | |||
| 75 | 80 | ||
| 76 | <legalnotice> | 81 | <legalnotice> |
| 77 | <para> | 82 | <para> |
| 78 | Permission is granted to copy, distribute and/or modify this document under | 83 | Permission is granted to copy, distribute and/or modify this document under |
| 79 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Attribution-Non-Commercial-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. | 84 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Attribution-Non-Commercial-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. |
| 80 | </para> | 85 | </para> |
| 81 | <note> | 86 | <note> |
| 82 | Due to production processes, there could be differences between the Yocto Project | 87 | Due to production processes, there could be differences between the Yocto Project |
| 83 | documentation bundled in the release tarball and the | 88 | documentation bundled in the release tarball and the |
| 84 | <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink> on | 89 | <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink> on |
| 85 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. | 90 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. |
| 86 | For the latest version of this manual, see the manual on the website. | 91 | For the latest version of this manual, see the manual on the website. |
| @@ -97,6 +102,6 @@ | |||
| 97 | --> | 102 | --> |
| 98 | 103 | ||
| 99 | </book> | 104 | </book> |
| 100 | <!-- | 105 | <!-- |
| 101 | vim: expandtab tw=80 ts=4 | 106 | vim: expandtab tw=80 ts=4 |
| 102 | --> | 107 | --> |
diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml index fc8af773cd..43b6400022 100644 --- a/documentation/dev-manual/dev-manual.xml +++ b/documentation/dev-manual/dev-manual.xml | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
| 4 | 4 | ||
| 5 | <book id='dev-manual' lang='en' | 5 | <book id='dev-manual' lang='en' |
| 6 | xmlns:xi="http://www.w3.org/2003/XInclude" | 6 | xmlns:xi="http://www.w3.org/2003/XInclude" |
| 7 | xmlns="http://docbook.org/ns/docbook" | 7 | xmlns="http://docbook.org/ns/docbook" |
| 8 | > | 8 | > |
| @@ -10,13 +10,13 @@ | |||
| 10 | 10 | ||
| 11 | <mediaobject> | 11 | <mediaobject> |
| 12 | <imageobject> | 12 | <imageobject> |
| 13 | <imagedata fileref='figures/dev-title.png' | 13 | <imagedata fileref='figures/dev-title.png' |
| 14 | format='SVG' | 14 | format='SVG' |
| 15 | align='left' scalefit='1' width='100%'/> | 15 | align='left' scalefit='1' width='100%'/> |
| 16 | </imageobject> | 16 | </imageobject> |
| 17 | </mediaobject> | 17 | </mediaobject> |
| 18 | 18 | ||
| 19 | <title></title> | 19 | <title></title> |
| 20 | 20 | ||
| 21 | <authorgroup> | 21 | <authorgroup> |
| 22 | <author> | 22 | <author> |
| @@ -44,6 +44,11 @@ | |||
| 44 | <date>October 2012</date> | 44 | <date>October 2012</date> |
| 45 | <revremark>Released with the Yocto Project 1.3 Release.</revremark> | 45 | <revremark>Released with the Yocto Project 1.3 Release.</revremark> |
| 46 | </revision> | 46 | </revision> |
| 47 | <revision> | ||
| 48 | <revnumber>1.3.1</revnumber> | ||
| 49 | <date>Sometime in 2013</date> | ||
| 50 | <revremark>Released with the Yocto Project 1.3.1 Release.</revremark> | ||
| 51 | </revision> | ||
| 47 | </revhistory> | 52 | </revhistory> |
| 48 | 53 | ||
| 49 | <copyright> | 54 | <copyright> |
| @@ -53,9 +58,9 @@ | |||
| 53 | 58 | ||
| 54 | <legalnotice> | 59 | <legalnotice> |
| 55 | <para> | 60 | <para> |
| 56 | Permission is granted to copy, distribute and/or modify this document under | 61 | Permission is granted to copy, distribute and/or modify this document under |
| 57 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/"> | 62 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/"> |
| 58 | Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by | 63 | Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by |
| 59 | Creative Commons. | 64 | Creative Commons. |
| 60 | </para> | 65 | </para> |
| 61 | 66 | ||
| @@ -81,6 +86,6 @@ | |||
| 81 | <xi:include href="dev-manual-common-tasks.xml"/> | 86 | <xi:include href="dev-manual-common-tasks.xml"/> |
| 82 | 87 | ||
| 83 | </book> | 88 | </book> |
| 84 | <!-- | 89 | <!-- |
| 85 | vim: expandtab tw=80 ts=4 | 90 | vim: expandtab tw=80 ts=4 |
| 86 | --> | 91 | --> |
diff --git a/documentation/kernel-manual/kernel-manual.xml b/documentation/kernel-manual/kernel-manual.xml index fe39649db7..219083863f 100644 --- a/documentation/kernel-manual/kernel-manual.xml +++ b/documentation/kernel-manual/kernel-manual.xml | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
| 4 | 4 | ||
| 5 | <book id='kernel-manual' lang='en' | 5 | <book id='kernel-manual' lang='en' |
| 6 | xmlns:xi="http://www.w3.org/2003/XInclude" | 6 | xmlns:xi="http://www.w3.org/2003/XInclude" |
| 7 | xmlns="http://docbook.org/ns/docbook" | 7 | xmlns="http://docbook.org/ns/docbook" |
| 8 | > | 8 | > |
| @@ -10,13 +10,13 @@ | |||
| 10 | 10 | ||
| 11 | <mediaobject> | 11 | <mediaobject> |
| 12 | <imageobject> | 12 | <imageobject> |
| 13 | <imagedata fileref='figures/kernel-title.png' | 13 | <imagedata fileref='figures/kernel-title.png' |
| 14 | format='SVG' | 14 | format='SVG' |
| 15 | align='left' scalefit='1' width='100%'/> | 15 | align='left' scalefit='1' width='100%'/> |
| 16 | </imageobject> | 16 | </imageobject> |
| 17 | </mediaobject> | 17 | </mediaobject> |
| 18 | 18 | ||
| 19 | <title></title> | 19 | <title></title> |
| 20 | 20 | ||
| 21 | <authorgroup> | 21 | <authorgroup> |
| 22 | <author> | 22 | <author> |
| @@ -59,6 +59,11 @@ | |||
| 59 | <date>October 2012</date> | 59 | <date>October 2012</date> |
| 60 | <revremark>Released with the Yocto Project 1.3 Release.</revremark> | 60 | <revremark>Released with the Yocto Project 1.3 Release.</revremark> |
| 61 | </revision> | 61 | </revision> |
| 62 | <revision> | ||
| 63 | <revnumber>1.3.1</revnumber> | ||
| 64 | <date>Sometime in 2013</date> | ||
| 65 | <revremark>Released with the Yocto Project 1.3.1 Release.</revremark> | ||
| 66 | </revision> | ||
| 62 | </revhistory> | 67 | </revhistory> |
| 63 | 68 | ||
| 64 | <copyright> | 69 | <copyright> |
| @@ -68,7 +73,7 @@ | |||
| 68 | 73 | ||
| 69 | <legalnotice> | 74 | <legalnotice> |
| 70 | <para> | 75 | <para> |
| 71 | Permission is granted to copy, distribute and/or modify this document under | 76 | Permission is granted to copy, distribute and/or modify this document under |
| 72 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. | 77 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. |
| 73 | </para> | 78 | </para> |
| 74 | <note> | 79 | <note> |
| @@ -94,6 +99,6 @@ | |||
| 94 | --> | 99 | --> |
| 95 | 100 | ||
| 96 | </book> | 101 | </book> |
| 97 | <!-- | 102 | <!-- |
| 98 | vim: expandtab tw=80 ts=4 | 103 | vim: expandtab tw=80 ts=4 |
| 99 | --> | 104 | --> |
diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/documentation/poky-ref-manual/poky-ref-manual.xml index 614b18b41c..dab58e4060 100644 --- a/documentation/poky-ref-manual/poky-ref-manual.xml +++ b/documentation/poky-ref-manual/poky-ref-manual.xml | |||
| @@ -2,18 +2,18 @@ | |||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
| 4 | 4 | ||
| 5 | <book id='poky-ref-manual' lang='en' | 5 | <book id='poky-ref-manual' lang='en' |
| 6 | xmlns:xi="http://www.w3.org/2003/XInclude" | 6 | xmlns:xi="http://www.w3.org/2003/XInclude" |
| 7 | xmlns="http://docbook.org/ns/docbook" | 7 | xmlns="http://docbook.org/ns/docbook" |
| 8 | > | 8 | > |
| 9 | <bookinfo> | 9 | <bookinfo> |
| 10 | 10 | ||
| 11 | <mediaobject> | 11 | <mediaobject> |
| 12 | <imageobject> | 12 | <imageobject> |
| 13 | <imagedata fileref='figures/poky-title.png' | 13 | <imagedata fileref='figures/poky-title.png' |
| 14 | format='SVG' | 14 | format='SVG' |
| 15 | align='left' scalefit='1' width='100%'/> | 15 | align='left' scalefit='1' width='100%'/> |
| 16 | </imageobject> | 16 | </imageobject> |
| 17 | </mediaobject> | 17 | </mediaobject> |
| 18 | 18 | ||
| 19 | <title></title> | 19 | <title></title> |
| @@ -60,6 +60,11 @@ | |||
| 60 | <date>October 2012</date> | 60 | <date>October 2012</date> |
| 61 | <revremark>Released with the Yocto Project 1.3 Release.</revremark> | 61 | <revremark>Released with the Yocto Project 1.3 Release.</revremark> |
| 62 | </revision> | 62 | </revision> |
| 63 | <revision> | ||
| 64 | <revnumber>1.3.1</revnumber> | ||
| 65 | <date>Sometime in 2013</date> | ||
| 66 | <revremark>Released with the Yocto Project 1.3.1 Release.</revremark> | ||
| 67 | </revision> | ||
| 63 | </revhistory> | 68 | </revhistory> |
| 64 | 69 | ||
| 65 | <copyright> | 70 | <copyright> |
| @@ -69,7 +74,7 @@ | |||
| 69 | 74 | ||
| 70 | <legalnotice> | 75 | <legalnotice> |
| 71 | <para> | 76 | <para> |
| 72 | Permission is granted to copy, distribute and/or modify this document under | 77 | Permission is granted to copy, distribute and/or modify this document under |
| 73 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. | 78 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. |
| 74 | </para> | 79 | </para> |
| 75 | <note> | 80 | <note> |
| @@ -111,10 +116,10 @@ | |||
| 111 | 116 | ||
| 112 | <!-- <index id='index'> | 117 | <!-- <index id='index'> |
| 113 | <title>Index</title> | 118 | <title>Index</title> |
| 114 | </index> | 119 | </index> |
| 115 | --> | 120 | --> |
| 116 | 121 | ||
| 117 | </book> | 122 | </book> |
| 118 | <!-- | 123 | <!-- |
| 119 | vim: expandtab tw=80 ts=4 | 124 | vim: expandtab tw=80 ts=4 |
| 120 | --> | 125 | --> |
diff --git a/documentation/poky.ent b/documentation/poky.ent index 2a130d7ee1..2306b17181 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | <!ENTITY DISTRO "1.3"> | 1 | <!ENTITY DISTRO "1.3.1"> |
| 2 | <!ENTITY DISTRO_NAME "danny"> | 2 | <!ENTITY DISTRO_NAME "danny"> |
| 3 | <!ENTITY YOCTO_DOC_VERSION "1.3"> | 3 | <!ENTITY YOCTO_DOC_VERSION "1.3.1"> |
| 4 | <!ENTITY POKYVERSION "8.0"> | 4 | <!ENTITY POKYVERSION "8.0.1"> |
| 5 | <!ENTITY YOCTO_POKY "poky-&DISTRO_NAME;-&POKYVERSION;"> | 5 | <!ENTITY YOCTO_POKY "poky-&DISTRO_NAME;-&POKYVERSION;"> |
| 6 | <!ENTITY COPYRIGHT_YEAR "2010-2012"> | 6 | <!ENTITY COPYRIGHT_YEAR "2010-2013"> |
| 7 | <!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org"> | 7 | <!ENTITY YOCTO_DL_URL "http://downloads.yoctoproject.org"> |
| 8 | <!ENTITY YOCTO_HOME_URL "http://www.yoctoproject.org"> | 8 | <!ENTITY YOCTO_HOME_URL "http://www.yoctoproject.org"> |
| 9 | <!ENTITY YOCTO_LISTS_URL "http://lists.yoctoproject.org"> | 9 | <!ENTITY YOCTO_LISTS_URL "http://lists.yoctoproject.org"> |
| @@ -54,4 +54,3 @@ cpp gcc gcc-c++ eglibc-devel texinfo chrpath ccache"> | |||
| 54 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget diffstat texinfo python-curses"> | 54 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget diffstat texinfo python-curses"> |
| 55 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch diffutils diffstat git | 55 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch diffutils diffstat git |
| 56 | cpp gcc gcc-c++ glibc-devel texinfo chrpath"> | 56 | cpp gcc gcc-c++ glibc-devel texinfo chrpath"> |
| 57 | |||
