aboutsummaryrefslogtreecommitdiffstats
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:16:53 +0000
commitdb874ed595fcfc7d7b078fb89a53d40747a32c72 (patch)
treeac79994c00a9fc2e722bd033ce0ff972ffff074e /documentation/ref-manual/ref-classes.xml
parent9a47967a1831a711a7d51b647e2baed93c2e2f91 (diff)
downloadopenembedded-core-contrib-db874ed595fcfc7d7b078fb89a53d40747a32c72.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: 868ceda79b1c738349e512e523c850b24f9232ca) 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 54691ec9f6..7b8cd26848 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -580,8 +580,8 @@
<para>
The <filename>debian</filename> class renames output packages so that
- they follow the Debian naming policy (i.e. <filename>eglibc</filename>
- becomes <filename>libc6</filename> and <filename>eglibc-devel</filename>
+ they follow the Debian naming policy (i.e. <filename>glibc</filename>
+ becomes <filename>libc6</filename> and <filename>glibc-devel</filename>
becomes <filename>libc6-dev</filename>.)
Renaming includes the library name and version as part of the package
name.
@@ -2808,7 +2808,7 @@
file.
Here is an example:
<literallayout class='monospaced'>
- RM_WORK_EXCLUDE += "busybox eglibc"
+ RM_WORK_EXCLUDE += "busybox glibc"
</literallayout>
</para>
</section>