[oe-commits] org.oe.documentation usermanual: Update recipes: Add RREPLACES and RSUGGESTS to the package

lenehan commit openembedded-commits at lists.openembedded.org
Wed Jan 17 23:19:38 UTC 2007


usermanual: Update recipes: Add RREPLACES and RSUGGESTS to the package
relationships chapter. Update some links.

Author: lenehan at openembedded.org
Branch: org.openembedded.documentation
Revision: 930e836581aa124b6a5b080b17c0cf4f2dad2e48
ViewMTN: http://monotone.openembedded.org/revision.psp?id=930e836581aa124b6a5b080b17c0cf4f2dad2e48
Files:
1
usermanual/chapters/recipes.xml
Diffs:

#
# mt diff -r712cb66cb381f6044b2f3042aaf8cf215021e2d2 -r930e836581aa124b6a5b080b17c0cf4f2dad2e48
#
# 
# 
# patch "usermanual/chapters/recipes.xml"
#  from [caa875b7122b9ee5bb426199340910e522ddcbbf]
#    to [66f9b662d7207b06120f0a308f522c3dcbf5139d]
# 
============================================================
--- usermanual/chapters/recipes.xml	caa875b7122b9ee5bb426199340910e522ddcbbf
+++ usermanual/chapters/recipes.xml	66f9b662d7207b06120f0a308f522c3dcbf5139d
@@ -2420,8 +2420,8 @@ pkg_postinst_${PN}-rdisc6 () {
           <para>This class is used by daemons to register there init scripts
           with the init code.</para>
 
-          <para>Details are provided in the <xref linkend="recipes_initscripts" />
-          section.</para>
+          <para>Details are provided in the <xref
+          linkend="recipes_initscripts" /> section.</para>
         </listitem>
       </varlistentry>
 
@@ -2467,8 +2467,8 @@ pkg_postinst_${PN}-rdisc6 () {
           system will create a symlink to the correct alternative from one or
           more available on the system.</para>
 
-          <para>Details are provided in the <xref linkend="recipes_alternatives" />
-          section.</para>
+          <para>Details are provided in the <xref
+          linkend="recipes_alternatives" /> section.</para>
         </listitem>
       </varlistentry>
 
@@ -2605,6 +2605,27 @@ fi</screen></para>
       </varlistentry>
 
       <varlistentry>
+        <term>RREPLACES</term>
+
+        <listitem>
+          <para>Used to specify that the current package replaces an older
+          package with a different name. During package installing the package
+          that is being replaced will be removed since it is no longer needed
+          when this package is installed.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>RSUGGESTS</term>
+
+        <listitem>
+          <para>Used to provide a list of suggested packages to install. These
+          are packages that are related to and useful for the current package
+          but which are not actually required to use the package.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term>RPROVIDES</term>
 
         <listitem>
@@ -2887,8 +2908,8 @@ do_configure() {
 
           <para>This is most commonly seen in existing recipes when settings
           the <emphasis role="bold">FILESDIR</emphasis> variable (as described
-          in the <xref linkend="recipes_filespath_dir" /> section). By obtaining
-          name of the recipe file itself, <emphasis
+          in the <xref linkend="recipes_filespath_dir" /> section). By
+          obtaining name of the recipe file itself, <emphasis
           role="bold">FILE</emphasis>, and then using os.path.dirname to strip
           the filename part:<screen>FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/make-${PV}"</screen>Note
           however that this is no longer required as <emphasis






More information about the Openembedded-commits mailing list