[oe-commits] org.oe.documentation Reapply ASSUME_SHLIBS description.

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Dec 22 22:09:45 UTC 2007


Reapply ASSUME_SHLIBS description.

Author: pfalcon at openembedded.org
Branch: org.openembedded.documentation
Revision: 05ae862ddb5f2bf796be4254a0804207d2ff9a96
ViewMTN: http://monotone.openembedded.org/revision/info/05ae862ddb5f2bf796be4254a0804207d2ff9a96
Files:
1
usermanual/chapters/common_use_cases.xml
Diffs:

#
# mt diff -r9b1b144cfdd27182aae561871a08f2b820a7b1e8 -r05ae862ddb5f2bf796be4254a0804207d2ff9a96
#
# 
# 
# patch "usermanual/chapters/common_use_cases.xml"
#  from [37764efb1144aa212574fd880620a2b3bbb1bc55]
#    to [32bb970eceefb30ea6e80c97ab925dd6550e826a]
# 
============================================================
--- usermanual/chapters/common_use_cases.xml	37764efb1144aa212574fd880620a2b3bbb1bc55
+++ usermanual/chapters/common_use_cases.xml	32bb970eceefb30ea6e80c97ab925dd6550e826a
@@ -368,6 +368,15 @@ NOTE: Couldn't find shared library provi
       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>
 






More information about the Openembedded-commits mailing list