aboutsummaryrefslogtreecommitdiffstats
path: root/usermanual
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-05-20 19:08:33 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-20 19:08:33 +0000
commit0aae9fcd2eb8c69fb82a435cdd3935069afdd615 (patch)
treec1106aed582fde52fd2e8be9500cfb7e589b9eb8 /usermanual
parent776731f1daacc83de0e1a58de0d1af5af602ff85 (diff)
downloadopenembedded-0aae9fcd2eb8c69fb82a435cdd3935069afdd615.tar.gz
usermanual/usermanual.xml: typo
Diffstat (limited to 'usermanual')
-rw-r--r--usermanual/usermanual.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/usermanual/usermanual.xml b/usermanual/usermanual.xml
index d25924f51f..fd7bdb7a9c 100644
--- a/usermanual/usermanual.xml
+++ b/usermanual/usermanual.xml
@@ -209,7 +209,7 @@ follow the Debian package naming policy.</para>
<section>
<title>Shared Library handling (shlibs) <anchor id="shlibs" /></title>
- <para>Run-time Dependencies (<command>RDEPNDS</command>) will be added when packaging the software. They should only contain
+ <para>Run-time Dependencies (<command>RDEPENDS</command>) will be added when packaging the software. They should only contain
the minimal dependencies to run the program. OpenEmbedded will analyze each packaged binary and search for <command>SO_NEEDED</command> libraries. The libraries are absolutely required by the program then OpenEmbedded is searching for packages that installs these libraries. these
packages are automatically added to the <command>RDEPENDS</command>. As a packager you don't need to worry about shared libraries anymore
they will be added automatically.</para>