summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-01-21 11:21:30 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:17:09 +0000
commit5db1e07e1ce362682583871b6341ab7b601ad9fa (patch)
treeca5cfee4ae054c4baf6f5b979fdaeed99d521d3b /documentation/ref-manual/ref-classes.xml
parentf5d869d9d6216fcde6a00eb14c08a9690495b0db (diff)
downloadpoky-5db1e07e1ce362682583871b6341ab7b601ad9fa.tar.gz
ref-manual, dev-manual, adt-manual, yocto-project-qs: scrub eglibc
Scrubbed out the occurrences of eglibc and replaced them with glibc. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 2386b22b0d2de8ae7b67c884bf7b5b55df0e887e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index fed25b25e6..2096f2cb53 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -580,8 +580,8 @@
580 580
581 <para> 581 <para>
582 The <filename>debian</filename> class renames output packages so that 582 The <filename>debian</filename> class renames output packages so that
583 they follow the Debian naming policy (i.e. <filename>eglibc</filename> 583 they follow the Debian naming policy (i.e. <filename>glibc</filename>
584 becomes <filename>libc6</filename> and <filename>eglibc-devel</filename> 584 becomes <filename>libc6</filename> and <filename>glibc-devel</filename>
585 becomes <filename>libc6-dev</filename>.) 585 becomes <filename>libc6-dev</filename>.)
586 Renaming includes the library name and version as part of the package 586 Renaming includes the library name and version as part of the package
587 name. 587 name.
@@ -2797,7 +2797,7 @@
2797 file. 2797 file.
2798 Here is an example: 2798 Here is an example:
2799 <literallayout class='monospaced'> 2799 <literallayout class='monospaced'>
2800 RM_WORK_EXCLUDE += "busybox eglibc" 2800 RM_WORK_EXCLUDE += "busybox glibc"
2801 </literallayout> 2801 </literallayout>
2802 </para> 2802 </para>
2803</section> 2803</section>