[oe-commits] org.oe.documentation usermanual: s/need to specify everything by yourself/need to specify everything other by yourself/

hrw commit openembedded-commits at lists.openembedded.org
Sun Oct 15 11:02:26 UTC 2006


usermanual: s/need to specify everything by yourself/need to specify everything other by yourself/

Author: hrw at openembedded.org
Branch: org.openembedded.documentation
Revision: a5c45296845cbe655e958f6960acdbe31a44f886
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a5c45296845cbe655e958f6960acdbe31a44f886
Files:
1
usermanual/usermanual.xml
Diffs:

#
# mt diff -re11c6c27b55744abd57817083867117b8a158e09 -ra5c45296845cbe655e958f6960acdbe31a44f886
#
# 
# 
# patch "usermanual/usermanual.xml"
#  from [41f5b8109d6031fd9d1cedf62fdaccbd5093876f]
#    to [6413ecc4bee7a295e544e29d1ce5b3e30425d0bf]
# 
============================================================
--- usermanual/usermanual.xml	41f5b8109d6031fd9d1cedf62fdaccbd5093876f
+++ usermanual/usermanual.xml	6413ecc4bee7a295e544e29d1ce5b3e30425d0bf
@@ -115,7 +115,7 @@ RDEPENDS = "cool-ttf-fonts"
 RDEPENDS = "cool-ttf-fonts"
                 </screen>
 
-The package needs gtk+ to build ('DEPENDS') and requires the 'cool-ttf-fonts' package to run ('RDEPENDS'). OE will add run-time dependencies on libraries on its own via the so called <emphasis>shlibs</emphasis>-code, but you need to specify everything by yourself, which in this case is the 'cool-ttf-fonts' package.
+The package needs gtk+ to build ('DEPENDS') and requires the 'cool-ttf-fonts' package to run ('RDEPENDS'). OE will add run-time dependencies on libraries on its own via the so called <emphasis>shlibs</emphasis>-code, but you need to specify everything other by yourself, which in this case is the 'cool-ttf-fonts' package.
             </para>
 
             <para>After entering all this OE will know what to build before trying to build your application, but it doesn't know where to get it yet. So let's add the source location:






More information about the Openembedded-commits mailing list