From dd49814085945aafb83f8bcf22de45b9606338f8 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 22 Dec 2007 16:11:35 +0000 Subject: Reapply ASSUME_SHLIBS description. --- usermanual/chapters/common_use_cases.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'usermanual') 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. + + However, the correct way to resolve this is to provide explicit + mapping using ASSUME_SHLIBS variable. For example, for the libraries + above (partial): + +ASSUME_SHLIBS = "libqtopia2.so.2:qtopia2_2.4 libc.so.6:libc" + + The format is shlib_file_name:package[_version]. If a version is specified it will be + used as the minimal (>=) version for the dependency. -- cgit 1.2.3-korg