aboutsummaryrefslogtreecommitdiffstats
path: root/usermanual
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-12-22 16:11:35 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-12-22 16:11:35 +0000
commitdd49814085945aafb83f8bcf22de45b9606338f8 (patch)
tree77560315f3aaf54a65d6febabac99cf6caf185ca /usermanual
parent7dcde9e396fb386265bde4efce15822fe5fdc788 (diff)
downloadopenembedded-dd49814085945aafb83f8bcf22de45b9606338f8.tar.gz
Reapply ASSUME_SHLIBS description.
Diffstat (limited to 'usermanual')
-rw-r--r--usermanual/chapters/common_use_cases.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/usermanual/chapters/common_use_cases.xml b/usermanual/chapters/common_use_cases.xml
index 6526612035..c504b3bba3 100644
--- a/usermanual/chapters/common_use_cases.xml
+++ b/usermanual/chapters/common_use_cases.xml
@@ -368,6 +368,15 @@ NOTE: Couldn't find shared library provider for libm.so.6
you could create a package for the metadata to install every needed
library and use ${BOOTSTRAP_EXTRA_RDEPENDS} to make sure this package is
installed when creating images.</para>
+
+ <para>However, the correct way to resolve this is to provide explicit
+ mapping using ASSUME_SHLIBS variable. For example, for the libraries
+ above (partial):
+ <screen>
+ASSUME_SHLIBS = "libqtopia2.so.2:qtopia2_2.4 libc.so.6:libc"
+</screen>
+ The format is shlib_file_name:package[_version]. If a version is specified it will be
+ used as the minimal (>=) version for the dependency.</para>
</section>
</section>